|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> lib >> [ basiccommand overview ] | PREV NEXT | ||||||||
A
- ACCELERATOR_KEYSTROKE_PROPERTY - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Property key for the keyboard accelerator property.
- ACTIONITEM_FLAVOR - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Action-item flavor.
- APPEARANCECHANGING_TOGGLEITEM_FLAVOR - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Special toggle-item flavor used for appearance-changing items.
- addChild(CommandNode) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicRadioGroupCommandNode
- Add a child node.
B
- BasicCommandNode - class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode.
- Base class for CommandNode implementations in basiccommand
- BasicCommandNode() - Constructor for class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Constructor.
- BasicCommandNode(PropertySet) - Constructor for class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Constructor.
- BasicContainerCommandNode - class com.virtuosotechnologies.lib.basiccommand.BasicContainerCommandNode.
- A node representing a container in the graph.
- BasicContainerCommandNode() - Constructor for class com.virtuosotechnologies.lib.basiccommand.BasicContainerCommandNode
- Constructor.
- BasicDecoratingCommandNode - class com.virtuosotechnologies.lib.basiccommand.BasicDecoratingCommandNode.
- A command node that decorates another one.
- BasicDecoratingCommandNode(CommandNode) - Constructor for class com.virtuosotechnologies.lib.basiccommand.BasicDecoratingCommandNode
- Constructor.
- BasicGroupCommandNode - class com.virtuosotechnologies.lib.basiccommand.BasicGroupCommandNode.
- A node representing a group in the graph.
- BasicGroupCommandNode() - Constructor for class com.virtuosotechnologies.lib.basiccommand.BasicGroupCommandNode
- Constructor.
- BasicItemCommandNode - class com.virtuosotechnologies.lib.basiccommand.BasicItemCommandNode.
- A node representing an item action.
- BasicItemCommandNode() - Constructor for class com.virtuosotechnologies.lib.basiccommand.BasicItemCommandNode
- Constructor.
- BasicRadioContainerCommandNode - class com.virtuosotechnologies.lib.basiccommand.BasicRadioContainerCommandNode.
- A node representing a radio group node that is also a container.
- BasicRadioContainerCommandNode() - Constructor for class com.virtuosotechnologies.lib.basiccommand.BasicRadioContainerCommandNode
- Constructor.
- BasicRadioGroupCommandNode - class com.virtuosotechnologies.lib.basiccommand.BasicRadioGroupCommandNode.
- A node representing a radio group node.
- BasicRadioGroupCommandNode() - Constructor for class com.virtuosotechnologies.lib.basiccommand.BasicRadioGroupCommandNode
- Constructor.
- BasicSeparatorCommandNode - class com.virtuosotechnologies.lib.basiccommand.BasicSeparatorCommandNode.
- A node representing a separator.
- BasicSeparatorCommandNode() - Constructor for class com.virtuosotechnologies.lib.basiccommand.BasicSeparatorCommandNode
- Constructor.
- BasicToggleItemCommandNode - class com.virtuosotechnologies.lib.basiccommand.BasicToggleItemCommandNode.
- A node representing a toggle action.
- BasicToggleItemCommandNode() - Constructor for class com.virtuosotechnologies.lib.basiccommand.BasicToggleItemCommandNode
- Constructor.
C
- CONTAINER_FLAVOR - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Container flavor.
- childStateChanged(CommandNode, boolean) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicRadioGroupCommandNode
- Child state changed
- com.virtuosotechnologies.lib.basiccommand - package com.virtuosotechnologies.lib.basiccommand
- commandInvoked(CommandEvent) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicContainerCommandNode
- Invoke the command
- commandInvoked(CommandEvent) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicDecoratingCommandNode
- Invoke the command
- commandInvoked(CommandEvent) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicGroupCommandNode
- Invoke the command
- commandInvoked(CommandEvent) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicRadioGroupCommandNode
- Invoke the command
- commandInvoked(CommandEvent) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicSeparatorCommandNode
- Invoke the command
- commandInvoked(CommandEvent) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicToggleItemCommandNode
- Invoke the command
D
- DISABLED_PROPERTY - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Property key for the "command disabled" property.
- defaultProperties_ - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- delegate_ - Variable in class com.virtuosotechnologies.lib.basiccommand.BasicDecoratingCommandNode
- dump(CommandNode) - Static method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Dump subgraph to standard error
- dump(CommandNode, String) - Static method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Dump subgraph to standard error
G
- GROUP_FLAVOR - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Group flavor.
- getAcceleratorKeystrokeProperty() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience accessor for ACCELERATOR_KEYSTROKE_PROPERTY
- getDefaultProperties() - Static method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Get the default property set
- getDelegate() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicDecoratingCommandNode
- Get delegate
- getDisabledProperty() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience accessor for DISABLED_PROPERTY
- getFlavor() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicContainerCommandNode
- Get the flavor of CommandNode
- getFlavor() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicDecoratingCommandNode
- Get the flavor of CommandNode
- getFlavor() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicGroupCommandNode
- Get the flavor of CommandNode
- getFlavor() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicItemCommandNode
- Get the flavor of CommandNode
- getFlavor() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicRadioContainerCommandNode
- Get the flavor of CommandNode
- getFlavor() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicRadioGroupCommandNode
- Get the flavor of CommandNode
- getFlavor() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicSeparatorCommandNode
- Get the flavor of CommandNode
- getFlavor() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicToggleItemCommandNode
- Get the flavor of CommandNode
- getHiddenProperty() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience accessor for HIDDEN_PROPERTY
- getInstance() - Static method in class com.virtuosotechnologies.lib.basiccommand.BasicSeparatorCommandNode
- Get singleton instance
- getLongDescriptionProperty() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience accessor for LONG_DESCRIPTION_PROPERTY
- getMnemonicCodeProperty() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience accessor for MNEMONIC_CODE_PROPERTY
- getNameProperty() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience accessor for NAME_PROPERTY
- getSelectedChildProperty() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience accessor for SELECTED_CHILD_PROPERTY
- getSelectedNameProperty() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience accessor for SELECTED_NAME_PROPERTY
- getSelectedShortDescriptionProperty() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience accessor for SELECTED_SHORT_DESCRIPTION_PROPERTY
- getSelectedSmallIconProperty() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience accessor for SELECTED_SMALL_ICON_PROPERTY
- getSelectionStateProperty() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience accessor for SELECTION_STATE_PROPERTY
- getShortDescriptionProperty() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience accessor for SHORT_DESCRIPTION_PROPERTY
- getSmallIconProperty() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience accessor for SMALL_ICON_PROPERTY
- groupStateChanged(CommandNode, CommandNode) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicRadioGroupCommandNode
- Group state changed
H
- HIDDEN_PROPERTY - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Property key for the "command hidden" property.
I
- insertChild(int, CommandNode) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicRadioGroupCommandNode
- Insert a child node at the given index Overriding this to listen on the child's state.
- instance_ - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicSeparatorCommandNode
L
- LONG_DESCRIPTION_PROPERTY - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Property key for the long description property.
- listener_ - Variable in class com.virtuosotechnologies.lib.basiccommand.BasicRadioGroupCommandNode
M
- MNEMONIC_CODE_PROPERTY - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Property key for the keyboard mnemonic property.
N
- NAME_PROPERTY - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Property key for the command name property.
- NULL_FLAVOR - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Null flavor.
P
- putValue(ConstrainedKey, Object) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicDecoratingCommandNode
- Set a property.
R
- RADIOCONTAINER_FLAVOR - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Radio container flavor.
- RADIOGROUP_FLAVOR - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Radio group flavor.
- RADIOMUTEX_FLAVOR - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Radio mutex flavor.
- removeAllChildren() - Method in class com.virtuosotechnologies.lib.basiccommand.BasicRadioGroupCommandNode
- Remove all children.
- removeNthChild(int) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicRadioGroupCommandNode
- Remove a child node.
S
- SELECTED_CHILD_PROPERTY - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Property key for the selected child property.
- SELECTED_NAME_PROPERTY - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Property key for the command name when selected property.
- SELECTED_SHORT_DESCRIPTION_PROPERTY - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Property key for the icon when selected property.
- SELECTED_SMALL_ICON_PROPERTY - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Property key for the icon when selected property.
- SELECTION_STATE_PROPERTY - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Property key for the selection state property.
- SEPARATOR_FLAVOR - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Separator flavor.
- SHORT_DESCRIPTION_PROPERTY - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Property key for the short description property.
- SMALL_ICON_PROPERTY - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Property key for the icon property.
- setAcceleratorKeystrokeProperty(KeyStroke) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience mutator for ACCELERATOR_KEYSTROKE_PROPERTY
- setDisabledProperty(boolean) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience mutator for DISABLED_PROPERTY
- setHiddenProperty(boolean) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience mutator for HIDDEN_PROPERTY
- setLongDescriptionProperty(String) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience mutator for LONG_DESCRIPTION_PROPERTY
- setMnemonicCodeProperty(int) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience mutator for MNEMONIC_CODE_PROPERTY
- setNameProperty(String) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience mutator for NAME_PROPERTY
- setSelectedChildProperty(CommandNode) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience mutator for SELECTED_CHILD_PROPERTY
- setSelectedNameProperty(String) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience mutator for SELECTED_NAME_PROPERTY
- setSelectedShortDescriptionProperty(String) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience mutator for SELECTED_SHORT_DESCRIPTION_PROPERTY
- setSelectedSmallIconProperty(Icon) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience mutator for SELECTED_SMALL_ICON_PROPERTY
- setSelectionStateProperty(boolean) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience mutator for SELECTION_STATE_PROPERTY
- setShortDescriptionProperty(String) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience mutator for SHORT_DESCRIPTION_PROPERTY
- setSmallIconProperty(Icon) - Method in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Convenience mutator for SMALL_ICON_PROPERTY
T
- TOGGLEITEM_FLAVOR - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicCommandNode
- Toggle-item flavor.
U
- undecoratableKeys_ - Static variable in class com.virtuosotechnologies.lib.basiccommand.BasicDecoratingCommandNode
A B C D G H I L M N P R S T U
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> lib >> [ basiccommand overview ] | PREV NEXT | ||||||||