Uses of Interface
javax.rad.ui.layout.IBorderLayout

Packages that use IBorderLayout
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.layout Contains the layout implementations for Swing. 
javax.rad.genui.layout Contains a generic implementation of the platform and technology independent layout interfaces to design graphical user interfaces. 
javax.rad.ui Contains all interfaces to develop a graphical user interface. 
 

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

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

Uses of IBorderLayout in com.sibvisions.rad.ui.swing.impl.layout
 

Classes in com.sibvisions.rad.ui.swing.impl.layout that implement IBorderLayout
 class AwtBorderLayout
          The AwtBorderLayout is a platform independent BorderLayout impelementation.
 

Uses of IBorderLayout in javax.rad.genui.layout
 

Classes in javax.rad.genui.layout that implement IBorderLayout
 class UIBorderLayout
          Platform and technology independent BorderLayout.
 

Constructors in javax.rad.genui.layout with parameters of type IBorderLayout
UIBorderLayout(IBorderLayout pLayout)
          Creates a new instance of UIBorderLayout with the given layout.
 

Uses of IBorderLayout in javax.rad.ui
 

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



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.