- callback(String, Action, boolean, String, String, boolean) - Static method in class org.openide.awt.Actions
-
Creates new "callback" action.
- canRedo() - Method in interface org.openide.awt.UndoRedo
-
Test whether the component currently has undone edits which may be redone.
- canRedo() - Method in class org.openide.awt.UndoRedo.Empty
-
Deprecated.
- canRedo() - Method in class org.openide.awt.UndoRedo.Manager
-
- canUndo() - Method in interface org.openide.awt.UndoRedo
-
Test whether the component currently has edits which may be undone.
- canUndo() - Method in class org.openide.awt.UndoRedo.Empty
-
Deprecated.
- canUndo() - Method in class org.openide.awt.UndoRedo.Manager
-
- canUndoOrRedo() - Method in class org.openide.awt.UndoRedo.Manager
-
- changeValue() - Method in class org.openide.awt.SpinButtonAdapter
-
Deprecated.
Is invoked when button up is clicked.
- changeValue() - Method in interface org.openide.awt.SpinButtonListener
-
Deprecated.
Is invoked when button up is clicked.
- checkbox(String, String, String, String, boolean) - Static method in class org.openide.awt.Actions
-
Creates action which represents a boolean value in
Preferences
.
- CheckboxMenuItem(BooleanStateAction, boolean) - Constructor for class org.openide.awt.Actions.CheckboxMenuItem
-
- CheckboxMenuItem(Action, boolean) - Constructor for class org.openide.awt.Actions.CheckboxMenuItem
-
Constructs a new ActCheckboxMenuItem with the specified label
and connects it to the given Action and its
Action.SELECTED_KEY
value.
- CheckForUpdatesProvider - Interface in org.openide.awt
-
Provides a UI for Check for Updates feature, for example in About
dialog.
- clear() - Method in class org.openide.awt.Notification
-
Remove this notification from the list of active notifications.
- clear(int) - Method in interface org.openide.awt.StatusDisplayer.Message
-
Removes this message from status line after timeInMillis
milliseconds.
- Closable - Interface in org.netbeans.api.actions
-
A context interface representing ability of an object to be closed.
- close() - Method in interface org.netbeans.api.actions.Closable
-
Closes the object if it is open.
- CloseButtonFactory - Class in org.openide.awt
-
Factory class for Close Buttons.
- ColorComboBox - Class in org.openide.awt
-
Combo box showing a list of Color values to choose from.
- ColorComboBox() - Constructor for class org.openide.awt.ColorComboBox
-
C'tor
The combo box is initialized with some basic colors and user can also
pick a custom color
- ColorComboBox(Color[], String[], boolean) - Constructor for class org.openide.awt.ColorComboBox
-
Initialize the combo with given list of Colors.
- compareTo(NotificationDisplayer.Category) - Method in class org.openide.awt.NotificationDisplayer.Category
-
- computeSizesAfterFlip() - Method in class org.openide.awt.SplittedPanel
-
Deprecated.
Computes component sizes after performing the flip,
it means splitTypeChange
- connect(AbstractButton, Action) - Method in interface org.openide.awt.Actions.ButtonActionConnector
-
Connects the action to the supplied button.
- connect(JMenuItem, Action, boolean) - Method in interface org.openide.awt.Actions.ButtonActionConnector
-
Connects the action to the supplied JMenuItem.
- connect(JMenuItem, SystemAction, boolean) - Static method in class org.openide.awt.Actions
-
- connect(JMenuItem, Action, boolean) - Static method in class org.openide.awt.Actions
-
Attaches menu item to an action.
- connect(JCheckBoxMenuItem, BooleanStateAction, boolean) - Static method in class org.openide.awt.Actions
-
- connect(JCheckBoxMenuItem, Action, boolean) - Static method in class org.openide.awt.Actions
-
Attaches checkbox menu item to boolean state action.
- connect(AbstractButton, SystemAction) - Static method in class org.openide.awt.Actions
-
- connect(AbstractButton, Action) - Static method in class org.openide.awt.Actions
-
Connects buttons to action.
- connect(AbstractButton, BooleanStateAction) - Static method in class org.openide.awt.Actions
-
Connects buttons to action.
- context(Class<?>, boolean, boolean, ContextAwareAction, String, String, String, boolean) - Static method in class org.openide.awt.Actions
-
Creates new "context" action, an action that observes the current
selection for a given type and enables if instances of given type are
present.
- createBigCloseButton() - Static method in class org.openide.awt.CloseButtonFactory
-
Creates a big 'close' JButton with close icon, rollover icon and pressed icon according to Look and Feel
- createCloseButton() - Static method in class org.openide.awt.CloseButtonFactory
-
Creates a small 'close' JButton with close icon, rollover icon and pressed icon according to Look and Feel
- createCloseButtonTabbedPane() - Static method in class org.openide.awt.TabbedPaneFactory
-
Creates a special
JTabbedPane
that displays a small 'close' button in each tab.
- createDropDownButton(Icon, JPopupMenu) - Static method in class org.openide.awt.DropDownButtonFactory
-
Creates JButton with a small arrow that shows the provided popup menu when clicked.
- createDropDownToggleButton(Icon, JPopupMenu) - Static method in class org.openide.awt.DropDownButtonFactory
-
Creates JToggleButton with a small arrow that shows the provided popup menu when clicked.
- createHtmlBrowserImpl() - Method in interface org.openide.awt.HtmlBrowser.Factory
-
Returns a new instance of BrowserImpl implementation.
- createLabel() - Static method in class org.openide.awt.HtmlRenderer
-
For HTML rendering jobs outside of trees/lists/tables, returns a JLabel which will paint its text using
the lightweight HTML renderer.
- createRenderer() - Static method in class org.openide.awt.HtmlRenderer
-
Returns an instance of Renderer which may be used as a table/tree/list cell renderer.
- createTabbedPane() - Method in class org.openide.awt.TabbedPaneFactory
-
The default implementation provides just the vanilla Swing JTabbedPane.
- cutAmpersand(String) - Static method in class org.openide.awt.Actions
-
Removes an ampersand from a text string; commonly used to strip out unneeded mnemonics.