|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.jface.wizard.Wizard
com.ibm.carma.ui.wizard.ViewDefinitionWizard
public class ViewDefinitionWizard
Wizard used to create new "views" in the CARMA hierarchy. Views are Filters in the CARMA hierarchy.
This Class may be instantiated, but is not intended to be subclassed.
Filterable| Field Summary | |
|---|---|
static java.lang.String |
COPYRIGHT
|
| Fields inherited from class org.eclipse.jface.wizard.Wizard |
|---|
DEFAULT_IMAGE |
| Constructor Summary | |
|---|---|
ViewDefinitionWizard(boolean removeInitialView)
Creates a new View definition wizard. |
|
| Method Summary | |
|---|---|
void |
addPages()
|
void |
init(com.ibm.carma.model.Filterable viewable,
java.lang.String displayView)
Initializes the wizard to create a view on the given Filterable object. |
boolean |
performFinish()
|
void |
setAdditionalText(java.lang.String additionalText)
Allows the caller to add additional text to be displayed above the filter string. |
void |
setContextId(java.lang.String contextId)
Allows the caller to specify an alternate contextId than the default. |
void |
setDescription(java.lang.String description)
Allows the caller to modify the default description displayed. |
| Methods inherited from class org.eclipse.jface.wizard.Wizard |
|---|
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String COPYRIGHT
| Constructor Detail |
|---|
public ViewDefinitionWizard(boolean removeInitialView)
removeInitialView - true if the filter specified in the {init(Filterable, String)
method should be removed.| Method Detail |
|---|
public void init(com.ibm.carma.model.Filterable viewable,
java.lang.String displayView)
viewable - the object to declare a new view ondisplayView - string to populate the wizard with initiallypublic void setDescription(java.lang.String description)
description - the new descriptionpublic void setAdditionalText(java.lang.String additionalText)
additionalText - the additional textpublic void setContextId(java.lang.String contextId)
contextId - the contextId for the wizard pagepublic void addPages()
addPages in interface org.eclipse.jface.wizard.IWizardaddPages in class org.eclipse.jface.wizard.Wizardpublic boolean performFinish()
performFinish in interface org.eclipse.jface.wizard.IWizardperformFinish in class org.eclipse.jface.wizard.Wizard
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||