public interface INewModelMainPage
extends org.eclipse.jface.wizard.IWizardPage
Modifier and Type | Method and Description |
---|---|
boolean |
isCreatingFromStandardTemplate()
Return
true if the user selected to create a new model
from a template, otherwise return false because the
user has selected to create a new model from an existing model. |
void |
setHelpID(java.lang.String helpID)
Sets the help ID of this page.
|
boolean isCreatingFromStandardTemplate()
true
if the user selected to create a new model
from a template, otherwise return false
because the
user has selected to create a new model from an existing model.true
to create a new model from a template,
false
otherwise to create a new model from
an existing modelvoid setHelpID(java.lang.String helpID)
helpID
- the help ID of this page