|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectWizardPage
com.ibm.etools.systems.files.importexport.jar.RemoteJarExportWizardOptionsPage
Constructor Summary | |
---|---|
RemoteJarExportWizardOptionsPage(RemoteJarExportData jarPackage)
Create an instance of this class |
Method Summary | |
---|---|
boolean |
canFlipToNextPage()
|
void |
createControl(Composite parent)
|
protected void |
createDescriptionFileGroup(Composite parent)
|
protected IFile |
createFileHandle(IPath filePath)
Creates a file resource handle for the file with the given workspace path. |
protected Label |
createLabel(Composite parent,
String text,
boolean bold)
Creates a new label with a bold font. |
protected void |
createOptionsGroup(Composite parent)
Create the export options specification widgets. |
protected void |
createSpacer(Composite parent)
Creates a horizontal spacer line that fills the width of its container. |
protected IResource |
findResource(IPath path)
Returns the resource for the specified path. |
void |
finish()
Tells the page that the user has pressed finish. |
protected void |
handleDescriptionFileBrowseButtonPressed()
Open an appropriate destination browser so that the user can specify a source to import from |
protected void |
initializeJarPackage()
Initializes the JAR package from last used wizard page values. |
protected void |
internalSaveWidgetValues()
Hook method for subclasses to persist their settings. |
boolean |
isPageComplete()
|
protected void |
restoreWidgetValues()
Hook method for restoring widget values to the values that they held last time this wizard was used to completion. |
void |
saveWidgetValues()
Persists resource specification control setting that are to be restored in the next instance of this page. |
void |
setPreviousPage(IWizardPage page)
|
protected void |
updateModel()
Stores the widget values in the JAR package. |
protected void |
updatePageCompletion()
Determine if the page is complete and update the page appropriately. |
protected void |
updateWidgetEnablements()
Updates the enablements of this page's controls. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemoteJarExportWizardOptionsPage(RemoteJarExportData jarPackage)
Method Detail |
public void createControl(Composite parent)
protected void createOptionsGroup(Composite parent)
parent
- org.eclipse.swt.widgets.Compositepublic final void saveWidgetValues()
internalSaveWidgetValues
.
protected void internalSaveWidgetValues()
protected void restoreWidgetValues()
protected void initializeJarPackage()
protected void updateModel()
protected void handleDescriptionFileBrowseButtonPressed()
protected void updateWidgetEnablements()
public boolean isPageComplete()
public boolean canFlipToNextPage()
protected void createDescriptionFileGroup(Composite parent)
protected IFile createFileHandle(IPath filePath)
createFile
.
filePath
- the path of the file resource to create a handle for
public void setPreviousPage(IWizardPage page)
public void finish()
IRemoteJarExportWizardPage
finish
in interface IRemoteJarExportWizardPage
protected Label createLabel(Composite parent, String text, boolean bold)
parent
- the parent controltext
- the label text
protected void createSpacer(Composite parent)
parent
- the parent controlprotected void updatePageCompletion()
protected IResource findResource(IPath path)
path
- the path for which the resource should be returned
null
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |