com.webcodepro.applecommander.ui.swt.wizard.compilefile
Class CompileFileStartPane

java.lang.Object
  extended by com.webcodepro.applecommander.ui.swt.wizard.WizardPane
      extended by com.webcodepro.applecommander.ui.swt.wizard.compilefile.CompileFileStartPane

public class CompileFileStartPane
extends WizardPane

Provides the wizard pane which gets the export filter.

Date created: Nov 7, 2002 8:43:27 PM

Author:
Rob Greene

Constructor Summary
CompileFileStartPane(org.eclipse.swt.widgets.Composite parent, CompileWizard compileWizard, java.lang.Object layoutData)
          Constructor for ExportFileStartPane.
 
Method Summary
 void dispose()
          Dispose of resources.
protected  org.eclipse.swt.widgets.Composite getControl()
           
protected  org.eclipse.swt.widgets.Text getDirectoryText()
           
 WizardPane getNextPane()
          Get the next pane.
protected  CompileWizard getWizard()
           
 void open()
          Open up and configure the wizard pane.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompileFileStartPane

public CompileFileStartPane(org.eclipse.swt.widgets.Composite parent,
                            CompileWizard compileWizard,
                            java.lang.Object layoutData)
Constructor for ExportFileStartPane.

Method Detail

open

public void open()
Open up and configure the wizard pane.

Specified by:
open in class WizardPane

getNextPane

public WizardPane getNextPane()
Get the next pane. A null return indicates the end of the wizard.

Specified by:
getNextPane in class WizardPane
See Also:
WizardPane.getNextPane()

dispose

public void dispose()
Dispose of resources.

Specified by:
dispose in class WizardPane
See Also:
WizardPane.dispose()

getControl

protected org.eclipse.swt.widgets.Composite getControl()

getDirectoryText

protected org.eclipse.swt.widgets.Text getDirectoryText()

getWizard

protected CompileWizard getWizard()