com.raghuraman.rb.eclipse.wizards
Class RBNewWizardPageSettings_2
java.lang.Object
org.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
com.raghuraman.rb.eclipse.wizards.RBNewWizardPageSettings_2
- All Implemented Interfaces:
- com.raghuraman.eclipse.tools.editors.mpe.GuiHolder, org.eclipse.jface.dialogs.IDialogPage, org.eclipse.jface.dialogs.IMessageProvider, org.eclipse.jface.wizard.IWizardPage
- public class RBNewWizardPageSettings_2
- extends org.eclipse.jface.wizard.WizardPage
- implements com.raghuraman.eclipse.tools.editors.mpe.GuiHolder
The "New" wizard page allows setting the wizardContainer for the new file as
well as the file name. The page will only accept file name without the
extension OR with the extension that matches the expected one (rb).
- Author:
- R.Raghuraman
Fields inherited from class org.eclipse.jface.wizard.WizardPage |
|
Fields inherited from class org.eclipse.jface.dialogs.DialogPage |
|
Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
ERROR, INFORMATION, NONE, WARNING |
Constructor Summary |
RBNewWizardPageSettings_2(org.eclipse.jface.viewers.ISelection selection)
Constructor for SampleNewWizardPage. |
Methods inherited from class org.eclipse.jface.wizard.WizardPage |
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, 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 |
selection
private org.eclipse.jface.viewers.ISelection selection
settingsControl_2
SettingsControl_2 settingsControl_2
RBNewWizardPageSettings_2
public RBNewWizardPageSettings_2(org.eclipse.jface.viewers.ISelection selection)
- Constructor for SampleNewWizardPage.
useInferer
public boolean useInferer()
getMerge
public java.lang.Boolean getMerge()
getKeyType
public java.lang.String getKeyType()
iskeyAutomatic
public boolean iskeyAutomatic()
getBaseExceptionType
public java.lang.String getBaseExceptionType()
getDlmsg
public java.lang.String getDlmsg()
getDlmsgFactoryFor
public java.lang.String getDlmsgFactoryFor()
getMlMsg
public java.lang.String getMlMsg()
getMlmsgFactoryFor
public java.lang.String getMlmsgFactoryFor()
createControl
public void createControl(org.eclipse.swt.widgets.Composite parent)
- Specified by:
createControl
in interface org.eclipse.jface.dialogs.IDialogPage
- See Also:
IDialogPage.createControl(Composite)
updateStatus
public void updateStatus(java.lang.String message)
- Specified by:
updateStatus
in interface com.raghuraman.eclipse.tools.editors.mpe.GuiHolder
setDirty
public void setDirty(boolean dirty)
- Specified by:
setDirty
in interface com.raghuraman.eclipse.tools.editors.mpe.GuiHolder
getDirty
public boolean getDirty()
- Specified by:
getDirty
in interface com.raghuraman.eclipse.tools.editors.mpe.GuiHolder
setErrorDisabled
public void setErrorDisabled(boolean disable)
- Specified by:
setErrorDisabled
in interface com.raghuraman.eclipse.tools.editors.mpe.GuiHolder
setFatalError
public void setFatalError(java.lang.String error)
- Specified by:
setFatalError
in interface com.raghuraman.eclipse.tools.editors.mpe.GuiHolder
Copyright © 2004 R.Raghuraman. Distributable under LGPL license.