Uses of Interface
javax.rad.ui.ILayout

Packages that use ILayout
com.sibvisions.rad.ui.awt.impl Contains the AWT 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 Contains a generic implementation of the platform and technology independent interfaces to design graphical user interfaces. 
javax.rad.genui.layout Contains a generic implementation of the platform and technology independent layout interfaces to design graphical user interfaces. 
javax.rad.genui.menu Contains a generic implementation of the platform and technology independent menu 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 ILayout in com.sibvisions.rad.ui.awt.impl
 

Methods in com.sibvisions.rad.ui.awt.impl that return ILayout
 ILayout AwtContainer.getLayout()
          Gets the layout manager for this container.
 

Methods in com.sibvisions.rad.ui.awt.impl with parameters of type ILayout
 void AwtContainer.setLayout(ILayout pLayout)
          Sets the layout manager for this container.
 

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

Classes in com.sibvisions.rad.ui.swing.impl.layout that implement ILayout
 class AwtBorderLayout
          The AwtBorderLayout is a platform independent BorderLayout impelementation.
 class AwtFlowLayout
          The AwtFormLayout is a platform independent FlowLayout impelementation.
 class AwtFormLayout
          The AwtFormLayout is the IFormLayout implementation for AWT.
 

Uses of ILayout in javax.rad.genui
 

Classes in javax.rad.genui with type parameters of type ILayout
 class UILayout<C extends ILayout<CO>,CO>
          Platform and technology independent layout.
 

Classes in javax.rad.genui that implement ILayout
 class UILayout<C extends ILayout<CO>,CO>
          Platform and technology independent layout.
 

Methods in javax.rad.genui that return ILayout
 ILayout UIContainer.getLayout()
          Gets the layout manager for this container.
 

Methods in javax.rad.genui with parameters of type ILayout
 void UIContainer.setLayout(ILayout pLayout)
          Sets the layout manager for this container.
 

Uses of ILayout in javax.rad.genui.layout
 

Classes in javax.rad.genui.layout that implement ILayout
 class UIBorderLayout
          Platform and technology independent BorderLayout.
 class UIFlowLayout
          Platform and technology independent FlowLayout.
 class UIFormLayout
          Platform and technology independent form oriented layout.
 

Uses of ILayout in javax.rad.genui.menu
 

Methods in javax.rad.genui.menu that return ILayout
 ILayout UIMenu.getLayout()
          Gets the layout manager for this container.
 

Methods in javax.rad.genui.menu with parameters of type ILayout
 void UIMenu.setLayout(ILayout pLayout)
          Sets the layout manager for this container.
 

Uses of ILayout in javax.rad.ui
 

Methods in javax.rad.ui that return ILayout
 ILayout IContainer.getLayout()
          Gets the layout manager for this container.
 

Methods in javax.rad.ui with parameters of type ILayout
 void IContainer.setLayout(ILayout pLayout)
          Sets the layout manager for this container.
 

Uses of ILayout in javax.rad.ui.layout
 

Subinterfaces of ILayout in javax.rad.ui.layout
 interface IBorderLayout
          Platform and technology independent BorderLayout definition.
 interface IFlowLayout
          Platform and technology independent flow layout definition.
 interface IFormLayout
          Platform and technology independent form oriented layout definition.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.