javax.rad.model.ui
Interface IController

All Known Implementing Classes:
Application, Application, ControllerContent, RemoteApplication, RemoteWorkScreen, RemoteWorkScreenApplication, WorkScreen

public interface IController

The IController to allow external control for IControls.


Method Summary
 IControllable getActiveControllable()
          Gets the active IControllable that should be controlled by this IController.
 void setActiveControllable(IControllable pActiveControllable)
          Sets the active IControllable that should be controlled by this IController.
 

Method Detail

getActiveControllable

IControllable getActiveControllable()
Gets the active IControllable that should be controlled by this IController.

Returns:
the active IControllable

setActiveControllable

void setActiveControllable(IControllable pActiveControllable)
Sets the active IControllable that should be controlled by this IController.

Parameters:
pActiveControllable - the current IControllable


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.