org.apache.ibatis.abator.ui.wizards
Class NewConfigFileWizardPage1

java.lang.Object
  extended by WizardPage
      extended by org.apache.ibatis.abator.ui.wizards.NewConfigFileWizardPage1

public class NewConfigFileWizardPage1
extends WizardPage

The "New" wizard page allows setting the container 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 (mpe).


Constructor Summary
NewConfigFileWizardPage1(ISelection selection)
          Constructor for SampleNewWizardPage.
 
Method Summary
 void createControl(Composite parent)
           
 java.lang.String getFileName()
           
 java.lang.String getLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewConfigFileWizardPage1

public NewConfigFileWizardPage1(ISelection selection)
Constructor for SampleNewWizardPage.

Parameters:
selection - - the current selection
Method Detail

createControl

public void createControl(Composite parent)
See Also:
IDialogPage#createControl(Composite)

getLocation

public java.lang.String getLocation()

getFileName

public java.lang.String getFileName()