|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
com.pvx.ooadide.wizards.WizardPasswordPage
public abstract class WizardPasswordPage
Base class for preference export/import pages.
Field Summary |
---|
Fields inherited from interface org.eclipse.ui.dialogs.IOverwriteQuery |
---|
ALL, CANCEL, NO, NO_ALL, YES |
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Method Summary | |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
(non-Javadoc) Method declared on IDialogPage. |
void |
dispose()
|
boolean |
finish(java.lang.String eventName)
The Finish button was pressed. |
void |
handleEvent(org.eclipse.swt.widgets.Event e)
Handle all events and enablements for widgets in this page |
java.lang.String |
queryOverwrite(java.lang.String pathString)
The WizardDataTransfer implementation of this
IOverwriteQuery method asks the user whether the existing
resource at the given path should be overwritten. |
void |
setPageComplete()
Check whether the internal state of the page is complete and update the dialog |
Methods inherited from class org.eclipse.jface.wizard.WizardPage |
---|
canFlipToNextPage, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString |
Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
---|
getControl, getDescription, getErrorMessage, getMessage, getMessageType, getTitle, performHelp, setMessage, setVisible |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
---|
getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible |
Method Detail |
---|
public void createControl(org.eclipse.swt.widgets.Composite parent)
createControl
in interface org.eclipse.jface.dialogs.IDialogPage
public boolean finish(java.lang.String eventName)
public void setPageComplete()
public void handleEvent(org.eclipse.swt.widgets.Event e)
handleEvent
in interface org.eclipse.swt.widgets.Listener
e
- Eventpublic void dispose()
dispose
in interface org.eclipse.jface.dialogs.IDialogPage
dispose
in class org.eclipse.jface.dialogs.DialogPage
public java.lang.String queryOverwrite(java.lang.String pathString)
WizardDataTransfer
implementation of this
IOverwriteQuery
method asks the user whether the existing
resource at the given path should be overwritten.
queryOverwrite
in interface org.eclipse.ui.dialogs.IOverwriteQuery
pathString
-
"YES"
, "NO"
,
"ALL"
, or "CANCEL"
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |