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

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

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

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

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

Uses of ISplitPanel in javax.rad.genui.container
 

Classes in javax.rad.genui.container that implement ISplitPanel
 class UISplitPanel
          Platform and technology independent SplitPanel.
 

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

Uses of ISplitPanel in javax.rad.ui
 

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



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.