Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.co.ist.mwt.FormLayoutConstraints
Field Summary | |
int | bottomAttachment
The type of attachment on the bottom of the component |
java.awt.Component | bottomComponent
If the attachment type is kAttachComponent or kAttachOppositeComponent then this specifies the component to whose position this component's is relative for the bottom attachment. |
int | bottomOffset
The offset between the attached-to position and the bottom side of the component |
int | bottomPosition
If the attachment is kAttachPosition, the numerator of the fraction of the parent component's height to which the child's bottom side is attached. |
int | leftAttachment
The type of attachment on the left of the component |
java.awt.Component | leftComponent
If the attachment type is kAttachComponent or kAttachOppositeComponent then this specifies the component to whose position this component's is relative for the left attachment. |
int | leftOffset
The offset between the attached-to position and the left side of the component |
int | leftPosition
If the attachment is kAttachPosition, the numerator of the fraction of the parent component's width to which the child's left side is attached. |
boolean | resizable
Is this component resizeable? |
int | rightAttachment
The type of attachment on the right of the component |
java.awt.Component | rightComponent
If the attachment type is kAttachComponent or kAttachOppositeComponent then this specifies the component to whose position this component's is relative for the right attachment. |
int | rightOffset
The offset between the attached-to position and the right side of the component |
int | rightPosition
If the attachment is kAttachPosition, the numerator of the fraction of the parent component's width to which the child's right side is attached. |
int | topAttachment
The type of attachment on the top of the component |
java.awt.Component | topComponent
If the attachment type is kAttachComponent or kAttachOppositeComponent then this specifies the component to whose position this component's is relative for the top attachment. |
int | topOffset
The offset between the attached-to position and the top side of the component |
int | topPosition
If the attachment is kAttachPosition, the numerator of the fraction of the parent component's height to which the child's top side is attached. |
Method Summary | |
java.lang.String | toString()
Converts the attachment into a human-readable form |
Methods inherited from class java.lang.Object | |
equals, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Field Detail |
public int bottomAttachment
public int bottomOffset
public int bottomPosition
public java.awt.Component bottomComponent
public int leftAttachment
public int leftOffset
public int leftPosition
public java.awt.Component leftComponent
public int rightAttachment
public int rightOffset
public int rightPosition
public java.awt.Component rightComponent
public int topAttachment
public int topOffset
public int topPosition
public java.awt.Component topComponent
public boolean resizable
Method Detail |
public java.lang.String toString()
Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |