|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.virtuosotechnologies.lib.container.PseudoModifiablePropertySet
com.virtuosotechnologies.lib.container.BasicModifiablePropertySet
com.virtuosotechnologies.lib.command.AbstractCommandNode
com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
com.virtuosotechnologies.lib.basiccommand.BasicRadioGroupCommandNode
A node representing a radio group node. These nodes are used for enclosing and implementing mutual exclusion for radio groups.
| Field Summary |
| Fields inherited from interface com.virtuosotechnologies.lib.command.CommandListener |
COMMAND_INVOKED_METHOD |
| Constructor Summary | |
BasicRadioGroupCommandNode()
Constructor. |
|
| Method Summary | |
void |
addChild(CommandNode child)
Add a child node. |
void |
commandInvoked(CommandEvent ev)
Invoke the command. |
CommandNodeFlavor |
getFlavor()
Get the flavor of CommandNode |
void |
insertChild(int index,
CommandNode child)
Insert a child node at the given index Overriding this to listen on the child's state. |
void |
removeAllChildren()
Remove all children. |
void |
removeNthChild(int index)
Remove a child node. |
| Methods inherited from class com.virtuosotechnologies.lib.command.AbstractCommandNode |
addNodeListener, fireAllChildrenRemovedEvent, fireChildAddedEvent, fireChildRemovedEvent, getIndexOfChild, getNthChild, getNumChildren, invoke, isChild, removeNodeListener |
| Methods inherited from class com.virtuosotechnologies.lib.container.PseudoModifiablePropertySet |
addPropertySetListener, firePropertySetEvent, getDefaultValue, getValue, putValue, removePropertySetListener, resetValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.virtuosotechnologies.lib.container.ModifiablePropertySet |
putValue, resetValue |
| Methods inherited from interface com.virtuosotechnologies.lib.container.PropertySet |
addPropertySetListener, getDefaultValue, getValue, removePropertySetListener |
| Constructor Detail |
public BasicRadioGroupCommandNode()
| Method Detail |
public CommandNodeFlavor getFlavor()
public void commandInvoked(CommandEvent ev)
ev - eventpublic void addChild(CommandNode child)
addChild in interface CommandNodeaddChild in class AbstractCommandNodechild - CommandNode to add
public void insertChild(int index,
CommandNode child)
insertChild in interface CommandNodeinsertChild in class AbstractCommandNodeindex - 0-based index indicating where to add the nodechild - CommandNode to addpublic void removeNthChild(int index)
removeNthChild in interface CommandNoderemoveNthChild in class AbstractCommandNodeindex - 0-based index indicating which child to removepublic void removeAllChildren()
removeAllChildren in interface CommandNoderemoveAllChildren in class AbstractCommandNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||