jade.gui
Class AgentTree.RemotePlatformNode

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by jade.gui.AgentTree.Node
          extended by jade.gui.AgentTree.RemotePlatformNode
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode
Enclosing class:
AgentTree

public class AgentTree.RemotePlatformNode
extends AgentTree.Node

Inner class RemotePlatformNode

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jade.gui.AgentTree.Node
greyOut, 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, 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
 
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()
Specified by:
getToolTipText in class AgentTree.Node

setType

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

getType

public java.lang.String getType()
Specified by:
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()