|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.androidtransfuse.model.Mergeable
org.androidtransfuse.model.manifest.IntentFilter
public class IntentFilter
attributes: android:icon="drawable resource" android:label="string resource" android:priority="integer"
must contain:
| Constructor Summary | |
|---|---|
IntentFilter()
|
|
| Method Summary | |
|---|---|
List<Action> |
getActions()
|
List<Category> |
getCategories()
|
List<Data> |
getData()
|
String |
getIcon()
|
String |
getLabel()
|
Integer |
getPriority()
|
void |
setActions(List<Action> actions)
|
void |
setCategories(List<Category> categories)
|
void |
setData(List<Data> data)
|
void |
setIcon(String icon)
|
void |
setLabel(String label)
|
void |
setPriority(Integer priority)
|
| Methods inherited from class org.androidtransfuse.model.Mergeable |
|---|
addMergeTag, containsTag, getMergeTagSize, isGenerated, removeMergeTag, setGenerated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntentFilter()
| Method Detail |
|---|
public String getIcon()
public void setIcon(String icon)
public String getLabel()
public void setLabel(String label)
public Integer getPriority()
public void setPriority(Integer priority)
public List<Action> getActions()
public void setActions(List<Action> actions)
public List<Category> getCategories()
public void setCategories(List<Category> categories)
public List<Data> getData()
public void setData(List<Data> data)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||