|
||||||||||
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
pl.edu.agh.cast.data.ui.template.NewTemplateWizardPage
public class NewTemplateWizardPage
First page of the template creation wizard, which servers for selection of all basic information that are required by the new template.
Field Summary |
---|
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
---|---|
NewTemplateWizardPage(String pageName)
The default constructor. |
Method Summary | |
---|---|
boolean |
canFlipToNextPage()
|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
String |
getFormatId()
|
Map<String,String> |
getImporterOptions()
|
org.eclipse.core.runtime.IConfigurationElement |
getModelConfiguration()
|
String |
getModelId()
|
org.eclipse.jface.wizard.IWizardPage |
getNextPage()
|
String |
getPreprocessorDescription()
Retrieves the preprocessor description. |
String |
getPreprocessorId()
Retrieves the preprocessor identifier. |
String |
getSamplePrototypeContent()
Creates and returns an input sample file content for the file preview, according to a specified importer. |
String |
getTemplateDescription()
|
String |
getTemplateFileName()
|
void |
modifyText(org.eclipse.swt.events.ModifyEvent e)
|
void |
widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
|
void |
widgetModified()
Method is called whenever any widget had been selected or modified, and checks if the page had arrived to its completed state. |
void |
widgetSelected(org.eclipse.swt.events.SelectionEvent e)
|
Methods inherited from class org.eclipse.jface.wizard.WizardPage |
---|
getContainer, getDialogSettings, getImage, getName, 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 |
Constructor Detail |
---|
public NewTemplateWizardPage(String pageName)
pageName
- name of new template pageMethod Detail |
---|
public org.eclipse.core.runtime.IConfigurationElement getModelConfiguration()
public String getModelId()
public String getFormatId()
public String getPreprocessorId()
public String getPreprocessorDescription()
public String getTemplateFileName()
public String getTemplateDescription()
public void widgetModified()
public Map<String,String> getImporterOptions()
public String getSamplePrototypeContent()
public void createControl(org.eclipse.swt.widgets.Composite parent)
createControl
in interface org.eclipse.jface.dialogs.IDialogPage
IDialogPage.createControl(org.eclipse.swt.widgets.Composite)
public void modifyText(org.eclipse.swt.events.ModifyEvent e)
modifyText
in interface org.eclipse.swt.events.ModifyListener
ModifyListener.modifyText(org.eclipse.swt.events.ModifyEvent)
public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent e)
widgetDefaultSelected
in interface org.eclipse.swt.events.SelectionListener
SelectionListener.widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent)
public void widgetSelected(org.eclipse.swt.events.SelectionEvent e)
widgetSelected
in interface org.eclipse.swt.events.SelectionListener
SelectionListener.widgetSelected(org.eclipse.swt.events.SelectionEvent)
public boolean canFlipToNextPage()
canFlipToNextPage
in interface org.eclipse.jface.wizard.IWizardPage
canFlipToNextPage
in class org.eclipse.jface.wizard.WizardPage
WizardPage.canFlipToNextPage()
public org.eclipse.jface.wizard.IWizardPage getNextPage()
getNextPage
in interface org.eclipse.jface.wizard.IWizardPage
getNextPage
in class org.eclipse.jface.wizard.WizardPage
WizardPage.getNextPage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |