|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.eclipse.gmt.weaver.wizards.WeaverSecondWizardPage
public class WeaverSecondWizardPage
Second page of the wizard (weaving data)
Field Summary | |
---|---|
protected WeaverWizard |
parentWizard
|
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
---|---|
WeaverSecondWizardPage(WeaverWizard parent,
java.lang.String pageName,
org.eclipse.jface.viewers.ISelection selection)
Creates a new second wizard page |
|
WeaverSecondWizardPage(WeaverWizard parent,
java.lang.String pageName,
java.lang.String title,
org.eclipse.jface.resource.ImageDescriptor titleImage)
Creates a new second wizard page |
Method Summary | |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
java.lang.String |
getEditorExtensionSelected()
Returns the panel Extension selected id |
java.lang.String |
getExistingModelFileName()
Returns the full path of existing model file |
java.lang.String |
getNewModelFileName()
Returns the relative path of new model file |
WeaverWizard |
getParentWizard()
|
java.lang.String |
getProjectName()
Returns the relative path of project |
java.lang.String |
getWmodelSelected()
Returns the wmodel extension selected id |
protected void |
initWmodelControl(java.util.List wmodels)
Initializes the wmodel control |
boolean |
isNewWeavingModel()
Returns true if we work with a new model |
void |
setParentWizard(WeaverWizard parentWizard)
|
Methods inherited from class org.eclipse.jface.wizard.WizardPage |
---|
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString |
Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
---|
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
---|
dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible |
Field Detail |
---|
protected WeaverWizard parentWizard
Constructor Detail |
---|
public WeaverSecondWizardPage(WeaverWizard parent, java.lang.String pageName, org.eclipse.jface.viewers.ISelection selection)
parent
- the wizard parent of this pagepageName
- the name of the pageselection
- the current object selectionpublic WeaverSecondWizardPage(WeaverWizard parent, java.lang.String pageName, java.lang.String title, org.eclipse.jface.resource.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(org.eclipse.swt.widgets.Composite parent)
protected void initWmodelControl(java.util.List wmodels) throws WeaverException
WeaverException
public java.lang.String getProjectName()
public java.lang.String getNewModelFileName()
public java.lang.String getExistingModelFileName()
public boolean isNewWeavingModel()
public java.lang.String getEditorExtensionSelected()
public java.lang.String getWmodelSelected()
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 |