RSE
Release 3.0

org.eclipse.rse.ui.dialogs
Interface ISystemPromptDialog

All Known Subinterfaces:
ISystemFilterWizard, ISystemWizard, SystemFilterPoolWizardInterface
All Known Implementing Classes:
AbstractSystemWizard, SystemPromptDialog, 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

public void setInputObject(Object inputObject)
For explicitly setting input object


getInputObject

public Object getInputObject()
For explicitly getting input object


getOutputObject

public Object getOutputObject()
For explicitly getting output object after dialog is dismissed. Set by the dialog's processOK method.


setOutputObject

public void setOutputObject(Object outputObject)
For explicitly setting output object after wizard is dismissed. Called in the wizard's processFinish method, typically.


wasCancelled

public boolean wasCancelled()
Allow caller to determine if window was cancelled or not.


publicConvertWidthInCharsToPixels

public int publicConvertWidthInCharsToPixels(int chars)
Expose inherited protected method convertWidthInCharsToPixels as a publicly excessible method


publicConvertHeightInCharsToPixels

public int publicConvertHeightInCharsToPixels(int chars)
Expose inherited protected method convertHeightInCharsToPixels as a publicly excessible method


RSE
Release 3.0

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