com.aptana.ide.editor.html.wizards
Class HtmlNewWizard

java.lang.Object
  extended by org.eclipse.jface.wizard.Wizard
      extended by com.aptana.ide.editors.wizards.SimpleNewFileWizard
          extended by com.aptana.ide.editor.html.wizards.HtmlNewWizard
All Implemented Interfaces:
org.eclipse.jface.wizard.IWizard, org.eclipse.ui.INewWizard, org.eclipse.ui.IWorkbenchWizard

public class HtmlNewWizard
extends SimpleNewFileWizard

Wizard creates a new empty HTML file.


Field Summary
 
Fields inherited from class org.eclipse.jface.wizard.Wizard
DEFAULT_IMAGE
 
Constructor Summary
HtmlNewWizard()
          Constructor for HtmlNewWizard.
 
Method Summary
protected  SimpleNewWizardPage createNewFilePage(org.eclipse.jface.viewers.ISelection selection)
          Factory allowing subclasses to create and initialize the new file page.
protected  java.lang.String getFileExtension()
          getFileExtension
protected  java.lang.String getInitialFileContents()
          getInitialFileContents
 
Methods inherited from class com.aptana.ide.editors.wizards.SimpleNewFileWizard
addPages, getInitialCaretOffset, init, performFinish
 
Methods inherited from class org.eclipse.jface.wizard.Wizard
addPage, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.wizard.IWizard
canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, setContainer
 

Constructor Detail

HtmlNewWizard

public HtmlNewWizard()
Constructor for HtmlNewWizard.

Method Detail

getFileExtension

protected java.lang.String getFileExtension()
getFileExtension

Returns:
String

createNewFilePage

protected SimpleNewWizardPage createNewFilePage(org.eclipse.jface.viewers.ISelection selection)
Description copied from class: SimpleNewFileWizard
Factory allowing subclasses to create and initialize the new file page.

Specified by:
createNewFilePage in class SimpleNewFileWizard
Returns:
NewFilePage
See Also:
SimpleNewFileWizard.createNewFilePage(org.eclipse.jface.viewers.ISelection)

getInitialFileContents

protected java.lang.String getInitialFileContents()
Description copied from class: SimpleNewFileWizard
getInitialFileContents

Specified by:
getInitialFileContents in class SimpleNewFileWizard
Returns:
String
See Also:
SimpleNewFileWizard.getInitialFileContents()