org.eclipse.rse.ui
Interface ISystemConnectionFormCaller
-
public interface ISystemConnectionFormCaller
Interface that any UI that uses the SystemConnectionForm must implement
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
-
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.