createControl(Composite parent) (non-Javadoc)
Method declared on IDialogPage.
protected void
createFileFormatOptions(Composite optionsGroup, Font font) Create the buttons for the group that determine if the entire or
selected directory structure should be created.
ensureTargetDirectoryIsValid(String fullPathname) Returns a boolean indicating whether the directory portion of the
passed pathname is valid and available for use.
protected boolean
ensureTargetFileIsValid(File targetFile) Returns a boolean indicating whether the passed File handle is
is valid and available for use.
protected boolean
ensureTargetIsValid() Ensures that the target output file and its containing directory are
both valid and able to be used.
protected void createFileFormatOptions(Composite optionsGroup, Font font)(Code)
Create the buttons for the group that determine if the entire or
selected directory structure should be created.
Parameters: optionsGroup - Parameters: font -
The Finish button was pressed. Try to do the required work now and answer
a boolean indicating success. If false is returned then the wizard will
not close.
Answer the suffix that files exported from this wizard should have.
If this suffix is a file extension (which is typically the case)
then it must include the leading period character.