Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

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.0

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire