|
||||||||||
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.gcn.plinguaplugin.simulatorCreator.SimulatorFeaturesWizardPage
public class SimulatorFeaturesWizardPage
This class implements the page for SimulatorCreatorDisplayer
instances related to simulator parameters, such as allowing steps back or alternative steps
Field Summary |
---|
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
---|
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary | |
---|---|
protected |
SimulatorFeaturesWizardPage()
Creates a new SimulatorFeaturesWizardPage instance |
Method Summary | |
---|---|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
Sets up the simulator features page by adding simulator parameters |
boolean |
isPageComplete()
|
void |
setAlternativeStepsCheckBoxEnabled(boolean enabled)
Sets if the alternative steps check box is enabled |
void |
setFileRoute(java.lang.String fileRoute)
Sets the file route given as argument within its field |
void |
testCompleteness()
Test if the page is complete and reports so |
Methods inherited from class org.eclipse.jface.wizard.WizardPage |
---|
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, 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 |
---|
protected SimulatorFeaturesWizardPage()
SimulatorFeaturesWizardPage
instance
Method Detail |
---|
public boolean isPageComplete()
isPageComplete
in interface org.eclipse.jface.wizard.IWizardPage
isPageComplete
in class org.eclipse.jface.wizard.WizardPage
WizardPage.isPageComplete()
public void setAlternativeStepsCheckBoxEnabled(boolean enabled)
enabled
- a boolean to set if the alternative steps check box is enabledpublic void createControl(org.eclipse.swt.widgets.Composite parent)
parent
- the composite to add the feature controls topublic void setFileRoute(java.lang.String fileRoute)
fileRoute
- the file route to set. In case it's null, it will be replaced by an empty stringpublic void testCompleteness()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |