Skip navigation links
org.openide.awt 7.31.1
A B C D E F G H I J L M N O P R S T U V 

C

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.
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.
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
Deprecated.
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.
A B C D E F G H I J L M N O P R S T U V 
Skip navigation links
org.openide.awt 7.31.1

Built on November 24 2014.  |  Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.