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

Packages that use IScrollPanel
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 IScrollPanel in com.sibvisions.rad.ui.swing.impl
 

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

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

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

Uses of IScrollPanel in javax.rad.genui.container
 

Classes in javax.rad.genui.container that implement IScrollPanel
 class UIScrollPanel
          Platform and technology independent ScrollPanel.
 

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

Uses of IScrollPanel in javax.rad.ui
 

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



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.