Uses of Interface
javax.rad.ui.container.IPanel

Packages that use IPanel
com.sibvisions.rad.application Contains base classes for application creation. 
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.container Contains Swing container implementations based on the platform and technology independent interface definitions. 
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.ui Contains all interfaces to develop a graphical user interface. 
 

Uses of IPanel in com.sibvisions.rad.application
 

Classes in com.sibvisions.rad.application that implement IPanel
 class Dialog
          The Dialog class is a dialog content that shows a component and allows configuration of available buttons.
 

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

Methods in com.sibvisions.rad.ui.swing.impl that return IPanel
 IPanel SwingFactory.createPanel()
          Creates a new instance of IPanel.
 

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

Classes in com.sibvisions.rad.ui.swing.impl.container that implement IPanel
 class SwingPanel
          The SwingPanel is the IPanel implementation for swing.
 

Uses of IPanel in javax.rad.application.genui
 

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

Uses of IPanel in javax.rad.genui.container
 

Classes in javax.rad.genui.container that implement IPanel
 class UIPanel
          Platform and technology independent Panel.
 

Constructors in javax.rad.genui.container with parameters of type IPanel
UIPanel(IPanel pPanel)
          Creates a new instance of UIPanel with the given panel.
 

Uses of IPanel in javax.rad.ui
 

Methods in javax.rad.ui that return IPanel
 IPanel IFactory.createPanel()
          Creates a new instance of IPanel.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.