swingwt.awt.swtcustomlayout
Class SWTGridLayout
java.lang.Object
org.eclipse.swt.widgets.Layout
swingwt.awt.swtcustomlayout.SWTGridLayout
- public class SWTGridLayout
- extends org.eclipse.swt.widgets.Layout
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SWTGridLayout
public SWTGridLayout()
SWTGridLayout
public SWTGridLayout(int rows,
int columns)
SWTGridLayout
public SWTGridLayout(int rows,
int columns,
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)
toString
public java.lang.String toString()
paramString
protected java.lang.String paramString()
getRows
public int getRows()
setRows
public void setRows(int rows)
getColumns
public int getColumns()
setColumns
public void setColumns(int columns)
getHgap
public int getHgap()
setHgap
public void setHgap(int hgap)
getVgap
public int getVgap()
setVgap
public void setVgap(int vgap)