|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.swt.widgets.Layout
swing2swt.layout.AWTLayout
public abstract class AWTLayout
Superclass for all the AWT layouts ported to SWT.
Field Summary | |
---|---|
static java.lang.String |
KEY_PREFERRED_SIZE
Key under which an eventual preferred size (set width setPreferredSize) is stored as a user data in the SWT control. |
Constructor Summary | |
---|---|
AWTLayout()
|
Method Summary | |
---|---|
protected org.eclipse.swt.graphics.Point |
getPreferredSize(org.eclipse.swt.widgets.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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String KEY_PREFERRED_SIZE
Constructor Detail |
---|
public AWTLayout()
Method Detail |
---|
protected org.eclipse.swt.graphics.Point getPreferredSize(org.eclipse.swt.widgets.Control control, int wHint, int hHint, boolean changed)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |