|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IController | |
---|---|
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 IController in javax.rad.application.genui |
---|
Classes in javax.rad.application.genui that implement IController | |
---|---|
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 IController | |
---|---|
IController |
ControllerContent.getController()
Gets the IController for this IControllable . |
Methods in javax.rad.application.genui with parameters of type IController | |
---|---|
void |
ControllerContent.setController(IController pController)
Sets the IController for this IControllable . |
Uses of IController in javax.rad.genui.control |
---|
Methods in javax.rad.genui.control that return IController | |
---|---|
IController |
AbstractControllable.getController()
Gets the IController for this IControllable . |
Methods in javax.rad.genui.control with parameters of type IController | |
---|---|
void |
AbstractControllable.setController(IController pController)
Sets the IController for this IControllable . |
Uses of IController in javax.rad.model.ui |
---|
Methods in javax.rad.model.ui that return IController | |
---|---|
IController |
IControllable.getController()
Gets the IController for this IControllable . |
Methods in javax.rad.model.ui with parameters of type IController | |
---|---|
void |
IControllable.setController(IController pController)
Sets the IController for this IControllable . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |