|
||||||||||
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.importer.wizard.page.AbstractImportWizardPage
pl.edu.agh.cast.importer.wizard.page.TemplatePropertiesPage
public class TemplatePropertiesPage
Template properties page. Used for getting from user template name and description.
Field Summary |
---|
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
---|---|
TemplatePropertiesPage()
The default constructor. |
Method Summary | |
---|---|
boolean |
canFlipToNextPage()
|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
|
String |
getTemplateDescription()
|
String |
getTemplateName()
|
void |
initPage()
initPage() is invoked before showing page. |
protected boolean |
isComplete()
|
boolean |
isCurrentWizardPage()
Method is a delegate of a protected method WizardPage.isCurrentPage . |
Methods inherited from class pl.edu.agh.cast.importer.wizard.page.AbstractImportWizardPage |
---|
dispose, getImportProcess, getImportWizard, getNextPage, refreshImportData, widgetModified |
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, 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 |
---|
getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible |
Constructor Detail |
---|
public TemplatePropertiesPage()
Method Detail |
---|
public boolean canFlipToNextPage()
canFlipToNextPage
in interface org.eclipse.jface.wizard.IWizardPage
canFlipToNextPage
in class AbstractImportWizardPage
AbstractImportWizardPage.canFlipToNextPage()
public void initPage()
initPage
in class AbstractImportWizardPage
AbstractImportWizardPage.initPage()
protected boolean isComplete()
isComplete
in class AbstractImportWizardPage
public boolean isCurrentWizardPage()
WizardPage.isCurrentPage
. Returns whether this page is
the current one in the wizard's container.
true
if the page is active, and false
otherwisepublic void createControl(org.eclipse.swt.widgets.Composite parent)
IDialogPage.createControl(org.eclipse.swt.widgets.Composite)
public String getTemplateName()
public String getTemplateDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |