Skip navigation links
org.openide.dialogs 7.71

Dialogs API
Official

See: Description

Dialogs API 
Package Description
org.openide
Miscellaneous general classes, especially the util classes to handle a user notifications, displaying dialogs and wizards.

What is New (see all changes)?

Use Cases

There is a Wizard Guide Book providing the introductionary information, moreover here is a list of frequently asked questions and their answers:
How to change the title of a wizard?
Q: Although none of my panels have names set (using setName() method) and the method name() in the WizardDescriptor.Iterator returns an empty string, I'm getting "wizard ( )" as the title of each panel in my wizard. When I set the name of the panel and return a string from the method name() I get: "panelName wizard (myName)". The wizard steps are labeled correctly, it just the panel title/name that looks like it adds "wizard ()" to any of my panels. I don't mind the "( )", but I would like to rid of the word "wizard".

A: You can change the format of your wizard's title by WizardDescriptor.setTitleFormat(MessageFormat format) and rid of 'wizard' word in the default wizard's title.

Exported Interfaces

This table lists all of the module exported APIs with defined stability classifications. It is generated based on answers to questions about the architecture of the module. Read them all...
Group of java interfaces
Interface NameIn/OutStabilitySpecified in What Document?
DialogsAPIExportedOfficial .../org/openide/package-summary.html

Implementation Details

Read more about the implementation in the answers to architecture questions.

Skip navigation links
org.openide.dialogs 7.71