|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.wst.server.ui.wizard.WizardFragment
A wizard fragment is a
| Constructor Summary | |
|---|---|
WizardFragment()
|
|
| Method Summary | |
|---|---|
Composite |
createComposite(Composite parent,
IWizardHandle handle)
Creates the composite associated with this fragment. |
void |
enter()
Called when the wizard that this fragment belongs to has traversed into this wizard fragment. |
void |
exit()
Called when the wizard that this fragment belongs to has traversed out of this wizard fragment. |
java.util.List |
getChildFragments()
Returns the child fragments. |
TaskModel |
getTaskModel()
Returns the wizard task model. |
boolean |
hasComposite()
Returns true if this fragment has an associated UI,
and false otherwise. |
boolean |
isComplete()
Returns true if this fragment is complete (can finish). |
void |
performCancel(IProgressMonitor monitor)
Called when the wizard that this fragment belongs to is canceled. |
void |
performFinish(IProgressMonitor monitor)
Called when the wizard that this fragment belongs to is finished. |
void |
setTaskModel(TaskModel taskModel)
Sets the wizard task model. |
void |
updateChildFragments()
Gives the fragment a chance to update it's child fragments. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WizardFragment()
| Method Detail |
public boolean hasComposite()
true if this fragment has an associated UI,
and false otherwise.
public Composite createComposite(Composite parent,
IWizardHandle handle)
parent - handle -
public void setTaskModel(TaskModel taskModel)
taskModel - the task modelpublic TaskModel getTaskModel()
public void enter()
public void exit()
public void performFinish(IProgressMonitor monitor)
throws CoreException
monitor - a progress monitor, or null if progress
reporting and cancellation are not desired
CoreException - if something goes wrong
public void performCancel(IProgressMonitor monitor)
throws CoreException
monitor - a progress monitor, or null if progress
reporting and cancellation are not desired
CoreException - if something goes wrongpublic java.util.List getChildFragments()
public void updateChildFragments()
public boolean isComplete()
true if the fragment is complete, and
false otherwise
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||