- 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.
- 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.
- 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
.
- 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.
- 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
-
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.
- 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.
- cutAmpersand(String) - Static method in class org.openide.awt.Actions
-
Removes an ampersand from a text string; commonly used to strip out unneeded mnemonics.