| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.data.HashStructureAdapter
oracle.ide.wizard.WizardWelcomeSettings
public class WizardWelcomeSettings
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 | 
|---|
public static final java.lang.String SETTINGS_KEY
| Constructor Detail | 
|---|
public WizardWelcomeSettings()
| Method Detail | 
|---|
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 wizard
public 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)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||