|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.model.flash.ASAccInfo
public class ASAccInfo
ASAccInfo stores accessibility information of ActionScript
Object
.
ASObject
Method Summary | |
---|---|
static ASAccInfo |
create(ASObject target)
Create ASAccInfo from ASObject |
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()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static ASAccInfo create(ASObject target)
ASAccInfo
from ASObject
target
- target ASObject
ASAccInfo
or null if not availablepublic 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 key
public Set<String> getKeys()
Set
of the keys.public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |