RSE
Release 3.3

org.eclipse.rse.ui
Interface ISystemConnectionFormCaller


public interface ISystemConnectionFormCaller

Interface that any UI that uses the SystemConnectionForm must implement


Method Summary
 Shell getShell()
          Return the shell hosting this form
 void systemTypeSelected(IRSESystemType systemType, boolean duringInitialization)
          Event: the user has selected a system type.
 

Method Detail

systemTypeSelected

void systemTypeSelected(IRSESystemType systemType,
                        boolean duringInitialization)
Event: the user has selected a system type.

Parameters:
systemType - the type of system selected
duringInitialization - true if this is being set at page initialization time versus selected by the user

getShell

Shell getShell()
Return the shell hosting this form


RSE
Release 3.3

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