|
Extension SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.bali.ewt.wizard.WizardPage | +--oracle.bali.ewt.wizard.ImageWizardPage | +--oracle.bali.ewt.wizard.TitledWizardPage | +--oracle.bali.ewt.wizard.WelcomeWizardPage | +--oracle.ide.wizard.WizardWelcomePage
A subclass of oracle.bali.ewt.wizard.WelcomeWizardPage which provides support for persisting the "Skip this Page Next Time" option in the IDE settings.
WelcomeWizardPage
Fields inherited from class oracle.bali.ewt.wizard.WelcomeWizardPage |
PROPERTY_SHOW_NEXT_TIME, PROPERTY_SKIP_NEXT_TIME |
Fields inherited from class oracle.bali.ewt.wizard.WizardPage |
NOT_ADDED_INDEX |
Constructor Summary | |
WizardWelcomePage(java.awt.Image image,
java.lang.String title,
java.lang.String description)
|
|
WizardWelcomePage(java.lang.String id)
Construct a wizard welcome page. |
Method Summary | |
static boolean |
_isWelcomeShown(java.lang.String saveKey)
Deprecated. use isWelcomeShown instead |
static void |
_setWelcomeShown(boolean b,
java.lang.String saveKey)
Deprecated. Use setWelcomeShown instead. |
oracle.bali.ewt.wizard.ImageWizardPage |
getWizardPage()
Get the wizard page. |
boolean |
isHidden()
Find out if the welcome page has been hidden by the user. |
boolean |
isShowNextTime()
Deprecated. Use isSkipNextTime() instead. |
boolean |
isSkipNextTime()
Indicates whether or not the Welcome page should be hidden the next time this wizard is invoked. |
static boolean |
isWelcomeShown(java.lang.String saveKey)
Deprecated. Use isWelcomeSkipped(String) instead. |
static boolean |
isWelcomeSkipped(java.lang.String saveKey)
Determine whether the user has requested that this page should be skipped the next time this wizard is run. |
void |
setHelpID(java.lang.String helpID)
Set the helpId for the welcome panel. |
void |
setShowNextTime(boolean showNextTime)
Deprecated. Use setSkipNextTime(boolean) instead. |
void |
setSkipNextTime(boolean skip)
Specifies whether or not the Welcome page is skipped the next time the wizard is invoked. |
static void |
setWelcomeShown(boolean b,
java.lang.String saveKey)
Deprecated. Use setWelcomeSkipped instead. |
static void |
setWelcomeSkipped(boolean b,
java.lang.String saveKey)
Persists the setting for whether or not this Welcome page is skipped on subsequent runs. |
Methods inherited from class oracle.bali.ewt.wizard.WelcomeWizardPage |
getAccessibleDescription, getDescription, setDescription |
Methods inherited from class oracle.bali.ewt.wizard.TitledWizardPage |
getInteractiveArea, getTitle, setInteractiveArea, setTitle |
Methods inherited from class oracle.bali.ewt.wizard.ImageWizardPage |
getImage, setImage |
Methods inherited from class oracle.bali.ewt.wizard.WizardPage |
addPropertyChangeListener, addWizardValidateListener, firePropertyChange, getCanAdvance, getCanGoBack, getContent, getIndex, getInitialFocus, getLabel, getParent, isEnabled, isSelected, isVisible, processWizardValidateEvent, removePropertyChangeListener, removeWizardValidateListener, setAccessibleDescription, setCanAdvance, setCanGoBack, setContent, setEnabled, setInitialFocus, setLabel, setVisible, toString, validatePage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WizardWelcomePage(java.lang.String id)
id
- a unique id. Must not be null.public WizardWelcomePage(java.awt.Image image, java.lang.String title, java.lang.String description)
Method Detail |
public oracle.bali.ewt.wizard.ImageWizardPage getWizardPage()
public boolean isSkipNextTime()
isSkipNextTime
in class oracle.bali.ewt.wizard.WelcomeWizardPage
true
if the Welcome page should be hidden,
false
otherwise.public void setSkipNextTime(boolean skip)
setSkipNextTime
in class oracle.bali.ewt.wizard.WelcomeWizardPage
skip
- true
if the page should be skipped,
false
otherwise.public boolean isShowNextTime()
isShowNextTime
in class oracle.bali.ewt.wizard.WelcomeWizardPage
public void setShowNextTime(boolean showNextTime)
setShowNextTime
in class oracle.bali.ewt.wizard.WelcomeWizardPage
public boolean isHidden()
true
if the user has chosen to hide the welcome page.
This is remembered from a previous invocation of the wizard. If this
method returns true, you should use BaseWizard.setCurrentPageIndex(int)
so that the welcome page is not displayed. Do NOT disable or remove the
welcome page from the wizard in create mode under any circumstances.BaseWizard.setCurrentPageIndex(int)
public static void _setWelcomeShown(boolean b, java.lang.String saveKey)
public static void setWelcomeShown(boolean b, java.lang.String saveKey)
public static void setWelcomeSkipped(boolean b, java.lang.String saveKey)
b
- this value should be true
if you want to skip
this page next time, false
otherwise.saveKey
- the string to use when saving this value (persistence)public static boolean _isWelcomeShown(java.lang.String saveKey)
public static boolean isWelcomeShown(java.lang.String saveKey)
public static boolean isWelcomeSkipped(java.lang.String saveKey)
savekey
- String to be used when saving the value (persistence)true
if the user wants to skip this page. This
returns false
if the user has never toggled the setting.public void setHelpID(java.lang.String helpID)
|
Extension SDK | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |