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

Packages that use IDesktopPanel
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.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 IDesktopPanel in com.sibvisions.rad.application
 

Constructors in com.sibvisions.rad.application with parameters of type IDesktopPanel
Error(IDesktopPanel pDesktop)
          Creates a new instance of Error for a special desktop.
 

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

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

Methods in com.sibvisions.rad.ui.swing.impl with parameters of type IDesktopPanel
 IInternalFrame SwingFactory.createInternalFrame(IDesktopPanel pDesktopPanel)
          Creates a new instance of IInternalFrame.
 

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

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

Constructors in com.sibvisions.rad.ui.swing.impl.container with parameters of type IDesktopPanel
SwingInternalFrame(IDesktopPanel pDesktopPanel)
          Creates a new instance of SwingInternalFrame.
 

Uses of IDesktopPanel in javax.rad.genui.container
 

Classes in javax.rad.genui.container that implement IDesktopPanel
 class UIDesktopPanel
          Platform and technology independent DesktopPanel.
 

Constructors in javax.rad.genui.container with parameters of type IDesktopPanel
UIDesktopPanel(IDesktopPanel pDesktopPanel)
          Creates a new instance of UIDesktopPanel with the given desktop panel.
UIInternalFrame(IDesktopPanel pDesktopPanel)
          Creates a new instance of UIInternalFrame.
UIInternalFrame(IInternalFrame pFrame, IDesktopPanel pDesktopPanel)
          Creates a new instance of UIInternalFrame with the given internal frame.
 

Uses of IDesktopPanel in javax.rad.ui
 

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

Methods in javax.rad.ui with parameters of type IDesktopPanel
 IInternalFrame IFactory.createInternalFrame(IDesktopPanel pDesktop)
          Creates a new instance of IInternalFrame.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.