|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
CO
- type of the constraints.public interface ILayout<CO>
Platform and technology independent layout definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
Method Summary | |
---|---|
CO |
getConstraints(IComponent pComp)
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 pComp,
CO 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 interface javax.rad.ui.IResource |
---|
getResource |
Method Detail |
---|
CO getConstraints(IComponent pComp)
IComponent
.
pComp
- the IComponent
to be queried
IComponent
,
or null if component is null or is not present
in this layoutvoid setConstraints(IComponent pComp, CO pConstraints)
IComponent
.
pComp
- the IComponent
to be queriedpConstraints
- the constraint for the specified IComponent
,
or null if component is null or is not present
in this layoutIInsets getMargins()
void setMargins(IInsets pMargins)
pMargins
- the margins.int getHorizontalGap()
void setHorizontalGap(int pHorizontalGap)
pHorizontalGap
- the horizontal gap between components.int getVerticalGap()
void setVerticalGap(int pVerticalGap)
pVerticalGap
- the vertical gap between components
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |