|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectWizardPage
org.eclipse.egf.common.ui.wizard.page.AbstractWizardPage
org.eclipse.egf.core.ui.wizard.page.AbstractModelElementWizardPage
org.eclipse.egf.core.ui.wizard.page.AbstractPatternLibrarySequenceWizardPage
public abstract class AbstractPatternLibrarySequenceWizardPage
Base class to implement the pattern library wizard page that allows the end-user to select production orchestration
and the runtime orchestration.
Constructor Summary | |
---|---|
protected |
AbstractPatternLibrarySequenceWizardPage(String pageName_p)
Constructor. |
|
AbstractPatternLibrarySequenceWizardPage(String pageName_p,
String title_p,
ImageDescriptor titleImage_p)
Constructor. |
Method Summary | |
---|---|
protected OrderedListViewer |
createOrderedViewer(Composite parent_p)
Create the ordered viewer. |
protected void |
createPageArea(Composite parent_p)
Create the page content. |
void |
elementAdded(List<Object> elements_p)
Called when elements are added in a ListViewer . |
void |
elementRemoved(List<Object> elements_p)
Called when elements are removed from a ListViewer . |
protected boolean |
getCompleteStatus()
Check conditions to get the page completed |
protected List<Object> |
getFilteredPatternElements()
Return the filtered pattern elements when adding a new one from the 'add' button. |
protected abstract String |
getOrchestrationValue()
Return the orchestration value. |
protected List<AbstractPatternElement> |
getPatternElements()
Get pattern elements for handled pattern library. |
protected abstract List<Object> |
getPatternElements(String orchestrationValue_p)
Return the list of pattern element for given orchestration value. |
protected List<Object> |
getPatternElementsOrder()
Return the list of AbstractPatternElement ordered as defined by the end-user. |
protected PatternLibrary |
getPatternLibrary()
Get the handled pattern library. |
protected void |
initializeOrderedViewer(StructuredViewer decoratedViewer)
|
Methods inherited from class org.eclipse.egf.core.ui.wizard.page.AbstractModelElementWizardPage |
---|
bindTextToAttribute, bindTextToAttribute, getAdapterFactory, getHostingBundle, getHostingPluginId, getHostingProject, getHostingProjectClassLoader, getModelElement, getModelElementWizard, getPageDescription, getParent, handleFieldEditorValidation, isReadOnly, showErrorMessage |
Methods inherited from class org.eclipse.egf.common.ui.wizard.page.AbstractWizardPage |
---|
createControl, getContentNumColumn, getHelpContextId, getPageTitle, handlePageLayout, initialize, isPageComplete, performHelp, updateButtons |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.egf.core.ui.internal.observable.IListViewerObserver |
---|
elementUpdated |
Constructor Detail |
---|
protected AbstractPatternLibrarySequenceWizardPage(String pageName_p)
pageName_p
- public AbstractPatternLibrarySequenceWizardPage(String pageName_p, String title_p, ImageDescriptor titleImage_p)
pageName_p
- title_p
- titleImage_p
- Method Detail |
---|
protected List<Object> getFilteredPatternElements()
List
.protected OrderedListViewer createOrderedViewer(Composite parent_p)
parent_p
-
OrderedListViewer
instance.protected void initializeOrderedViewer(StructuredViewer decoratedViewer)
protected void createPageArea(Composite parent_p)
AbstractWizardPage
createPageArea
in class AbstractWizardPage
org.eclipse.egf.core.ui.wizard.page.AbstractModelElementWizardPage#createPageArea(org.eclipse.swt.widgets.Composite)
protected List<Object> getPatternElementsOrder()
AbstractPatternElement
ordered as defined by the end-user.
protected abstract String getOrchestrationValue()
protected abstract List<Object> getPatternElements(String orchestrationValue_p)
orchestrationValue_p
- a not null string.
public void elementAdded(List<Object> elements_p)
IListViewerObserver
ListViewer
.
elementAdded
in interface IListViewerObserver
elements_p
- the list of added elements.IListViewerObserver.elementAdded(java.util.List)
public void elementRemoved(List<Object> elements_p)
IListViewerObserver
ListViewer
.
elementRemoved
in interface IListViewerObserver
elements_p
- the list of removed elements.IListViewerObserver.elementRemoved(java.util.List)
protected boolean getCompleteStatus()
AbstractWizardPage
getCompleteStatus
in class AbstractWizardPage
AbstractWizardPage.getCompleteStatus()
protected List<AbstractPatternElement> getPatternElements()
protected PatternLibrary getPatternLibrary()
|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Thales Corporate Services S.A.S, 2009.
This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.