|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectWizardPage
org.eclipse.weaver.wizards.WeaverFirstWizardPage
First page of the wizard (metamodel extension, ...)
Field Summary | |
protected WeaverWizard |
parentWizard
|
Constructor Summary | |
WeaverFirstWizardPage(WeaverWizard parent,
java.lang.String pageName,
ISelection selection)
Creates a new first wizard page |
|
WeaverFirstWizardPage(WeaverWizard parent,
java.lang.String pageName,
java.lang.String title,
ImageDescriptor titleImage)
Creates a new first wizard page |
Method Summary | |
void |
createControl(Composite parent)
|
Table |
getLoadedMetamodelTable()
|
Table |
getMetamodelTable()
|
WeaverWizard |
getParentWizard()
|
java.util.Collection |
getPluginMmExtensions()
Returns the collection of metamodel extensions selected (from an plugin extension) |
java.util.Collection |
getWorkspaceMmExtensions()
Returns the collection of metamodel extensions selected (from workspace files) |
void |
setLoadedMetamodelTable(Table loadedMetamodelTable)
|
void |
setMetamodelTable(Table metamodelTable)
|
void |
setParentWizard(WeaverWizard parentWizard)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected WeaverWizard parentWizard
Constructor Detail |
public WeaverFirstWizardPage(WeaverWizard parent, java.lang.String pageName, ISelection selection)
parent
- the wizard parent of this pagepageName
- the name of the pageselection
- the current object selectionpublic WeaverFirstWizardPage(WeaverWizard parent, java.lang.String pageName, java.lang.String title, ImageDescriptor titleImage)
parent
- the wizard parent of this pagepageName
- the name of the pagetitle
- the title for this wizard page,
or null
if nonetitleImage
- the image descriptor for the title of this wizard page,
or null
if noneMethod Detail |
public void createControl(Composite parent)
public java.util.Collection getPluginMmExtensions()
public java.util.Collection getWorkspaceMmExtensions()
public Table getLoadedMetamodelTable()
public void setLoadedMetamodelTable(Table loadedMetamodelTable)
loadedMetamodelTable
- The loadedMetamodelTable to set.public Table getMetamodelTable()
public void setMetamodelTable(Table metamodelTable)
metamodelTable
- The metamodelTable to set.public WeaverWizard getParentWizard()
public void setParentWizard(WeaverWizard parentWizard)
parentWizard
- The parentWizard to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |