- INFORMATION_MESSAGE - Static variable in class org.openide.NotifyDescriptor
-
Message type for information messages.
- initialize() - Method in class org.openide.NotifyDescriptor
-
Method that is called before a value is returned from any of
getter methods in this object.
- initialize() - Method in class org.openide.WizardDescriptor
-
Initializes settings.
- initialize(WizardDescriptor) - Method in interface org.openide.WizardDescriptor.InstantiatingIterator
-
Initializes this iterator, called from WizardDescriptor's constructor.
- initializePanels() - Method in class org.openide.WizardDescriptor.ArrayIterator
-
Allows subclasses to initialize their arrays of panels when
constructed using default constructor.
- InputLine(String, String) - Constructor for class org.openide.NotifyDescriptor.InputLine
-
Construct dialog with the specified title and label text.
- InputLine(String, String, int, int) - Constructor for class org.openide.NotifyDescriptor.InputLine
-
Construct dialog with the specified title, label text, option and
message types.
- instantiate() - Method in interface org.openide.WizardDescriptor.AsynchronousInstantiatingIterator
-
Is called in separate thread when the Finish button
are clicked and allows implement asynchronous
instantating of newly created objects.
- instantiate() - Method in interface org.openide.WizardDescriptor.BackgroundInstantiatingIterator
-
Called in a separate thread when the Finish button is clicked and the wizard is closed.
- instantiate() - Method in interface org.openide.WizardDescriptor.InstantiatingIterator
-
Returns set of instantiated objects.
- instantiate(ProgressHandle) - Method in interface org.openide.WizardDescriptor.ProgressInstantiatingIterator
-
Is called in separate thread when the Finish button
are clicked and allows implement asynchronous instantating of newly created objects.
- isFinishPanel() - Method in interface org.openide.WizardDescriptor.FinishablePanel
-
Specify if this panel would enable Finish button.
- isLeaf() - Method in class org.openide.DialogDescriptor
-
Get leaf status.
- isModal() - Method in class org.openide.DialogDescriptor
-
Get modal status.
- isNoDefaultClose() - Method in class org.openide.NotifyDescriptor
-
- isValid() - Method in class org.openide.NotifyDescriptor
-
Return true if OK button is valid (enabled), otherwise return false.
- isValid() - Method in interface org.openide.WizardDescriptor.Panel
-
Test whether the panel is finished and it is safe to proceed to the next one.