|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.ui.qt.impl.QtResource<QVxBorderLayout>
com.sibvisions.rad.ui.qt.impl.layout.QtBorderLayout
public class QtBorderLayout
The QtBorderLayout is the IBorderLayout implementation for QT.
QVxBorderLayout,
IBorderLayout| Field Summary |
|---|
| Fields inherited from class com.sibvisions.rad.ui.qt.impl.QtResource |
|---|
resource |
| Fields inherited from interface javax.rad.ui.layout.IBorderLayout |
|---|
CENTER, EAST, NORTH, SOUTH, WEST |
| Constructor Summary | |
|---|---|
QtBorderLayout()
Creates a new instance of QtBorderLayout based on an
IBorderLayout implementation. |
|
| Method Summary | |
|---|---|
void |
addComponent(IComponent pComponent,
Object pConstraints)
Adds a component to the layout. |
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 |
removeComponent(IComponent pComponent)
Removes a componentn from the layout. |
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.qt.impl.QtResource |
|---|
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 QtBorderLayout()
QtBorderLayout based on an
IBorderLayout implementation.
IBorderLayout| Method Detail |
|---|
public void setMargins(IInsets pMargins)
setMargins in interface ILayout<String>pMargins - the margins.public IInsets getMargins()
getMargins in interface ILayout<String>public void setHorizontalGap(int pHorizontalGap)
setHorizontalGap in interface ILayout<String>pHorizontalGap - the horizontal gap between components.public int getHorizontalGap()
getHorizontalGap in interface ILayout<String>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 layout
public 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
public void addComponent(IComponent pComponent,
Object pConstraints)
addComponent in interface IQtLayoutpComponent - the componentpConstraints - the constraintspublic void removeComponent(IComponent pComponent)
removeComponent in interface IQtLayoutpComponent - the component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||