Uses of Interface
javax.rad.application.IContent

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.
<OP> IContent
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.
 

Methods in javax.rad.application.genui that return IContent
<OP> IContent
WorkScreen.showError(OP pOpener, String pMessage)
          Shows a message with the IMessageConstants.MESSAGE_ICON_ERROR icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
<OP> IContent
Application.showError(OP pOpener, String pMessage)
          Shows a message with the IMessageConstants.MESSAGE_ICON_ERROR icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
<OP> IContent
WorkScreen.showError(OP pOpener, String pMessage, String pOkAction)
          Shows a message with the IMessageConstants.MESSAGE_ICON_ERROR icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
<OP> IContent
Application.showError(OP pOpener, String pMessage, String pOkAction)
          Shows a message with the IMessageConstants.MESSAGE_ICON_ERROR icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
<OP> IContent
WorkScreen.showInformation(OP pOpener, String pMessage)
          Shows a message with the IMessageConstants.MESSAGE_ICON_INFO icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
<OP> IContent
Application.showInformation(OP pOpener, String pMessage)
          Shows a message with the IMessageConstants.MESSAGE_ICON_INFO icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
<OP> IContent
WorkScreen.showInformation(OP pOpener, String pMessage, String pOkAction)
          Shows a message with the IMessageConstants.MESSAGE_ICON_INFO icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
<OP> IContent
Application.showInformation(OP pOpener, String pMessage, String pOkAction)
          Shows a message with the IMessageConstants.MESSAGE_ICON_INFO icon and the IMessageConstants.MESSAGE_BUTTON_OK button.
<OP> IContent
WorkScreen.showQuestion(OP pOpener, String pMessage, String pOkAction)
          Shows a message with the IMessageConstants.MESSAGE_ICON_QUESTION icon and the IMessageConstants.MESSAGE_BUTTON_YES_NO buttons.
<OP> IContent
Application.showQuestion(OP pOpener, String pMessage, String pOkAction)
          Shows a message with the IMessageConstants.MESSAGE_ICON_QUESTION icon and the IMessageConstants.MESSAGE_BUTTON_YES_NO buttons.
<OP> IContent
WorkScreen.showQuestion(OP pOpener, String pMessage, String pOkAction, String pCancelAction)
          Shows a message with the IMessageConstants.MESSAGE_ICON_QUESTION icon and the IMessageConstants.MESSAGE_BUTTON_YES_NO buttons.
<OP> IContent
Application.showQuestion(OP pOpener, String pMessage, String pOkAction, String pCancelAction)
          Shows a message with the IMessageConstants.MESSAGE_ICON_QUESTION icon and the IMessageConstants.MESSAGE_BUTTON_YES_NO buttons.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.