rb api

com.raghuraman.rb.eclipse.wizards
Class RBNewWizardPageSettings_2

java.lang.Object
  extended byorg.eclipse.jface.dialogs.DialogPage
      extended byorg.eclipse.jface.wizard.WizardPage
          extended bycom.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

Field Summary
private  org.eclipse.jface.viewers.ISelection selection
           
(package private)  SettingsControl_2 settingsControl_2
           
 
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.
 
Method Summary
 void createControl(org.eclipse.swt.widgets.Composite parent)
           
 java.lang.String getBaseExceptionType()
           
 boolean getDirty()
           
 java.lang.String getDlmsg()
           
 java.lang.String getDlmsgFactoryFor()
           
 java.lang.String getKeyType()
           
 java.lang.Boolean getMerge()
           
 java.lang.String getMlMsg()
           
 java.lang.String getMlmsgFactoryFor()
           
 boolean iskeyAutomatic()
           
 void setDirty(boolean dirty)
           
 void setErrorDisabled(boolean disable)
           
 void setFatalError(java.lang.String error)
           
 void updateStatus(java.lang.String message)
           
 boolean useInferer()
           
 
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
 

Field Detail

selection

private org.eclipse.jface.viewers.ISelection selection

settingsControl_2

SettingsControl_2 settingsControl_2
Constructor Detail

RBNewWizardPageSettings_2

public RBNewWizardPageSettings_2(org.eclipse.jface.viewers.ISelection selection)
Constructor for SampleNewWizardPage.

Method Detail

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

jxpress

Copyright © 2004 R.Raghuraman. Distributable under LGPL license.