Modifier and Type | Method and Description |
---|---|
static ASAccInfo |
create(ASObject target)
|
Object |
get(String prop)
Get the value for a given key.
|
String |
getDefaultAction() |
String |
getDescription() |
Set<String> |
getKeys()
Gets the set of keys of the target AS Object.
|
String |
getName() |
int |
getRole() |
String |
getShortcut() |
int |
getState() |
boolean |
isForceSimple() |
boolean |
isSilent() |
String |
toString() |
public int getRole()
IFlashConst.ACCINFO_ROLE
public int getState()
IFlashConst.ACCINFO_STATE
public boolean isSilent()
IFlashConst.ACCINFO_SILENT
public boolean isForceSimple()
IFlashConst.ACCINFO_FORCESIMPLE
public String getName()
IFlashConst.ACCINFO_NAME
public String getDescription()
IFlashConst.ACCINFO_DESCRIPTION
public String getShortcut()
IFlashConst.ACCINFO_SHORTCUT
public String getDefaultAction()
IFlashConst.ACCINFO_DEFAULTACTION
public Object get(String prop)
prop
- name of a keypublic Set<String> getKeys()
Set
of the keys.