|
Mobile Tools for Java Release 1.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectWizardPage
org.eclipse.mtj.ui.templates.AbstractTemplateWizardPage
public abstract class AbstractTemplateWizardPage
AbstractTemplateWizardPage class is intended to be extended by template implementations to add a custom template page to the New MIDlet Wizard. The custom template page contains fields for template customization that will setup some template specific values.
Constructor Summary | |
---|---|
protected |
AbstractTemplateWizardPage()
Creates an AbstractTemplateWizardPage instance. |
protected |
AbstractTemplateWizardPage(String name)
Creates an AbstractTemplateWizardPage instance. |
Method Summary | |
---|---|
abstract void |
createControl(Composite parent)
Creates the Wizard Template custom page under the given parent composite. |
abstract Map<String,String> |
getDictionary()
Gets the template dictionary of tags and it's corresponding values according to the page's custom fields. |
abstract boolean |
isPageComplete()
Returns whether this page is complete or not. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractTemplateWizardPage(String name)
name
- page name.protected AbstractTemplateWizardPage()
Method Detail |
---|
public abstract Map<String,String> getDictionary()
public abstract void createControl(Composite parent)
parent
- the parent composite.public abstract boolean isPageComplete()
This information is typically used by the wizard to decide when it is okay to finish.
true
if this page is complete, and
false
otherwise
|
Mobile Tools for Java Release 1.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |