RSE
Release 3.3

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.


Method Summary
 Object getInputObject()
          For explicitly getting input object
 Object getOutputObject()
          For explicitly getting output object after dialog is dismissed.
 int publicConvertHeightInCharsToPixels(int chars)
          Expose inherited protected method convertHeightInCharsToPixels as a publicly excessible method
 int publicConvertWidthInCharsToPixels(int chars)
          Expose inherited protected method convertWidthInCharsToPixels as a publicly excessible method
 void setInputObject(Object inputObject)
          For explicitly setting input object
 void setOutputObject(Object outputObject)
          For explicitly setting output object after wizard is dismissed.
 boolean wasCancelled()
          Allow caller to determine if window was cancelled or not.
 

Method Detail

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


RSE
Release 3.3

Copyright (c) IBM Corporation and others 2000, 2011. All Rights Reserved.