|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.safs.jvmagent.ObjectAgent | +--org.safs.jvmagent.ComponentAgent | +--org.safs.jvmagent.ContainerAgent | +--org.safs.jvmagent.WindowAgent | +--org.safs.jvmagent.FrameAgent
Field Summary | |
static java.lang.String[] |
FRAME_PROPERTIES
Array of property names specific to Frame types. |
static java.lang.String |
objectType
"Frame" (Subclasses will override) The generic object type supported by this Agent helper class. |
Fields inherited from class org.safs.jvmagent.WindowAgent |
WINDOW_PROPERTIES |
Fields inherited from class org.safs.jvmagent.ContainerAgent |
CONTAINER_PROPERTIES |
Fields inherited from class org.safs.jvmagent.ComponentAgent |
COMPONENT_PROPERTIES |
Fields inherited from class org.safs.jvmagent.ObjectAgent |
alternateAncestor, alternateAncestorClassname, factory, OBJECT_PROPERTIES |
Constructor Summary | |
FrameAgent()
Constructor for FrameAgent. |
Method Summary | |
java.lang.String |
getProperty(java.lang.Object object,
java.lang.String property)
Retrieve the property value of the object if the object has the property. |
java.lang.String[] |
getPropertyNames(java.lang.Object object)
Retrieve the list of available properties for the object. |
Methods inherited from class org.safs.jvmagent.WindowAgent |
getChildCount, getChildren |
Methods inherited from class org.safs.jvmagent.ComponentAgent |
validateActionCommand, validateComponent |
Methods inherited from class org.safs.jvmagent.ObjectAgent |
getAlternateAncestor, getAlternateAncestorClassname, getAncestorAgent, getCaption, getClassName, getID, getLevel, getLocalAgentFactory, getMatchingPathObject, getName, getStringData, getSuperClassNames, getText, isMatchingPath, isShowing, isValid, process, processAncestor, setAlternateAncestor, setAlternateAncestorClassname, setLocalAgentFactory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String objectType
GuiClassData.getGenericObjectType(String)
public static final java.lang.String[] FRAME_PROPERTIES
getPropertyNames(Object)
Constructor Detail |
public FrameAgent()
Method Detail |
public java.lang.String[] getPropertyNames(java.lang.Object object)
LocalAgent
getPropertyNames
in class WindowAgent
object
- -- the actual object or component to be checked -- not a pseudo reference.LocalAgent.getPropertyNames(Object)
public java.lang.String getProperty(java.lang.Object object, java.lang.String property) throws NoSuchPropertyException
LocalAgent
getProperty
in class WindowAgent
object
- -- the actual object or component to be checked -- not a pseudo reference.property
- -- case-sensitive name of the property to retrieveNoSuchPropertyException
- LocalAgent.getProperty(Object, String)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |