|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.safs.jvmagent.agents.ObjectAgent
org.safs.jvmagent.agents.ComponentAgent
org.safs.jvmagent.agents.ContainerAgent
org.safs.jvmagent.agents.JComponentAgent
org.safs.jvmagent.agents.JChildlessAgent
org.safs.jvmagent.agents.JListAgent
public class JListAgent
| Field Summary | |
|---|---|
static java.lang.String |
objectType
"JList" (Subclasses will override) The generic object type supported by this Agent helper class. |
| Fields inherited from class org.safs.jvmagent.agents.ObjectAgent |
|---|
alternateAncestor, alternateAncestorClassname, factory |
| Constructor Summary | |
|---|---|
JListAgent()
Constructor for JComboBoxAgent. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getSubItemAtIndex(java.lang.Object object,
int index)
Return the subitem at the specified index from the given object. |
| Methods inherited from class org.safs.jvmagent.agents.JChildlessAgent |
|---|
getChildCount, getChildren |
| Methods inherited from class org.safs.jvmagent.agents.ComponentAgent |
|---|
convertCoords, validateActionCommand, validateComponent |
| Methods inherited from class org.safs.jvmagent.agents.ObjectAgent |
|---|
getAlternateAncestor, getAlternateAncestorClassname, getAncestorAgent, getCaption, getClassName, getID, getLevel, getLocalAgentFactory, getMatchingPathObject, getName, getProperty, getPropertyNames, 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),
Constant Field Values| Constructor Detail |
|---|
public JListAgent()
| Method Detail |
|---|
public java.lang.Object getSubItemAtIndex(java.lang.Object object,
int index)
throws java.lang.Exception
LocalSubItemsAgent
getSubItemAtIndex in interface LocalSubItemsAgentgetSubItemAtIndex in class ObjectAgentobject - reference from which to locate the subitem.index - of the subitem to retrieve.
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||