- ActionID - Annotation Type in org.openide.awt
-
Identifies one registered action.
- ActionReference - Annotation Type in org.openide.awt
-
Registers an action under associated identifier specified by separate
ActionID
annotation on the same element.
- ActionReferences - Annotation Type in org.openide.awt
-
- ActionRegistration - Annotation Type in org.openide.awt
-
Registers an action under associated identifier specified by separate
ActionID
annotation on the same element.
- Actions - Class in org.openide.awt
-
Supporting class for manipulation with menu and toolbar presenters.
- Actions() - Constructor for class org.openide.awt.Actions
-
Deprecated.
should not be used
- Actions.ButtonActionConnector - Interface in org.openide.awt
-
SPI for supplying alternative implementation of connection between actions and presenters.
- Actions.CheckboxMenuItem - Class in org.openide.awt
-
CheckboxMenuItem extends the java.awt.CheckboxMenuItem and adds
a connection to boolean state actions.
- Actions.CheckboxMenuItem(BooleanStateAction, boolean) - Constructor for class org.openide.awt.Actions.CheckboxMenuItem
-
Constructs a new ActCheckboxMenuItem with the specified label
and connects it to the given BooleanStateAction.
- Actions.MenuItem - Class in org.openide.awt
-
Extension of Swing menu item with connection to
system actions.
- Actions.MenuItem(SystemAction, boolean) - Constructor for class org.openide.awt.Actions.MenuItem
-
Constructs a new menu item with the specified label
and no keyboard shortcut and connects it to the given SystemAction.
- Actions.MenuItem(Action, boolean) - Constructor for class org.openide.awt.Actions.MenuItem
-
Constructs a new menu item with the specified label
and no keyboard shortcut and connects it to the given SystemAction.
- Actions.SubMenu - Class in org.openide.awt
-
- Actions.SubMenu(SystemAction, Actions.SubMenuModel) - Constructor for class org.openide.awt.Actions.SubMenu
-
Deprecated.
Constructs a new ActMenuItem with the specified label
and no keyboard shortcut and connects it to the given SystemAction.
- Actions.SubMenu(SystemAction, Actions.SubMenuModel, boolean) - Constructor for class org.openide.awt.Actions.SubMenu
-
Deprecated.
Constructs a new ActMenuItem with the specified label
and no keyboard shortcut and connects it to the given SystemAction.
- Actions.SubMenu(Action, Actions.SubMenuModel, boolean) - Constructor for class org.openide.awt.Actions.SubMenu
-
Deprecated.
Constructs a new ActMenuItem with the specified label
and no keyboard shortcut and connects it to the given SystemAction.
- Actions.SubMenuModel - Interface in org.openide.awt
-
- Actions.ToolbarButton - Class in org.openide.awt
-
Deprecated.
extends deprecated ToolbarButton
- Actions.ToolbarButton(SystemAction) - Constructor for class org.openide.awt.Actions.ToolbarButton
-
Deprecated.
- Actions.ToolbarButton(Action) - Constructor for class org.openide.awt.Actions.ToolbarButton
-
Deprecated.
- Actions.ToolbarToggleButton - Class in org.openide.awt
-
Deprecated.
extends deprecated ToolbarToggleButton
- Actions.ToolbarToggleButton(BooleanStateAction) - Constructor for class org.openide.awt.Actions.ToolbarToggleButton
-
Deprecated.
Constructs a new ActToolbarToggleButton for specified action
- ADD_BOTTOM - Static variable in class org.openide.awt.SplittedPanel
-
Deprecated.
constraints constant for adding a component to the bottom(right) pane (an alias for the ADD_SECOND constant)
- ADD_FIRST - Static variable in class org.openide.awt.SplittedPanel
-
Deprecated.
constraints constant for adding a component to the first (left/top) pane
- ADD_LEFT - Static variable in class org.openide.awt.SplittedPanel
-
Deprecated.
constraints constant for adding a component to the left(top) pane (an alias for the ADD_FIRST constant)
- ADD_RIGHT - Static variable in class org.openide.awt.SplittedPanel
-
Deprecated.
constraints constant for adding a component to the right(bottom) pane (an alias for the ADD_SECOND constant)
- ADD_SECOND - Static variable in class org.openide.awt.SplittedPanel
-
Deprecated.
constraints constant for adding a component to the second (right/bottom) pane
- ADD_SPLITTER - Static variable in class org.openide.awt.SplittedPanel
-
Deprecated.
constraints constant for adding a splitter
- ADD_TOP - Static variable in class org.openide.awt.SplittedPanel
-
Deprecated.
constraints constant for adding a component to the top(left) pane (an alias for the ADD_FIRST constant)
- addChangeListener(ChangeListener) - Method in interface org.openide.awt.Actions.SubMenuModel
-
Deprecated.
Adds change listener for changes of the model.
- addChangeListener(ChangeListener) - Method in class org.openide.awt.StatusDisplayer
-
Add a listener for when the text changes.
- addChangeListener(ChangeListener) - Method in interface org.openide.awt.UndoRedo
-
Add a change listener.
- addChangeListener(ChangeListener) - Method in class org.openide.awt.UndoRedo.Empty
-
Deprecated.
- addChangeListener(ChangeListener) - Method in class org.openide.awt.UndoRedo.Manager
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.awt.HtmlBrowser.Impl
-
Adds PropertyChangeListener to this browser.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.openide.awt.SpinButton
-
Deprecated.
- addSelectionInterval(int, int) - Method in class org.openide.awt.ListPane
-
Deprecated.
- addSpinButtonListener(SpinButtonListener) - Method in class org.openide.awt.SpinButton
-
Deprecated.
- addSplitChangeListener(SplittedPanel.SplitChangeListener) - Method in class org.openide.awt.SplittedPanel
-
Deprecated.
Adds specified listener to the current set of SplitChangeListeners
- alwaysEnabled(ActionListener, String, String, boolean) - Static method in class org.openide.awt.Actions
-
Creates new action which is always enabled.
- arrowsOrientation - Variable in class org.openide.awt.SpinButton
-
Deprecated.
Current orientation of arrows of SpinButton.