javax.rad.genui.layout
Class UIBorderLayout
java.lang.Object
javax.rad.genui.UIResource<C>
javax.rad.genui.UILayout<IBorderLayout,java.lang.String>
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,... .
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 . |
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 |
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.