| 
 | ||||||||||
| 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 ASAccInfofromASObject | 
|  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_ROLEpublic int getState()
IFlashConst.ACCINFO_STATEpublic boolean isSilent()
IFlashConst.ACCINFO_SILENTpublic boolean isForceSimple()
IFlashConst.ACCINFO_FORCESIMPLEpublic String getName()
IFlashConst.ACCINFO_NAMEpublic String getDescription()
IFlashConst.ACCINFO_DESCRIPTIONpublic String getShortcut()
IFlashConst.ACCINFO_SHORTCUTpublic String getDefaultAction()
IFlashConst.ACCINFO_DEFAULTACTIONpublic 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 | |||||||||