|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IControllable | |
---|---|
javax.rad.application.genui | Contains implementations of the generic application interfaces. |
javax.rad.genui.control | Contains a generic implementation of the platform and technology independent control interfaces to design graphical user interfaces. |
javax.rad.model.ui | Contains UI relevant interface definitions. |
Uses of IControllable in javax.rad.application.genui |
---|
Classes in javax.rad.application.genui that implement IControllable | |
---|---|
class |
Application
The Application is an abstract implementation of IApplication . |
class |
ControllerContent
The ControllerContent is the default IController implementation and extends
an Content . |
class |
RemoteApplication
The RemoteApplication extends the Application with
an AbstractConnection . |
class |
RemoteWorkScreen
The RemoteWorkScreen extends the WorkScreen with
an AbstractConnection . |
class |
RemoteWorkScreenApplication
The RemoteWorkScreenApplication is a RemoteApplication with IWorkScreenApplication
implemented. |
class |
WorkScreen
The WorkScreen is a default implementation of IWorkScreen . |
Methods in javax.rad.application.genui that return IControllable | |
---|---|
IControllable |
ControllerContent.getActiveControl()
Gets the real control that caused the focus event. |
IControllable |
ControllerContent.getActiveControllable()
Gets the active IControllable that should be controlled by this IController . |
Methods in javax.rad.application.genui with parameters of type IControllable | |
---|---|
void |
ControllerContent.setActiveControllable(IControllable pActiveControllable)
Sets the active IControllable that should be controlled by this IController . |
Uses of IControllable in javax.rad.genui.control |
---|
Classes in javax.rad.genui.control that implement IControllable | |
---|---|
class |
AbstractControllable<C extends IComponent>
Base class for all genui IControl implementations. |
class |
UIChart
Platform and technology independent Table. |
class |
UIEditor
Platform and technology independent Editor. |
class |
UITable
Platform and technology independent Table. |
class |
UITree
Platform and technology independent Tree. |
Uses of IControllable in javax.rad.model.ui |
---|
Methods in javax.rad.model.ui that return IControllable | |
---|---|
IControllable |
IController.getActiveControllable()
Gets the active IControllable that should be controlled by this IController . |
Methods in javax.rad.model.ui with parameters of type IControllable | |
---|---|
void |
IController.setActiveControllable(IControllable pActiveControllable)
Sets the active IControllable that should be controlled by this IController . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |