Package jade.gui
Class AgentTree.RemoteAgentNode
- java.lang.Object
-
- javax.swing.tree.DefaultMutableTreeNode
-
- jade.gui.AgentTree.Node
-
- jade.gui.AgentTree.AgentNode
-
- jade.gui.AgentTree.RemoteAgentNode
-
- All Implemented Interfaces:
Serializable,Cloneable,MutableTreeNode,TreeNode
- Enclosing class:
- AgentTree
public class AgentTree.RemoteAgentNode extends AgentTree.AgentNode
Inner class RemoteAgentNode- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
-
-
Constructor Summary
Constructors Constructor Description RemoteAgentNode(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AMSAgentDescriptiongetAMSDescription()StringgetToolTipText()StringgetType()voidsetAMSDescription(AMSAgentDescription id)voidsetType(String noType)-
Methods inherited from class jade.gui.AgentTree.AgentNode
getAddress, setAddress
-
Methods inherited from class jade.gui.AgentTree.Node
changeIcon, compareTo, getIcon, getName, getOwnership, getState, setName, setOwnership, setState, toString
-
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject
-
-
-
-
Constructor Detail
-
RemoteAgentNode
public RemoteAgentNode(String name)
-
-
Method Detail
-
getToolTipText
public String getToolTipText()
- Overrides:
getToolTipTextin classAgentTree.AgentNode
-
setType
public void setType(String noType)
- Overrides:
setTypein classAgentTree.AgentNode
-
getType
public String getType()
- Overrides:
getTypein classAgentTree.AgentNode
-
setAMSDescription
public void setAMSDescription(AMSAgentDescription id)
-
getAMSDescription
public AMSAgentDescription getAMSDescription()
-
-