|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--HWStringListBox
|
+--harmonic.mz.gui.NodeListBox
This is a special list box for lists of tree nodes that knows how to do renamings and box filling, similer to NodeTreeBox.
| Field Summary | |
java.lang.String |
currentName
|
| Constructor Summary | |
NodeListBox(java.lang.String label,
java.lang.Object listener,
java.lang.String callback,
ModelNode root)
Constructs a NodeListBox |
|
NodeListBox(java.lang.String _label,
java.lang.Object listener,
java.lang.String callback,
java.util.Vector nodes)
Constructs a NodeListBox |
|
| Method Summary | |
void |
nodeChanged(NodeEvent event)
Node has changed |
void |
onListBox(HWListEvent e)
|
void |
setNodeList(java.util.Vector list)
Set the node list. |
void |
setRoot(ModelNode root)
Set the node group. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String currentName
| Constructor Detail |
public NodeListBox(java.lang.String label,
java.lang.Object listener,
java.lang.String callback,
ModelNode root)
label - Label to drawcallback - Listeners callback, declared fnname(HWListEvent)root - Group of nodes to add. Only direct children are added
public NodeListBox(java.lang.String _label,
java.lang.Object listener,
java.lang.String callback,
java.util.Vector nodes)
callback - Listeners callback, declared fnname(HWListEvent)| Method Detail |
public void setRoot(ModelNode root)
public void setNodeList(java.util.Vector list)
public void nodeChanged(NodeEvent event)
NodeListener
nodeChanged in interface NodeListenerpublic void onListBox(HWListEvent e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||