|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.wizard.Wizard
org.ow2.clif.scenario.isac.egui.pages.pageBehavior.ActionWizard
public class ActionWizard
This class is used for adding an action to a behavior. User can select an imported plug-in to see the list of actions it proposed and then select one action. Else he can select a controller : if, while, nchoice...
Field Summary |
---|
Fields inherited from class org.eclipse.jface.wizard.Wizard |
---|
DEFAULT_IMAGE |
Constructor Summary | |
---|---|
ActionWizard(org.w3c.dom.Document doc,
org.w3c.dom.Element currentNode,
org.w3c.dom.Element behavior,
java.util.Map<java.lang.String,PluginDescription> plugins)
Constructor |
|
ActionWizard(org.w3c.dom.Document doc,
org.w3c.dom.Element currentNode,
org.w3c.dom.Element behavior,
java.util.Map<java.lang.String,PluginDescription> plugins,
ActionPlacement actionPlacement)
Constuctor for the action Wizard |
Method Summary | |
---|---|
void |
addPages()
|
void |
init(org.eclipse.ui.IWorkbench workbench,
org.eclipse.jface.viewers.IStructuredSelection selection)
|
boolean |
performFinish()
|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.wizard.IWizard |
---|
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer |
Constructor Detail |
---|
public ActionWizard(org.w3c.dom.Document doc, org.w3c.dom.Element currentNode, org.w3c.dom.Element behavior, java.util.Map<java.lang.String,PluginDescription> plugins)
doc
- currentNode
- behavior
- plugins
- public ActionWizard(org.w3c.dom.Document doc, org.w3c.dom.Element currentNode, org.w3c.dom.Element behavior, java.util.Map<java.lang.String,PluginDescription> plugins, ActionPlacement actionPlacement)
doc
- Xml documentcurrentNode
- Node selectedbehavior
- Current behaviourplugins
- List of pluginsactionPlacement
- Placement of the actionsMethod Detail |
---|
public void addPages()
addPages
in interface org.eclipse.jface.wizard.IWizard
addPages
in class org.eclipse.jface.wizard.Wizard
public boolean performFinish()
performFinish
in interface org.eclipse.jface.wizard.IWizard
performFinish
in class org.eclipse.jface.wizard.Wizard
public void init(org.eclipse.ui.IWorkbench workbench, org.eclipse.jface.viewers.IStructuredSelection selection)
init
in interface org.eclipse.ui.IWorkbenchWizard
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |