Package swing2swt.layout
Class AWTLayout
java.lang.Object
org.eclipse.swt.widgets.Layout
swing2swt.layout.AWTLayout
- Direct Known Subclasses:
BorderLayout
Superclass for all the AWT layouts ported to SWT.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Key under which an eventual preferred size (set with setPreferredSize) is stored as a user data in the SWT control. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Point
getPreferredSize
(Control control, int wHint, int hHint, boolean changed) Gets the preferred size of a component.Methods inherited from class org.eclipse.swt.widgets.Layout
computeSize, flushCache, layout
-
Field Details
-
KEY_PREFERRED_SIZE
Key under which an eventual preferred size (set with setPreferredSize) is stored as a user data in the SWT control.- See Also:
-
-
Constructor Details
-
AWTLayout
public AWTLayout()
-
-
Method Details
-
getPreferredSize
Gets the preferred size of a component. If a preferred size has been set with setPreferredSize, returns it, otherwise returns the component computed preferred size.
-