javax.rad.genui.layout
Class UIBorderLayout

java.lang.Object
  extended by javax.rad.genui.UIResource<C>
      extended by javax.rad.genui.UILayout<IBorderLayout,java.lang.String>
          extended by javax.rad.genui.layout.UIBorderLayout
All Implemented Interfaces:
ILayout<java.lang.String>, IResource, IBorderLayout

public class UIBorderLayout
extends UILayout<IBorderLayout,java.lang.String>
implements IBorderLayout

Platform and technology independent BorderLayout. It is designed for use with AWT, Swing, SWT, JSP, JSF,... .


Field Summary
 
Fields inherited from class javax.rad.genui.UIResource
uiResource
 
Fields inherited from interface javax.rad.ui.layout.IBorderLayout
CENTER, EAST, NORTH, SOUTH, WEST
 
Constructor Summary
  UIBorderLayout()
          Creates a new instance of UIBorderLayout.
protected UIBorderLayout(IBorderLayout pLayout)
          Creates a new instance of UIBorderLayout with the given layout.
  UIBorderLayout(int pHorizontalGap, int pVerticalGap)
          Creates a new instance of UIBorderLayout.
 
Method Summary
 
Methods inherited from class javax.rad.genui.UILayout
getConstraints, getHorizontalGap, getMargins, getVerticalGap, setConstraints, setHorizontalGap, setMargins, setMargins, setVerticalGap
 
Methods inherited from class javax.rad.genui.UIResource
equals, eventResourceChanged, eventResourceChanged, fireResourceChanged, getObject, getObjectNames, getResource, getUIResource, hashCode, hasResourceHandler, putObject, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.rad.ui.ILayout
getConstraints, getHorizontalGap, getMargins, getVerticalGap, setConstraints, setHorizontalGap, setMargins, setVerticalGap
 
Methods inherited from interface javax.rad.ui.IResource
getResource
 

Constructor Detail

UIBorderLayout

public UIBorderLayout()
Creates a new instance of UIBorderLayout.

See Also:
IBorderLayout

UIBorderLayout

protected UIBorderLayout(IBorderLayout pLayout)
Creates a new instance of UIBorderLayout with the given layout.

Parameters:
pLayout - the layout
See Also:
IBorderLayout

UIBorderLayout

public UIBorderLayout(int pHorizontalGap,
                      int pVerticalGap)
Creates a new instance of UIBorderLayout.

Parameters:
pHorizontalGap - the horizontal gap between components.
pVerticalGap - the vertical gap between components.
See Also:
IBorderLayout


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.