jade.gui
Class AgentTree.RemoteAgentNode

java.lang.Object
  |
  +--javax.swing.tree.DefaultMutableTreeNode
        |
        +--jade.gui.AgentTree.Node
              |
              +--jade.gui.AgentTree.AgentNode
                    |
                    +--jade.gui.AgentTree.RemoteAgentNode
Enclosing class:
AgentTree

public class AgentTree.RemoteAgentNode
extends AgentTree.AgentNode

See Also:
Serialized Form

Fields inherited from class jade.gui.AgentTree.Node
chgeIcon, img, name, ownership, state
 
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
 
Constructor Summary
AgentTree.RemoteAgentNode(java.lang.String name)
           
 
Method Summary
 AMSAgentDescription getAMSDescription()
           
 java.lang.String getToolTipText()
           
 java.lang.String getType()
           
 void setAMSDescription(AMSAgentDescription id)
           
 void setType(java.lang.String noType)
           
 
Methods inherited from class jade.gui.AgentTree.AgentNode
address, getAddress
 
Methods inherited from class jade.gui.AgentTree.Node
changeIcon, getIcon, getName, getOwnership, getState, setName, setOwnership, setState
 
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, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentTree.RemoteAgentNode

public AgentTree.RemoteAgentNode(java.lang.String name)
Method Detail

getToolTipText

public java.lang.String getToolTipText()
Overrides:
getToolTipText in class AgentTree.AgentNode

setType

public void setType(java.lang.String noType)
Overrides:
setType in class AgentTree.AgentNode

getType

public java.lang.String getType()
Overrides:
getType in class AgentTree.AgentNode

setAMSDescription

public void setAMSDescription(AMSAgentDescription id)

getAMSDescription

public AMSAgentDescription getAMSDescription()