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

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

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

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

Classes in com.sibvisions.rad.ui.swing.impl.layout that implement IFlowLayout
 class AwtFlowLayout
          The AwtFormLayout is a platform independent FlowLayout impelementation.
 

Uses of IFlowLayout in javax.rad.genui.layout
 

Classes in javax.rad.genui.layout that implement IFlowLayout
 class UIFlowLayout
          Platform and technology independent FlowLayout.
 

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

Uses of IFlowLayout in javax.rad.ui
 

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



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.