|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.swt.layout.FormData
Safe:
Field Summary | |
FormAttachment |
bottom
Enabled: bottom specifies the attachment of the bottom of the control. |
(package private) int |
cacheHeight
|
(package private) int |
cacheWidth
|
int |
height
Enabled: height specifies the desired height in pixels |
(package private) boolean |
isVisited
|
FormAttachment |
left
Enabled: left specifies the attachment of the left side of the control. |
FormAttachment |
right
Enabled: right specifies the attachment of the right side of the control. |
FormAttachment |
top
Enabled: top specifies the attachment of the top of the control. |
int |
width
Enabled: width specifies the desired width in pixels |
Constructor Summary | |
FormData()
Enabled: |
|
FormData(int width,
int height)
Enabled: |
Method Summary | |
(package private) FormAttachment |
getBottomAttachment()
|
(package private) FormAttachment |
getLeftAttachment()
|
(package private) FormAttachment |
getRightAttachment()
|
(package private) FormAttachment |
getTopAttachment()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int height
public int width
public FormAttachment left
public FormAttachment right
public FormAttachment top
public FormAttachment bottom
int cacheHeight
int cacheWidth
boolean isVisited
Constructor Detail |
public FormData()
public FormData(int width, int height)
Method Detail |
FormAttachment getBottomAttachment()
FormAttachment getLeftAttachment()
FormAttachment getRightAttachment()
FormAttachment getTopAttachment()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |