- PLAIN_MESSAGE - Static variable in class org.openide.NotifyDescriptor
-
Plain message type using no icon.
- prepareValidation() - Method in interface org.openide.WizardDescriptor.AsynchronousValidatingPanel
-
Called synchronously from UI thread when Next
of Finish buttons clicked.
- prepareValidation() - Method in interface org.openide.WizardDescriptor.ExtendedAsynchronousValidatingPanel
-
Called synchronously from UI thread when Next
of Finish buttons clicked.
- PREVIOUS_OPTION - Static variable in class org.openide.WizardDescriptor
-
"Previous" button option.
- previousPanel() - Method in class org.openide.WizardDescriptor.ArrayIterator
-
- previousPanel() - Method in interface org.openide.WizardDescriptor.Iterator
-
Move to the previous panel.
- PROP_AUTO_WIZARD_STYLE - Static variable in class org.openide.WizardDescriptor
-
Set to true
for enabling other properties.
- PROP_BUTTON_LISTENER - Static variable in class org.openide.DialogDescriptor
-
Name of property for the button listener.
- PROP_CLOSING_OPTIONS - Static variable in class org.openide.DialogDescriptor
-
Name of property for list of closing options.
- PROP_CONTENT_BACK_COLOR - Static variable in class org.openide.WizardDescriptor
-
Set background color of content pane.
- PROP_CONTENT_DATA - Static variable in class org.openide.WizardDescriptor
-
Represents array of content items.
- PROP_CONTENT_DISPLAYED - Static variable in class org.openide.WizardDescriptor
-
Set to true
for showing content pane (steps) in the left pane.
- PROP_CONTENT_FOREGROUND_COLOR - Static variable in class org.openide.WizardDescriptor
-
Set foreground color of content pane.
- PROP_CONTENT_NUMBERED - Static variable in class org.openide.WizardDescriptor
-
Set to true
for displaying numbers in the content.
- PROP_CONTENT_SELECTED_INDEX - Static variable in class org.openide.WizardDescriptor
-
Represents index of content item which will be highlighted.
- PROP_DETAIL - Static variable in class org.openide.NotifyDescriptor
-
Name of property for the detail message reported.
- PROP_ERROR_MESSAGE - Static variable in class org.openide.WizardDescriptor
-
Error message that is displayed at the bottom of the wizard.
- PROP_ERROR_NOTIFICATION - Static variable in class org.openide.NotifyDescriptor
-
Name of property for the error message at the bottom of the wizard.
- PROP_HELP_CTX - Static variable in class org.openide.DialogDescriptor
-
Name of property for the help context.
- PROP_HELP_DISPLAYED - Static variable in class org.openide.WizardDescriptor
-
Set to true
for showing help pane (HTML browser) in the left pane.
- PROP_HELP_URL - Static variable in class org.openide.WizardDescriptor
-
Represents URL of help displayed in left pane.
- PROP_IMAGE - Static variable in class org.openide.WizardDescriptor
-
Set the image which will be displayed in the left pane (behind the content).
- PROP_IMAGE_ALIGNMENT - Static variable in class org.openide.WizardDescriptor
-
Set the side where the image should be drawn.
- PROP_INFO_MESSAGE - Static variable in class org.openide.WizardDescriptor
-
Informational message that is displayed at the bottom of the wizard.
- PROP_INFO_NOTIFICATION - Static variable in class org.openide.NotifyDescriptor
-
Name of property for the error message at the bottom of the wizard.
- PROP_LEAF - Static variable in class org.openide.DialogDescriptor
-
Name of property whether the dialg is leaf or can be the owner of other one dialog.
- PROP_LEFT_DIMENSION - Static variable in class org.openide.WizardDescriptor
-
Dimension of left pane, should be same as dimension of PROP_IMAGE
.
- PROP_MESSAGE - Static variable in class org.openide.NotifyDescriptor
-
Name of property for the message to be displayed.
- PROP_MESSAGE_TYPE - Static variable in class org.openide.NotifyDescriptor
-
Name of property for the type of message to use.
- PROP_MODAL - Static variable in class org.openide.DialogDescriptor
-
Name of property for modality of dialog.
- PROP_NO_DEFAULT_CLOSE - Static variable in class org.openide.NotifyDescriptor
-
Name of property for toggling the ESC key and title frame button closing.
- PROP_OPTION_TYPE - Static variable in class org.openide.NotifyDescriptor
-
Name of property for the style of options available.
- PROP_OPTIONS - Static variable in class org.openide.NotifyDescriptor
-
Name of property for the exact list of options.
- PROP_OPTIONS_ALIGN - Static variable in class org.openide.DialogDescriptor
-
Name of property for alignment of options.
- PROP_TITLE - Static variable in class org.openide.NotifyDescriptor
-
Name of property for the dialog title.
- PROP_VALID - Static variable in class org.openide.NotifyDescriptor
-
Name of property for the OK button validation.
- PROP_VALUE - Static variable in class org.openide.NotifyDescriptor
-
Name of property for the value the user selected.
- PROP_WARNING_MESSAGE - Static variable in class org.openide.WizardDescriptor
-
Warning message that is displayed at the bottom of the wizard.
- PROP_WARNING_NOTIFICATION - Static variable in class org.openide.NotifyDescriptor
-
Name of property for the error message at the bottom of the wizard.
- putProperty(String, Object) - Method in class org.openide.WizardDescriptor
-
Allows Panels that use WizardDescriptor as settings object to
store additional settings into it.