swingwt.awt.swtcustomlayout
Class SWTFlowLayout
java.lang.Object
org.eclipse.swt.widgets.Layout
swingwt.awt.swtcustomlayout.SWTFlowLayout
- public class SWTFlowLayout
- extends org.eclipse.swt.widgets.Layout
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
CENTER
public static final int CENTER
- See Also:
- Constant Field Values
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
LEADING
public static final int LEADING
- See Also:
- Constant Field Values
TRAILING
public static final int TRAILING
- See Also:
- Constant Field Values
SWTFlowLayout
public SWTFlowLayout()
SWTFlowLayout
public SWTFlowLayout(int align)
SWTFlowLayout
public SWTFlowLayout(int align,
int hgap,
int vgap)
layout
protected void layout(org.eclipse.swt.widgets.Composite target,
boolean flushCache)
computeSize
protected org.eclipse.swt.graphics.Point computeSize(org.eclipse.swt.widgets.Composite composite,
int wHint,
int hHint,
boolean flushCache)
getAlignment
public int getAlignment()
setAlignment
public void setAlignment(int align)
getHgap
public int getHgap()
setHgap
public void setHgap(int hgap)
getVgap
public int getVgap()
setVgap
public void setVgap(int vgap)
toString
public java.lang.String toString()
paramString
protected java.lang.String paramString()