java.lang.Object
com.virtuosotechnologies.lib.propertyset.BasicPropertySet
com.virtuosotechnologies.lib.command.AbstractCommandNode
com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
com.virtuosotechnologies.lib.basiccommand.BasicToggleItemCommandNode
com.virtuosotechnologies.asaph.standardgui.SongWindow.ToggleViewerCommandNode
- All Implemented Interfaces:
- com.virtuosotechnologies.lib.command.CommandListener, com.virtuosotechnologies.lib.command.CommandNode, java.util.EventListener, com.virtuosotechnologies.lib.propertyset.PropertySet, com.virtuosotechnologies.lib.propertyset.PropertySetListener
- Enclosing class:
- SongWindow
- private class SongWindow.ToggleViewerCommandNode
- extends com.virtuosotechnologies.lib.basiccommand.BasicToggleItemCommandNode
- implements com.virtuosotechnologies.lib.propertyset.PropertySetListener
| 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.propertyset.BasicPropertySet |
|
| 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 |
addChild, addNodeListener, fireAllChildrenRemovedEvent, fireChildAddedEvent, fireChildRemovedEvent, getNthChild, getNumChildren, insertChild, invoke, isChild, removeAllChildren, removeNodeListener, removeNthChild |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SongWindow.ToggleViewerCommandNode
private SongWindow.ToggleViewerCommandNode()
propertySetChanged
public void propertySetChanged(com.virtuosotechnologies.lib.propertyset.PropertySetEvent ev)
- Description copied from interface:
com.virtuosotechnologies.lib.propertyset.PropertySetListener
- Property in a property set was changed.
- Specified by:
propertySetChanged in interface com.virtuosotechnologies.lib.propertyset.PropertySetListener