|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectdaoc.editor.model.types.NodeInfo
Various info about a control.
| Constructor Summary | |
NodeInfo(java.lang.String label,
java.lang.Class controlClass)
|
|
NodeInfo(java.lang.String label,
java.lang.Class controlClass,
javax.swing.ImageIcon icon)
|
|
| Method Summary | |
int |
compareTo(java.lang.Object o)
|
javax.swing.ImageIcon |
getIcon()
Icon for this node |
java.lang.Class |
getNodeClass()
Returns the class of this node. |
ElementNode |
newNode(ElementNode parent)
Create a new node with the given parent |
java.lang.String |
toString()
A string to represent this control |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NodeInfo(java.lang.String label,
java.lang.Class controlClass)
public NodeInfo(java.lang.String label,
java.lang.Class controlClass,
javax.swing.ImageIcon icon)
| Method Detail |
public java.lang.String toString()
public javax.swing.ImageIcon getIcon()
public ElementNode newNode(ElementNode parent)
public java.lang.Class getNodeClass()
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||