Skip navigation links
oracle.ide.wizard
Class WizardWelcomeSettings
java.lang.Object
oracle.javatools.data.HashStructureAdapter
oracle.ide.wizard.WizardWelcomeSettings
- All Implemented Interfaces:
- Copyable
-
public class WizardWelcomeSettings
- extends HashStructureAdapter
- implements Copyable
Settings that define whether a wizard welcome page is displayed. This is persisted as part of the IDE settings and remembers whether the welcome page is shown for all wizard welcome pages in the product.
| Method Summary |
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. |
| Methods inherited from class oracle.javatools.data.HashStructureAdapter |
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.javatools.util.Copyable |
copyTo |
SETTINGS_KEY
public static final java.lang.String SETTINGS_KEY
-
- See Also:
- Constant Field Values
WizardWelcomeSettings
public WizardWelcomeSettings()
getInstance
public static final WizardWelcomeSettings getInstance(PropertyStorage prefs)
-
- Parameters:
prefs - The storage holding the WizardWelcomeSettings, usually Preferences.getPreferences() object.
- Returns:
- The WizardWelcomeSettings for the specified storage.
getShowWelcomePage
public boolean getShowWelcomePage(java.lang.String wizardID)
- For the specified wizard ID, returns whether the welcome page should be shown. Default is true, if this value has never been set.
-
- Parameters:
wizardID - the ID of the wizard
setShowWelcomePage
public void setShowWelcomePage(java.lang.String wizardID,
boolean showWelcomePage)
- For the specified wizard ID, sets whether the welcome page should be shown.
-
- Parameters:
wizardID - the ID of the wizard
showWelcomePage - whether or not to show the welcome page
getMap
public java.util.HashMap getMap()
- Deprecated. Use getSaveKey instead.
setMap
public void setMap(java.util.HashMap m)
- Deprecated. Use setSaveKey instead.
Skip navigation links
Copyright © 1997, 2015, Oracle. All rights reserved.