Remote Systems
v6.4.1

com.ibm.etools.systems.core.ui.dialogs
Interface ISystemPromptDialog

All Known Subinterfaces:
ISystemFilterWizard, ISystemWizard, SystemFilterPoolWizardInterface
All Known Implementing Classes:
AbstractSystemWizard, SystemFilterNewFilterPoolWizard, SystemPromptDialog, SystemWizardDialog

public interface ISystemPromptDialog

Suggested interface for dialogs used in actions in remote system framework.


Field Summary
static String copyright
           
 
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
 boolean wasCancelled()
          Allow caller to determine if window was cancelled or not.
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
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.


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


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.