See: Description
Interface | Description |
---|---|
Actions.ButtonActionConnector |
SPI for supplying alternative implementation of connection between actions and presenters.
|
Actions.SubMenuModel | Deprecated
used by deprecated
Actions.SubMenu |
CheckForUpdatesProvider |
Provides a UI for
Check for Updates |
DynamicMenuContent |
Dynamic result of a
Presenter.Menu or Presenter.Popup . |
HtmlBrowser.Factory |
Implementation of BrowerFactory creates new instances of some Browser implementation.
|
HtmlRenderer.Renderer |
Interface aggregating table, tree, and list cell renderers.
|
QuickSearch.Callback |
Call back interface, that is notified with the submissions to the quick search field.
|
SpinButtonListener | Deprecated
Obsoleted by
javax.swing.JSpinner in JDK 1.4 |
SplittedPanel.SplitChangeListener |
A listener interface for tracking split point changes
|
StatusDisplayer.Message |
Handle for 'important' status line messages.
|
StatusLineElementProvider |
Provides a component which will be added at east side of the status line.
|
UndoRedo |
Undo and Redo manager for top components and workspace elements.
|
UndoRedo.Provider |
Components that provide
UndoRedo shall announce that by
implementing this provider interface. |
Class | Description |
---|---|
AcceleratorBinding |
Permits accelerators to be set on actions based on global registrations.
|
Actions |
Supporting class for manipulation with menu and toolbar presenters.
|
Actions.CheckboxMenuItem |
CheckboxMenuItem extends the java.awt.CheckboxMenuItem and adds
a connection to boolean state actions.
|
Actions.MenuItem |
Extension of Swing menu item with connection to
system actions.
|
Actions.SubMenu | Deprecated
Extends deprecated
JMenuPlus . |
Actions.ToolbarButton | Deprecated
extends deprecated ToolbarButton
|
Actions.ToolbarToggleButton | Deprecated
extends deprecated ToolbarToggleButton
|
CloseButtonFactory |
Factory class for Close Buttons.
|
ColorComboBox |
Combo box showing a list of Color values to choose from.
|
DropDownButtonFactory |
Factory creating buttons with a small arrow icon that shows a popup menu when clicked.
|
EqualFlowLayout | Deprecated
This class is a relic of NetBeans 2.0.
|
HtmlBrowser |
Object that provides viewer for HTML pages.
|
HtmlBrowser.Impl |
This interface represents an implementation of html browser used in HtmlBrowser.
|
HtmlBrowser.URLDisplayer |
A manager class which can display URLs in the proper way.
|
HtmlRenderer |
A lightweight HTML renderer supporting a minimal subset of HTML used for
markup purposes only: basic font styles and some colors.
|
JInlineMenu | Deprecated
since org.openide.awt 6.5 JInlineMenu is a simple implementation of
DynamicMenuContent , it
doesn't update when visible and doesn't handle the separators itself anymore. |
JMenuPlus | Deprecated
doesn't do anything special anymore - since org.openide.awt 6.5
|
JPopupMenuPlus | Deprecated
- doesn't do anything special anymore.
|
JPopupMenuUtils |
A class that contains a set of utility classes and methods
around displaying and positioning popup menus.
|
ListPane | Deprecated
This class does nothing interesting which cannot be
done in a more reliable, scalable way with a JTable.
|
Mnemonics |
Support class for setting button, menu, and label text strings with mnemonics.
|
MouseUtils |
A class that contains a set of utility classes and methods
around mouse events and processing.
|
MouseUtils.PopupMouseAdapter |
The PopupMouseAdapter provides safe way to implement popup menu invocation
mechanism.
|
Notification |
Controller for a notification message obtained from NotificationDisplayer.
|
NotificationDisplayer |
Creates and shows clickable notifications in the main status line.
|
NotificationDisplayer.Category |
Category of Notification, displayed in Notifications TC.
|
QuickSearch |
Quick search infrastructure for an arbitrary component.
|
SpinButton | Deprecated
Obsoleted by
javax.swing.JSpinner in JDK 1.4 |
SpinButtonAdapter | Deprecated
Obsoleted by
javax.swing.JSpinner in JDK 1.4 |
SplittedPanel | Deprecated
This class does nothing interesting that cannot be done with a JSplitPane.
|
SplittedPanel.EmptySplitter | Deprecated
This class does nothing interesting that cannot be done with a JSplitPane.
|
SplittedPanel.SplitChangeEvent | Deprecated
This class does nothing interesting that cannot be done with a JSplitPane.
|
StatusDisplayer |
Permits control of a status line.
|
TabbedPaneFactory |
Factory class for TabbedPanes with closeable tabs.
|
ToolbarButton | Deprecated
This class was a workaround for JDK 1.2 era Windows Look and
feel issues.
|
ToolbarToggleButton | Deprecated
This class was a workaround for JDK 1.2 era Windows Look and
feel issues.
|
ToolbarWithOverflow |
ToolbarWithOverflow provides a component which is useful for displaying commonly used
actions.
|
UndoRedo.Empty | Deprecated
Use
UndoRedo.NONE rather than instantiating this. |
UndoRedo.Manager |
An undo manager which fires a change event each time it consumes a new undoable edit.
|
Enum | Description |
---|---|
NotificationDisplayer.Priority |
Priority of Notification
|
Annotation Type | Description |
---|---|
ActionID |
Identifies one registered action.
|
ActionReference |
Registers an action under associated identifier specified by separate
ActionID annotation on the same element. |
ActionReferences |
Allows registration of multiple
ActionReference s for a single
action. |
ActionRegistration |
Registers an action under associated identifier specified by separate
ActionID annotation on the same element. |
ActionState |
Specifies that the action behaviour is conditional and how the action should obtain the
state for its presentation.
|