com.pushtotest.testmaker.controller
Class Node

java.lang.Object
  extended by com.pushtotest.testmaker.controller.Node

public class Node
extends java.lang.Object


Constructor Summary
Node(int theicon, java.lang.String thename, java.lang.String theinfo, javax.swing.JPanel thepanel, javax.swing.JLabel aname, javax.swing.JTextArea ainfo, javax.swing.JButton aicon)
           
Node(java.lang.String thename, java.lang.String thelocation)
           
 
Method Summary
 int getIcon()
           
 java.lang.String getInfo()
           
 java.lang.String getLocation()
           
 java.lang.String getName()
           
 javax.swing.JButton getNodeIcon()
           
 javax.swing.JTextArea getNodeInfo()
           
 javax.swing.JLabel getNodeName()
           
 javax.swing.JPanel getPanel()
           
 void setIcon(int theicon)
           
 void setInfo(java.lang.String theinfo)
           
 void setLocation(java.lang.String theloc)
           
 void setName(java.lang.String thename)
           
 void setNodeIcon(javax.swing.JButton theicon)
           
 void setNodeInfo(javax.swing.JTextArea theinfo)
           
 void setNodeName(javax.swing.JLabel thename)
           
 void setPanel(javax.swing.JPanel thepanel)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Node

public Node(java.lang.String thename,
            java.lang.String thelocation)

Node

public Node(int theicon,
            java.lang.String thename,
            java.lang.String theinfo,
            javax.swing.JPanel thepanel,
            javax.swing.JLabel aname,
            javax.swing.JTextArea ainfo,
            javax.swing.JButton aicon)
Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String thename)

getInfo

public java.lang.String getInfo()

setInfo

public void setInfo(java.lang.String theinfo)

getIcon

public int getIcon()

setIcon

public void setIcon(int theicon)

getPanel

public javax.swing.JPanel getPanel()

setPanel

public void setPanel(javax.swing.JPanel thepanel)

getNodeName

public javax.swing.JLabel getNodeName()

setNodeName

public void setNodeName(javax.swing.JLabel thename)

getNodeInfo

public javax.swing.JTextArea getNodeInfo()

setNodeInfo

public void setNodeInfo(javax.swing.JTextArea theinfo)

getNodeIcon

public javax.swing.JButton getNodeIcon()

setNodeIcon

public void setNodeIcon(javax.swing.JButton theicon)

getLocation

public java.lang.String getLocation()

setLocation

public void setLocation(java.lang.String theloc)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object