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

Packages that use IFormLayout
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. 
javax.rad.ui.layout Contains interfaces and classes for creating platform an technology independent layouts. 
 

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

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

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

Classes in com.sibvisions.rad.ui.swing.impl.layout that implement IFormLayout
 class AwtFormLayout
          The AwtFormLayout is the IFormLayout implementation for AWT.
 

Methods in com.sibvisions.rad.ui.swing.impl.layout that return IFormLayout
 IFormLayout AwtFormLayout.AwtAnchor.getLayout()
          Returns the Layout to which this Anchor belongs.
 

Uses of IFormLayout in javax.rad.genui.layout
 

Classes in javax.rad.genui.layout that implement IFormLayout
 class UIFormLayout
          Platform and technology independent form oriented layout.
 

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

Uses of IFormLayout in javax.rad.ui
 

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

Uses of IFormLayout in javax.rad.ui.layout
 

Methods in javax.rad.ui.layout that return IFormLayout
 IFormLayout IFormLayout.IAnchor.getLayout()
          Returns the layout to which this anchor belongs.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.