|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.wizard.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
|
| Constructor Summary | |
WizardWelcomeSettings()
|
|
| Method Summary | |
java.lang.Object |
copyTo(java.lang.Object target)
Required by Copyable, not used. |
java.util.HashMap |
getMap()
Get the map of wizard ids to welcome page settings |
void |
setMap(java.util.HashMap m)
Set the map of wizard ids. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String SETTINGS_KEY
| Constructor Detail |
public WizardWelcomeSettings()
| Method Detail |
public java.util.HashMap getMap()
public void setMap(java.util.HashMap m)
m - the hashmappublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface Copyabletarget - The target object to which the state of
this object should be copied. If target
is null, then the copyTo method will
return a new instance of this class.
this
object was copied. If the target was
non-null, then the return value is the same as the
target object that was passed in; otherwise, the
return value is a new instance of this class.
|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©1997, 2003, Oracle. All rights reserved.