oracle.ide.wizard
Class WizardWelcomeSettings
java.lang.Object
oracle.ide.wizard.WizardWelcomeSettings
- All Implemented Interfaces:
- Copyable
- public class WizardWelcomeSettings
- extends java.lang.Object
- 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 |
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 |
SETTINGS_KEY
public static final java.lang.String SETTINGS_KEY
-
- See Also:
- Constant Field Values
WizardWelcomeSettings
public WizardWelcomeSettings()
getMap
public java.util.HashMap getMap()
- Get the map of wizard ids to welcome page settings
-
- Returns:
- a hashmap of wizard ids to welcome page Booleans.
setMap
public void setMap(java.util.HashMap m)
- Set the map of wizard ids. This is here for persistence.
-
- Parameters:
m
- the hashmap
copyTo
public java.lang.Object copyTo(java.lang.Object target)
- Required by Copyable, not used.
-
- Specified by:
copyTo
in interface Copyable
-
- Parameters:
target
- 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.
- Returns:
- The object to which the state of
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.
Copyright © 1997, 2004, Oracle. All rights reserved.