|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IApplication | |
---|---|
com.sibvisions.rad.ui | Contains technology and platform dependent UI implementations. |
com.sibvisions.rad.ui.swing.impl | Contains the Swing dependent interface implementations of the platform and technology independent interface definitions. |
javax.rad.application | Contains all interfaces to develop an application. |
javax.rad.application.genui | Contains implementations of the generic application interfaces. |
Uses of IApplication in com.sibvisions.rad.ui |
---|
Methods in com.sibvisions.rad.ui that return IApplication | |
---|---|
static IApplication |
ApplicationUtil.createApplication(ILauncher pLauncher,
ClassLoader pClassLoader,
String pClassName)
Creates an instance of an IApplication . |
static IApplication |
ApplicationUtil.createApplication(ILauncher pLauncher,
String pClassName)
Creates an instance of an IApplication . |
Uses of IApplication in com.sibvisions.rad.ui.swing.impl |
---|
Methods in com.sibvisions.rad.ui.swing.impl that return IApplication | |
---|---|
IApplication |
SwingApplication.getApplication()
Gets the launched application. |
Uses of IApplication in javax.rad.application |
---|
Subinterfaces of IApplication in javax.rad.application | |
---|---|
interface |
IWorkScreenApplication
Platform and technology independent definition for an application with work-screens. |
Uses of IApplication in javax.rad.application.genui |
---|
Classes in javax.rad.application.genui that implement IApplication | |
---|---|
class |
Application
The Application is an abstract implementation of IApplication . |
class |
RemoteApplication
The RemoteApplication extends the Application with
an AbstractConnection . |
class |
RemoteWorkScreenApplication
The RemoteWorkScreenApplication is a RemoteApplication with IWorkScreenApplication
implemented. |
Methods in javax.rad.application.genui with parameters of type IApplication | |
---|---|
void |
IApplicationSetup.apply(IApplication pApplication)
Apply pre-configured settings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |