public class WizardWelcomeSettings extends HashStructureAdapter implements Copyable
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
SETTINGS_KEY  | 
_hash| Constructor and Description | 
|---|
WizardWelcomeSettings()  | 
| Modifier and Type | Method and Description | 
|---|---|
static WizardWelcomeSettings | 
getInstance(PropertyStorage prefs)  | 
java.util.HashMap | 
getMap()
Deprecated. 
 
Use getSaveKey instead. 
 | 
boolean | 
getShowWelcomePage(java.lang.String wizardID)
For the specified wizard ID, returns whether the welcome page should
 be shown. 
 | 
void | 
setMap(java.util.HashMap m)
Deprecated. 
 
Use setSaveKey instead. 
 | 
void | 
setShowWelcomePage(java.lang.String wizardID,
                  boolean showWelcomePage)
For the specified wizard ID, sets whether the welcome page should be
 shown. 
 | 
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEqualspublic static final java.lang.String SETTINGS_KEY
public static final WizardWelcomeSettings getInstance(PropertyStorage prefs)
prefs - The storage holding the WizardWelcomeSettings, usually
 Preferences.getPreferences() object.public boolean getShowWelcomePage(java.lang.String wizardID)
wizardID - the ID of the wizardpublic void setShowWelcomePage(java.lang.String wizardID,
                      boolean showWelcomePage)
wizardID - the ID of the wizardshowWelcomePage - whether or not to show the welcome pagepublic java.util.HashMap getMap()
public void setMap(java.util.HashMap m)