jade.gui
Class AgentTree.RemotePlatformNode

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

public class AgentTree.RemotePlatformNode
extends AgentTree.Node

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.RemotePlatformNode(java.lang.String name)
           
 
Method Summary
 AID getAmsAID()
           
 APDescription getAPDescription()
           
 java.lang.String getToolTipText()
           
 java.lang.String getType()
           
 void setAmsAID(AID id)
           
 void setAPDescription(APDescription desc)
           
 void setType(java.lang.String noType)
           
 
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.RemotePlatformNode

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

getToolTipText

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

setType

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

getType

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

setAPDescription

public void setAPDescription(APDescription desc)

getAPDescription

public APDescription getAPDescription()

setAmsAID

public void setAmsAID(AID id)

getAmsAID

public AID getAmsAID()