org.eclipse.swt.layout
Class FormData

java.lang.Object
  |
  +--org.eclipse.swt.layout.FormData

public final class FormData
extends Object

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

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()


comments?