Method Summary |
|
protected void | createAdvancedControls(Composite parent) Creates the widget for advanced options. |
public void | createControl(Composite parent) (non-Javadoc) Method declared on IDialogPage. |
protected void | createFolder(IFolder folderHandle, IProgressMonitor monitor) Creates a folder resource given the folder handle. |
protected IFolder | createFolderHandle(IPath folderPath) Creates a folder resource handle for the folder with the given workspace
path. |
protected void | createLinkTarget() Creates the link target path if a link target has been specified. |
public IFolder | createNewFolder() Creates a new folder resource in the selected container and with the
selected name. |
protected void | handleAdvancedButtonSelect() Shows/hides the advanced option widgets. |
public void | handleEvent(Event ev) The WizardNewFolderCreationPage implementation of this
Listener method handles all events and enablements for
controls on this page. |
protected void | initializePage() Initializes this page's controls. |
public void | setVisible(boolean visible) |
protected IStatus | validateLinkedResource() Checks whether the linked resource target is valid. |
protected boolean | validatePage() Returns whether this page's controls currently all contain valid values. |