- NO_CLOSE_BUTTON - Static variable in class org.openide.awt.TabbedPaneFactory
-
To hide close button feature on specific tab, put value Boolean.TRUE
as a client property of your tab:
- NON_NULL_VALUE - Static variable in annotation type org.openide.awt.ActionState
-
- NONE - Static variable in class org.openide.awt.SplittedPanel
-
Deprecated.
constant for no split - only the first (left/top) component will be shown
- NONE - Static variable in interface org.openide.awt.UndoRedo
-
Empty implementation that does not allow
any undo or redo actions.
- Notification - Class in org.openide.awt
-
Controller for a notification message obtained from NotificationDisplayer.
- Notification() - Constructor for class org.openide.awt.Notification
-
- NotificationDisplayer - Class in org.openide.awt
-
Creates and shows clickable notifications in the main status line.
- NotificationDisplayer() - Constructor for class org.openide.awt.NotificationDisplayer
-
- NotificationDisplayer.Category - Class in org.openide.awt
-
Category of Notification, displayed in Notifications TC.
- NotificationDisplayer.Priority - Enum in org.openide.awt
-
Priority of Notification
- notify(String, Icon, String, ActionListener) - Method in class org.openide.awt.NotificationDisplayer
-
Create and show new notification with the default priority.
- notify(String, Icon, String, ActionListener, NotificationDisplayer.Priority) - Method in class org.openide.awt.NotificationDisplayer
-
Create and show new notification.
- notify(String, Icon, String, ActionListener, NotificationDisplayer.Priority, NotificationDisplayer.Category) - Method in class org.openide.awt.NotificationDisplayer
-
Create and show new notification.
- notify(String, Icon, String, ActionListener, NotificationDisplayer.Priority, String) - Method in class org.openide.awt.NotificationDisplayer
-
Create and show new notification.
- notify(String, Icon, JComponent, JComponent, NotificationDisplayer.Priority) - Method in class org.openide.awt.NotificationDisplayer
-
Create and show new notification with customized content.
- notify(String, Icon, JComponent, JComponent, NotificationDisplayer.Priority, NotificationDisplayer.Category) - Method in class org.openide.awt.NotificationDisplayer
-
Create and show new notification with customized content.
- notify(String, Icon, JComponent, JComponent, NotificationDisplayer.Priority, String) - Method in class org.openide.awt.NotificationDisplayer
-
Create and show new notification with customized content.
- notifyAvailableUpdates(boolean) - Method in interface org.openide.awt.CheckForUpdatesProvider
-
Runs a check for updates.
- notifySpinButtonListenersAboutDownMove() - Method in class org.openide.awt.SpinButton
-
Deprecated.
- notifySpinButtonListenersAboutUpMove() - Method in class org.openide.awt.SpinButton
-
Deprecated.
- NULL_VALUE - Static variable in annotation type org.openide.awt.ActionState
-