|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
org.iids.aos.gui.structs.Struct
org.iids.aos.gui.structs.Host
public class Host
The host Struct. The host will not be actually shown in the tree, but instead it will be bound to the location manager in another way. This way the structs are linked together without being visible in the tree. Yeah I know..
| Field Summary | |
|---|---|
static java.lang.Class<? extends Struct> |
CHILD_CLASS
|
| Fields inherited from class org.iids.aos.gui.structs.Struct |
|---|
children, name, parent |
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
allowsChildren, EMPTY_ENUMERATION, userObject |
| Constructor Summary | |
|---|---|
Host(java.lang.String name,
Location loc,
HostManagerWrapper hmw)
Creates a new instance of Host |
|
| Method Summary | |
|---|---|
AgentScapeID |
getAgentScapeID()
|
java.lang.Class<? extends Struct> |
getChildClass()
Returns the allowed Class type for child nodes. |
HostManagerWrapper |
getService()
|
boolean |
refreshImpl()
Refresh implementation. |
| Methods inherited from class org.iids.aos.gui.structs.Struct |
|---|
addChild, allowsChildren, automaticChildShutdown, children, compareTo, contains, equals, find, find, findChild, findStructByPath, findStructByQueue, getAllowsChildren, getCanonicalPath, getChildAt, getChildCount, getChildren, getHost, getIndex, getLocation, getName, getParent, getRoot, getSiblings, getTreePath, getWorld, hasLocalService, hasRemoteService, isExpanded, isLeaf, isShuttingDown, refresh, refresh, removeChild, setExpanded, setName, setParent, setReadOnly, setService, shutdown, subtreeHasLocalService, subtreeIsRefreshing, toString |
| Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
add, breadthFirstEnumeration, clone, depthFirstEnumeration, getChildAfter, getChildBefore, getDepth, getFirstChild, getFirstLeaf, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class<? extends Struct> CHILD_CLASS
| Constructor Detail |
|---|
public Host(java.lang.String name,
Location loc,
HostManagerWrapper hmw)
| Method Detail |
|---|
public HostManagerWrapper getService()
getService in class Structpublic AgentScapeID getAgentScapeID()
public java.lang.Class<? extends Struct> getChildClass()
Struct
getChildClass in class Structpublic boolean refreshImpl()
StructStruct.refresh(). This makes sure that no duplicate refresh
operations are performed (??? is this still needed ??? XXX).
refreshImpl in class Struct
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||