|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IContent | |
---|---|
com.sibvisions.rad.application | Contains base classes for application creation. |
javax.rad.application | Contains all interfaces to develop an application. |
javax.rad.application.genui | Contains implementations of the generic application interfaces. |
Uses of IContent in com.sibvisions.rad.application |
---|
Classes in com.sibvisions.rad.application that implement IContent | |
---|---|
class |
Dialog
The Dialog class is a dialog content that shows a component and allows
configuration of available buttons. |
class |
Error
The Error is designed to visualize errors occured
in an application. |
class |
Message
The Message class is an UIInternalFrame to
display messages on the screen. |
Uses of IContent in javax.rad.application |
---|
Subinterfaces of IContent in javax.rad.application | |
---|---|
interface |
IApplication
Platform and technology independent application definition. |
interface |
IWorkScreen
Platform and technology independent work screen definition. |
interface |
IWorkScreenApplication
Platform and technology independent definition for an application with work-screens. |
Methods in javax.rad.application that return IContent | ||
---|---|---|
IContent[] |
IWorkScreenApplication.getContents()
Gets all open contents. |
|
IContent |
IWorkScreenApplication.openContent(IComponent pOpener,
String pTitle,
boolean pModal,
String pClassName,
Object... pParameter)
Opens content in an internal frame. |
|
|
IApplication.showMessage(OP pOpener,
int pIconType,
int pButtonType,
String pMessage,
String pOkAction,
String pCancelAction)
Shows a message. |
Methods in javax.rad.application with parameters of type IContent | |
---|---|
void |
IWorkScreenApplication.close(IContent pContent)
Closes the given content. |
void |
IWorkScreenApplication.openContent(IComponent pOpener,
String pTitle,
boolean pModal,
IContent pContent)
Opens a content in an internal frame. |
Uses of IContent in javax.rad.application.genui |
---|
Classes in javax.rad.application.genui that implement IContent | |
---|---|
class |
Application
The Application is an abstract implementation of IApplication . |
class |
Content
The Content is the default IContent implementation and extends
an UIPanel . |
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |