|
||||||||||
| 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<QVxNullLayout>
com.sibvisions.rad.ui.qt.impl.layout.QtNullLayout
public class QtNullLayout
The QtNullLayout is the a null layout for QT.
QVxNullLayout| Field Summary |
|---|
| Fields inherited from class com.sibvisions.rad.ui.qt.impl.QtResource |
|---|
resource |
| Constructor Summary | |
|---|---|
QtNullLayout()
Creates a new instance of QtNullLayout. |
|
| 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,
Object 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 QtNullLayout()
QtNullLayout.
| Method Detail |
|---|
public IInsets getMargins()
getMargins in interface ILayout<Object>public void setMargins(IInsets pMargins)
setMargins in interface ILayout<Object>pMargins - the margins.public int getHorizontalGap()
getHorizontalGap in interface ILayout<Object>public void setHorizontalGap(int pHorizontalGap)
setHorizontalGap in interface ILayout<Object>pHorizontalGap - the horizontal gap between components.public int getVerticalGap()
getVerticalGap in interface ILayout<Object>public void setVerticalGap(int pVerticalGap)
setVerticalGap in interface ILayout<Object>pVerticalGap - the vertical gap between componentspublic String getConstraints(IComponent pComponent)
IComponent.
getConstraints in interface ILayout<Object>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,
Object pConstraints)
IComponent.
setConstraints in interface ILayout<Object>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 | |||||||||