Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.ide.wizard
Class WizardWelcomeSettings

java.lang.Object
  extended by oracle.javatools.data.HashStructureAdapter
      extended by 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.


Field Summary
static java.lang.String SETTINGS_KEY
           
 
Fields inherited from class oracle.javatools.data.HashStructureAdapter
_hash
 
Constructor Summary
WizardWelcomeSettings()
           
 
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
 

Field Detail

SETTINGS_KEY

public static final java.lang.String SETTINGS_KEY
See Also:
Constant Field Values
Constructor Detail

WizardWelcomeSettings

public WizardWelcomeSettings()
Method Detail

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.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Copyright © 1997, 2011, Oracle. All rights reserved.