Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.virtuosotechnologies.lib.basiccommand
Class BasicRadioContainerCommandNode  view BasicRadioContainerCommandNode download BasicRadioContainerCommandNode.java

java.lang.Object
  extended bycom.virtuosotechnologies.lib.propertyset.BasicPropertySet
      extended bycom.virtuosotechnologies.lib.command.AbstractCommandNode
          extended bycom.virtuosotechnologies.lib.basiccommand.BasicCommandNode
              extended bycom.virtuosotechnologies.lib.basiccommand.BasicRadioGroupCommandNode
                  extended bycom.virtuosotechnologies.lib.basiccommand.BasicRadioContainerCommandNode
All Implemented Interfaces:
com.virtuosotechnologies.lib.command.CommandListener, com.virtuosotechnologies.lib.command.CommandNode, com.virtuosotechnologies.lib.propertyset.PropertySet

public class BasicRadioContainerCommandNode
extends BasicRadioGroupCommandNode

A node representing a radio group node that is also a container. This is for submenus and other such hierarchy branch points that also serve as a radio group container.


Field Summary
 
Fields inherited from class com.virtuosotechnologies.lib.basiccommand.BasicRadioGroupCommandNode
 
Fields inherited from class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
ACCELERATOR_KEYSTROKE_PROPERTY, ACTIONITEM_FLAVOR, APPEARANCECHANGING_TOGGLEITEM_FLAVOR, CONTAINER_FLAVOR, DISABLED_PROPERTY, GROUP_FLAVOR, HIDDEN_PROPERTY, LONG_DESCRIPTION_PROPERTY, MNEMONIC_CODE_PROPERTY, NAME_PROPERTY, NULL_FLAVOR, RADIOCONTAINER_FLAVOR, RADIOGROUP_FLAVOR, RADIOMUTEX_FLAVOR, SELECTED_CHILD_PROPERTY, SELECTED_NAME_PROPERTY, SELECTED_SHORT_DESCRIPTION_PROPERTY, SELECTED_SMALL_ICON_PROPERTY, SELECTION_STATE_PROPERTY, SEPARATOR_FLAVOR, SHORT_DESCRIPTION_PROPERTY, SMALL_ICON_PROPERTY, TOGGLEITEM_FLAVOR
 
Fields inherited from class com.virtuosotechnologies.lib.command.AbstractCommandNode
 
Fields inherited from class com.virtuosotechnologies.lib.propertyset.BasicPropertySet
 
Fields inherited from interface com.virtuosotechnologies.lib.command.CommandListener
COMMAND_INVOKED_METHOD
 
Constructor Summary
BasicRadioContainerCommandNode()
          Constructor.
 
Method Summary
 com.virtuosotechnologies.lib.command.CommandNodeFlavor getFlavor()
          Get the flavor of CommandNode
 
Methods inherited from class com.virtuosotechnologies.lib.basiccommand.BasicRadioGroupCommandNode
addChild, commandInvoked, insertChild, removeAllChildren, removeNthChild
 
Methods inherited from class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
dump, getAcceleratorKeystrokeProperty, getDefaultProperties, getDisabledProperty, getHiddenProperty, getLongDescriptionProperty, getMnemonicCodeProperty, getNameProperty, getSelectedChildProperty, getSelectedNameProperty, getSelectedShortDescriptionProperty, getSelectedSmallIconProperty, getSelectionStateProperty, getShortDescriptionProperty, getSmallIconProperty, setAcceleratorKeystrokeProperty, setDisabledProperty, setHiddenProperty, setLongDescriptionProperty, setMnemonicCodeProperty, setNameProperty, setSelectedChildProperty, setSelectedNameProperty, setSelectedShortDescriptionProperty, setSelectedSmallIconProperty, setSelectionStateProperty, setShortDescriptionProperty, setSmallIconProperty
 
Methods inherited from class com.virtuosotechnologies.lib.command.AbstractCommandNode
addNodeListener, fireAllChildrenRemovedEvent, fireChildAddedEvent, fireChildRemovedEvent, getNthChild, getNumChildren, invoke, isChild, removeNodeListener
 
Methods inherited from class com.virtuosotechnologies.lib.propertyset.BasicPropertySet
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.propertyset.PropertySet
addPropertySetListener, getDefaultValue, getValue, putValue, removePropertySetListener, resetValue
 

Constructor Detail

BasicRadioContainerCommandNode

public BasicRadioContainerCommandNode()
Constructor.

Method Detail

getFlavor

public com.virtuosotechnologies.lib.command.CommandNodeFlavor getFlavor()
Get the flavor of CommandNode

Specified by:
getFlavor in interface com.virtuosotechnologies.lib.command.CommandNode
Overrides:
getFlavor in class BasicRadioGroupCommandNode