|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.rad.ui.awt.impl.AwtResource<JVxBorderLayout>
com.sibvisions.rad.ui.swing.impl.layout.AwtBorderLayout
public class AwtBorderLayout
The AwtBorderLayout
is a platform independent BorderLayout impelementation.
BorderLayout
Field Summary |
---|
Fields inherited from class com.sibvisions.rad.ui.awt.impl.AwtResource |
---|
resource |
Fields inherited from interface javax.rad.ui.layout.IBorderLayout |
---|
CENTER, EAST, NORTH, SOUTH, WEST |
Constructor Summary | |
---|---|
AwtBorderLayout()
Creates a new instance of AwtBorderLayout based on an
IBorderLayout implementation. |
Method Summary | |
---|---|
String |
getConstraints(IComponent pComponent)
Gets the constraints for the specified IComponent . |
int |
getHorizontalGap()
Returns the horizontal gap between components. |
IInsets |
getMargins()
Gets the margins. |
int |
getVerticalGap()
Returns the vertical gap between components. |
void |
setConstraints(IComponent pComponent,
String pConstraints)
Gets the constraints for the specified IComponent . |
void |
setHorizontalGap(int pHorizontalGap)
Sets the horizontal gap between components. |
void |
setMargins(IInsets pMargins)
Sets the margins. |
void |
setVerticalGap(int pVerticalGap)
Sets the vertical gap between components. |
Methods inherited from class com.sibvisions.rad.ui.awt.impl.AwtResource |
---|
equals, getResource, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.rad.ui.IResource |
---|
getResource |
Constructor Detail |
---|
public AwtBorderLayout()
AwtBorderLayout
based on an
IBorderLayout
implementation.
IBorderLayout
Method Detail |
---|
public IInsets getMargins()
getMargins
in interface ILayout<String>
public void setMargins(IInsets pMargins)
setMargins
in interface ILayout<String>
pMargins
- the margins.public int getHorizontalGap()
getHorizontalGap
in interface ILayout<String>
public void setHorizontalGap(int pHorizontalGap)
setHorizontalGap
in interface ILayout<String>
pHorizontalGap
- the horizontal gap between components.public int getVerticalGap()
getVerticalGap
in interface ILayout<String>
public void setVerticalGap(int pVerticalGap)
setVerticalGap
in interface ILayout<String>
pVerticalGap
- the vertical gap between componentspublic String getConstraints(IComponent pComponent)
IComponent
.
getConstraints
in interface ILayout<String>
pComponent
- the IComponent
to be queried
IComponent
,
or null if component is null or is not present
in this layoutpublic void setConstraints(IComponent pComponent, String pConstraints)
IComponent
.
setConstraints
in interface ILayout<String>
pComponent
- the IComponent
to be queriedpConstraints
- the constraint for the specified IComponent
,
or null if component is null or is not present
in this layout
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |