com.pushtotest.testmaker.controller
Class Node
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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)
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