org.eclipse.swt.layout
Class FormData
java.lang.Object
|
+--org.eclipse.swt.layout.FormData
- public final class FormData
- extends Object
Safe:
Field Summary
int
height
Enabled: height specifies the desired height in pixels
FormAttachment
left
Enabled: left specifies the attachment of the left side of
the control.
int
width
Enabled: width specifies the desired width in pixels
Constructor Summary
FormData(int width,
int height)
Enabled:
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
height
public int height
- Enabled: height specifies the desired height in pixels
width
public int width
- Enabled: width specifies the desired width in pixels
left
public FormAttachment left
- Enabled: left specifies the attachment of the left side of
the control.
right
public FormAttachment right
- Enabled: right specifies the attachment of the right side of
the control.
top
public FormAttachment top
- Enabled: top specifies the attachment of the top of the control.
bottom
public FormAttachment bottom
- Enabled: bottom specifies the attachment of the bottom of the
control.
cacheHeight
int cacheHeight
cacheWidth
int cacheWidth
isVisited
boolean isVisited
Constructor Detail
FormData
public FormData()
- Enabled:
FormData
public FormData(int width,
int height)
- Enabled:
Method Detail
getBottomAttachment
FormAttachment getBottomAttachment()
-
getLeftAttachment
FormAttachment getLeftAttachment()
-
getRightAttachment
FormAttachment getRightAttachment()
-
getTopAttachment
FormAttachment getTopAttachment()
-