|
||||||||||
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,
java.lang.String pTitle,
boolean pModal,
java.lang.String pClassName,
java.lang.Object... pParameter)
Opens content in an internal frame. |
|
|
IApplication.showMessage(OP pOpener,
int pIconType,
int pButtonType,
java.lang.String pMessage,
java.lang.String pOkAction,
java.lang.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,
java.lang.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 |
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 IContent | ||
---|---|---|
|
WorkScreen.showError(OP pOpener,
java.lang.String pMessage)
Shows a message with the IMessageConstants.MESSAGE_ICON_ERROR icon and the
IMessageConstants.MESSAGE_BUTTON_OK button. |
|
|
Application.showError(OP pOpener,
java.lang.String pMessage)
Shows a message with the IMessageConstants.MESSAGE_ICON_ERROR icon and the
IMessageConstants.MESSAGE_BUTTON_OK button. |
|
|
WorkScreen.showError(OP pOpener,
java.lang.String pMessage,
java.lang.String pOkAction)
Shows a message with the IMessageConstants.MESSAGE_ICON_ERROR icon and the
IMessageConstants.MESSAGE_BUTTON_OK button. |
|
|
Application.showError(OP pOpener,
java.lang.String pMessage,
java.lang.String pOkAction)
Shows a message with the IMessageConstants.MESSAGE_ICON_ERROR icon and the
IMessageConstants.MESSAGE_BUTTON_OK button. |
|
|
WorkScreen.showInformation(OP pOpener,
java.lang.String pMessage)
Shows a message with the IMessageConstants.MESSAGE_ICON_INFO icon and the
IMessageConstants.MESSAGE_BUTTON_OK button. |
|
|
Application.showInformation(OP pOpener,
java.lang.String pMessage)
Shows a message with the IMessageConstants.MESSAGE_ICON_INFO icon and the
IMessageConstants.MESSAGE_BUTTON_OK button. |
|
|
WorkScreen.showInformation(OP pOpener,
java.lang.String pMessage,
java.lang.String pOkAction)
Shows a message with the IMessageConstants.MESSAGE_ICON_INFO icon and the
IMessageConstants.MESSAGE_BUTTON_OK button. |
|
|
Application.showInformation(OP pOpener,
java.lang.String pMessage,
java.lang.String pOkAction)
Shows a message with the IMessageConstants.MESSAGE_ICON_INFO icon and the
IMessageConstants.MESSAGE_BUTTON_OK button. |
|
|
Application.showMessage(OP pOpener,
int pIconType,
int pButtonType,
java.lang.String pMessage,
java.lang.String pOkAction,
java.lang.String pCancelAction)
Shows a message. |
|
|
WorkScreen.showQuestion(OP pOpener,
java.lang.String pMessage,
java.lang.String pOkAction)
Shows a message with the IMessageConstants.MESSAGE_ICON_QUESTION icon and the
IMessageConstants.MESSAGE_BUTTON_YES_NO buttons. |
|
|
Application.showQuestion(OP pOpener,
java.lang.String pMessage,
java.lang.String pOkAction)
Shows a message with the IMessageConstants.MESSAGE_ICON_QUESTION icon and the
IMessageConstants.MESSAGE_BUTTON_YES_NO buttons. |
|
|
WorkScreen.showQuestion(OP pOpener,
java.lang.String pMessage,
java.lang.String pOkAction,
java.lang.String pCancelAction)
Shows a message with the IMessageConstants.MESSAGE_ICON_QUESTION icon and the
IMessageConstants.MESSAGE_BUTTON_YES_NO buttons. |
|
|
Application.showQuestion(OP pOpener,
java.lang.String pMessage,
java.lang.String pOkAction,
java.lang.String pCancelAction)
Shows a message with the IMessageConstants.MESSAGE_ICON_QUESTION icon and the
IMessageConstants.MESSAGE_BUTTON_YES_NO buttons. |
|
|
Application.showWarning(OP pOpener,
java.lang.String pMessage)
Shows a warning with the IMessageConstants.MESSAGE_ICON_WARNING icon and the
IMessageConstants.MESSAGE_BUTTON_OK button. |
|
|
Application.showWarning(OP pOpener,
java.lang.String pMessage,
java.lang.String pOkAction)
Shows a warning with the IMessageConstants.MESSAGE_ICON_WARNING icon and the
IMessageConstants.MESSAGE_BUTTON_OK buttons. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |