Uses of Interface
javax.rad.ui.IContainer

Packages that use IContainer
com.sibvisions.rad.application Contains base classes for application creation. 
com.sibvisions.rad.ui.awt.impl Contains the AWT dependent interface implementations of the platform and technology independent interface definitions. 
com.sibvisions.rad.ui.swing.impl Contains the Swing dependent interface implementations of the platform and technology independent interface definitions. 
com.sibvisions.rad.ui.swing.impl.component Contains Swing component implementations based on the platform and technology independent interface definitions. 
com.sibvisions.rad.ui.swing.impl.container Contains Swing container implementations based on the platform and technology independent interface definitions. 
com.sibvisions.rad.ui.swing.impl.control Contains Swing control implementations based on the platform and technology independent interface definitions. 
com.sibvisions.rad.ui.swing.impl.menu Contains Swing menu implementations based on 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. 
javax.rad.genui Contains a generic implementation of the platform and technology independent interfaces to design graphical user 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. 
javax.rad.ui Contains all interfaces to develop a graphical user interface. 
javax.rad.ui.container Contains all interfaces to develop containers for a graphical user interface. 
javax.rad.ui.menu Contains all interfaces to develop menues (menubar, popupmenu, menuitem) for a graphical user interface. 
 

Uses of IContainer in com.sibvisions.rad.application
 

Classes in com.sibvisions.rad.application that implement IContainer
 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 with parameters of type IContainer
protected  void Application.configureApplicationPane(IContainer pApplicationPane)
          Configures the default behaviour of the application pane.
 

Uses of IContainer in com.sibvisions.rad.ui.awt.impl
 

Classes in com.sibvisions.rad.ui.awt.impl that implement IContainer
 class AwtContainer<C extends Container>
          A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT components.
 

Fields in com.sibvisions.rad.ui.awt.impl declared as IContainer
protected  IContainer AwtComponent.parent
          Container where the component is added.
 

Methods in com.sibvisions.rad.ui.awt.impl that return IContainer
 IContainer AwtFactory.createCustomContainer(Object pCustomContainer)
          Creates a new Instance of IContainer that contains any Custom Container.
 IContainer AwtComponent.getParent()
          Gets the parent of this component.
 

Methods in com.sibvisions.rad.ui.awt.impl with parameters of type IContainer
 void AwtComponent.setParent(IContainer pParent)
          Sets the parent of this component.
 

Uses of IContainer in com.sibvisions.rad.ui.swing.impl
 

Classes in com.sibvisions.rad.ui.swing.impl that implement IContainer
 class SwingApplet.SwingAppletLauncher
          The SwingAppletLauncher is the ILauncher implementation for swing applet applications with full access to the JApplet.
 class SwingApplication
          The SwingApplication is the IApplication implementation for swing applications with full access to the JFrame.
 class SwingComponent<C extends JComponent>
          The SwingComponent extends AwtComponent with setting the alignment.
 class SwingScrollComponent<C extends JComponent,SC extends JComponent>
          The SwingComponent is a component with scrollbars.
 

Methods in com.sibvisions.rad.ui.swing.impl that return IContainer
 IContainer SwingFactory.createCustomContainer(Object pCustomContainer)
          Creates a new Instance of IContainer that contains any Custom Container.
 

Uses of IContainer in com.sibvisions.rad.ui.swing.impl.component
 

Classes in com.sibvisions.rad.ui.swing.impl.component that implement IContainer
 class SwingAbstractButton<C extends AbstractButton>
          The SwingButton is the IButton implementation for swing.
 class SwingButton
          The SwingButton is the IButton implementation for swing.
 class SwingCheckBox
          The SwingCheckBox is the ICheckBox implementation for swing.
 class SwingIcon
          The SwingIcon is the IIcon implementation for swing.
 class SwingLabel
          The SwingLabel is the ILabel implementation for swing.
 class SwingPasswordField
          The SwingPasswordField is the IPasswordField implementation for swing.
 class SwingRadioButton
          The SwingRadioButton is the IRadioButton implementation for swing.
 class SwingTextArea
          The SwingTextArea is the ITextArea implementation for swing.
 class SwingTextComponent<C extends JComponent,TC extends JTextComponent>
          Platform and technology independent TextField definition.
 class SwingTextField<C extends JTextField>
          The SwingTextField is the ITextField implementation for swing.
 class SwingToggleButton<C extends JToggleButton>
          The SwingToggleButton is the IToggleButton implementation for swing.
 

Uses of IContainer in com.sibvisions.rad.ui.swing.impl.container
 

Classes in com.sibvisions.rad.ui.swing.impl.container that implement IContainer
 class SwingAbstractFrame<C extends Container>
          The SwingAbstractFrame is the IFrame implementation for swing.
 class SwingDesktopPanel
          The SwingDesktopPanel is the IDesktopPanel implementation for swing.
 class SwingFrame
          The SwingFrame is the IFrame implementation for swing.
 class SwingGroupPanel
          The SwingGroupPanel is the IGroupPanel implementation for swing.
 class SwingInternalFrame
          The SwingInternalFrame is the IInternalFrame implementation for swing.
 class SwingPanel
          The SwingPanel is the IPanel implementation for swing.
 class SwingScrollPanel
          The SwingPanel is the IPanel implementation for swing.
 class SwingSplitPanel
          The SwingSplitPanel is the ISplitPanel implementation for swing.
 class SwingTabsetPanel
          The SwingTabsetPanel is the ITabsetPanel implementation for swing.
 class SwingToolBar
          The SwingToolBar is the IToolBar implementation for swing.
 class SwingToolBarPanel
          The SwingToolBarPanel is IToolBarPanel implementation for Swing.
 

Methods in com.sibvisions.rad.ui.swing.impl.container with parameters of type IContainer
 void SwingToolBar.setParent(IContainer pParent)
          Sets the parent of this component.
 

Uses of IContainer in com.sibvisions.rad.ui.swing.impl.control
 

Classes in com.sibvisions.rad.ui.swing.impl.control that implement IContainer
 class SwingChart
          The SwingChart is the IChart implementation for swing.
 class SwingEditor
          The SwingEditor is the IEditor implementation for swing.
 class SwingTable
          The SwingTable is the ITable implementation for swing.
 class SwingTree
          The SwingTree is the ITree implementation for swing.
 

Uses of IContainer in com.sibvisions.rad.ui.swing.impl.menu
 

Classes in com.sibvisions.rad.ui.swing.impl.menu that implement IContainer
 class SwingCheckBoxMenuItem
          The SwingCheckBoxMenuItem is the ICheckBoxMenuItem implementation for swing.
 class SwingMenu
          The SwingMenu is the IMenu implementation for swing.
 class SwingMenuBar
          The SwingMenuBar is the IMenuBar implementation for swing.
 class SwingMenuItem<C extends JMenuItem>
          The SwingMenuItem is the IMenuItem implementation for swing.
 class SwingPopupMenu
          The SwingPopupMenu is the IPopupMenu implementation for swing.
 class SwingSeparator
          The SwingSeparator is the ISeparator implementation for swing.
 

Methods in com.sibvisions.rad.ui.swing.impl.menu with parameters of type IContainer
 void SwingMenuBar.setParent(IContainer pParent)
          Sets the parent of this component.
 

Uses of IContainer in javax.rad.application
 

Subinterfaces of IContainer in javax.rad.application
 interface ILauncher
          The ILauncher defines a platform and technology independent IApplication launcher.
 

Methods in javax.rad.application that return IContainer
 IContainer IApplication.getApplicationPane()
          Gets the standard application pane where the content will be added.
 IContainer IApplication.getContentPane()
          Gets the content pane for the application.
 

Uses of IContainer in javax.rad.application.genui
 

Classes in javax.rad.application.genui that implement IContainer
 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.
 

Methods in javax.rad.application.genui that return IContainer
 IContainer Application.getApplicationPane()
          Gets the standard application pane where the content will be added.
 

Uses of IContainer in javax.rad.genui
 

Classes in javax.rad.genui with type parameters of type IContainer
 class UIContainer<C extends IContainer>
          Platform and technology independent Container.
 

Classes in javax.rad.genui that implement IContainer
 class UIContainer<C extends IContainer>
          Platform and technology independent Container.
 

Fields in javax.rad.genui declared as IContainer
protected  IContainer UIComponent.parent
          the UIParent of this UICompoennt.
 

Methods in javax.rad.genui that return IContainer
 IContainer UIComponent.getParent()
          Gets the parent of this component.
 

Methods in javax.rad.genui with parameters of type IContainer
 void UIComponent.setParent(IContainer pParent)
          Sets the parent of this component.
 

Uses of IContainer in javax.rad.genui.container
 

Classes in javax.rad.genui.container that implement IContainer
 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.
 

Methods in javax.rad.genui.container with parameters of type IContainer
 void UIToolBar.setParent(IContainer pParent)
          Sets the parent of this component.
 

Constructors in javax.rad.genui.container with parameters of type IContainer
UICustomContainer(IContainer pContainer)
          Creates a new instance of UICustomContainer.
 

Uses of IContainer in javax.rad.genui.menu
 

Classes in javax.rad.genui.menu that implement IContainer
 class UIMenu
          Platform and technology independent menu.
 class UIMenuBar
          Platform and technology independent menu bar.
 class UIPopupMenu
          Platform and technology independent popup menu.
 

Methods in javax.rad.genui.menu with parameters of type IContainer
 void UIMenuBar.setParent(IContainer pParent)
          Sets the parent of this component.
 

Uses of IContainer in javax.rad.ui
 

Methods in javax.rad.ui that return IContainer
 IContainer IFactory.createCustomContainer(Object pCustomContainer)
          Creates a new Instance of IContainer that contains any Custom Container.
 IContainer IComponent.getParent()
          Gets the parent of this component.
 

Methods in javax.rad.ui with parameters of type IContainer
 void IComponent.setParent(IContainer pParent)
          Sets the parent of this component.
 

Uses of IContainer in javax.rad.ui.container
 

Subinterfaces of IContainer in javax.rad.ui.container
 interface IDesktopPanel
          Platform and technology independent DesktopPanel definition.
 interface IFrame
          Platform and technology independent Frame definition.
 interface IGroupPanel
          Platform and technology independent GroupPanel definition.
 interface IInternalFrame
          Platform and technology independent InternalFrame definition.
 interface IPanel
          Platform and technology independent Panel definition.
 interface IScrollPanel
          Platform and technology independent ScrollPanel definition.
 interface ISplitPanel
          Platform and technology independent SplitPanel definition.
 interface ITabsetPanel
          Platform and technology independent TabSetPanel definition.
 interface IToolBar
          Platform and technology independent TabSetPanel definition.
 interface IToolBarPanel
          Platform and technology independent toolbar panel definition.
 interface IWindow
          Platform and technology independent Window definition.
 

Uses of IContainer in javax.rad.ui.menu
 

Subinterfaces of IContainer in javax.rad.ui.menu
 interface IMenu
          Platform and technology independent menu definition.
 interface IMenuBar
          Platform and technology independent menu bar definition.
 interface IPopupMenu
          Platform and technology independent popup menu definition.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.