|
 |
|
|
org.eclipse.rse.ui.dialogs
Interface ISystemPromptDialog
-
All Known Subinterfaces:
-
ISystemFilterWizard,
ISystemWizard,
SystemFilterPoolWizardInterface
-
All Known Implementing Classes:
-
AbstractSystemWizard,
EnvironmentVariablesPromptDialog,
SystemChangeFilterDialog,
SystemChangePasswordDialog,
SystemNewFilterWizard,
SystemNewProfileWizard,
SystemPasswordPersistencePrompt,
SystemPasswordPromptDialog,
SystemPromptDialog,
SystemPromptForHomeFolderDialog,
SystemRemoteArchiveDialog,
SystemRemoteFileDialog,
SystemRemoteFolderDialog,
SystemRemoteResourceDialog,
SystemRenameSingleDialog,
SystemSelectAnythingDialog,
SystemSelectFileTypesDialog,
SystemSimpleCopyDialog,
SystemSimpleSelectDialog,
SystemWizardDialog
-
public interface ISystemPromptDialog
Suggested interface for dialogs used in actions in remote system framework.
setInputObject
void setInputObject(
Object inputObject)
- For explicitly setting input object
-
getInputObject
Object getInputObject()
- For explicitly getting input object
-
getOutputObject
Object getOutputObject()
- For explicitly getting output object after dialog is dismissed. Set by the
dialog's processOK method.
-
setOutputObject
void setOutputObject(
Object outputObject)
- For explicitly setting output object after wizard is dismissed. Called in the
wizard's processFinish method, typically.
-
wasCancelled
boolean wasCancelled()
- Allow caller to determine if window was cancelled or not.
-
publicConvertWidthInCharsToPixels
int publicConvertWidthInCharsToPixels(int chars)
- Expose inherited protected method convertWidthInCharsToPixels as a publicly
excessible method
-
publicConvertHeightInCharsToPixels
int publicConvertHeightInCharsToPixels(int chars)
- Expose inherited protected method convertHeightInCharsToPixels as a publicly
excessible method
-
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.
|
|
|