Uses of Class
javax.rad.genui.UIContainer

Packages that use UIContainer
com.sibvisions.rad.application Contains base classes for application creation. 
javax.rad.application.genui Contains implementations of the generic application interfaces. 
javax.rad.genui.container Contains a generic implementation of the platform and technology independent container interfaces to design graphical user interfaces. 
javax.rad.genui.menu Contains a generic implementation of the platform and technology independent menu interfaces to design graphical user interfaces. 
 

Uses of UIContainer in com.sibvisions.rad.application
 

Subclasses of UIContainer in com.sibvisions.rad.application
 class About
          The About class is the About dialog of the application.
 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 Login
          The Login creates and layouts the UI components for the login screen of the Application application.
 class Message
          The Message class is an UIInternalFrame to display messages on the screen.
 

Methods in com.sibvisions.rad.application that return UIContainer
 UIContainer Application.getContentPane()
          Gets the content pane for the application.
 

Uses of UIContainer in javax.rad.application.genui
 

Subclasses of UIContainer in javax.rad.application.genui
 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 UILauncher
          The UILauncher is an AbstractFrame extension.
 class WorkScreen
          The WorkScreen is a default implementation of IWorkScreen.
 

Uses of UIContainer in javax.rad.genui.container
 

Subclasses of UIContainer in javax.rad.genui.container
 class AbstractFrame<C extends IFrame>
          Platform and technology independent frame.
 class AbstractWindow<C extends IWindow>
          Platform and technology independent window.
 class UICustomContainer
          Platform and technology independent container.
 class UIDesktopPanel
          Platform and technology independent DesktopPanel.
 class UIFrame
          Platform and technology independent Frame.
 class UIGroupPanel
          Platform and technology independent GroupPanel.
 class UIInternalFrame
          Platform and technology independent InternalFrame.
 class UIPanel
          Platform and technology independent Panel.
 class UIScrollPanel
          Platform and technology independent ScrollPanel.
 class UISplitPanel
          Platform and technology independent SplitPanel.
 class UITabsetPanel
          Platform and technology independent TabSetPanel.
 class UIToolBar
          Platform and technology independent TabSetPanel.
 class UIToolBarPanel
          Platform and technology independent toolbar panel.
 class UIWindow
          Platform and technology independent Window.
 

Constructors in javax.rad.genui.container with parameters of type UIContainer
InternalToolBarPanel(UIContainer<? extends IToolBarPanel> pOwner)
          Creates a new instance of InternalToolBarPanel with an owner.
 

Uses of UIContainer in javax.rad.genui.menu
 

Subclasses of UIContainer in javax.rad.genui.menu
 class UIMenuBar
          Platform and technology independent menu bar.
 class UIPopupMenu
          Platform and technology independent popup menu.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.