|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.eclipse.common.dialog.layout.NoMarginGridLayout
public class NoMarginGridLayout
No spacing GridLayout.
| Method Summary | |
|---|---|
static org.eclipse.swt.layout.GridLayout |
create()
As per GridLayout constructor. |
static org.eclipse.swt.layout.GridLayout |
create(int numOfColumns,
boolean makeColumnsEqualWidth)
As per GridLayout constructor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.eclipse.swt.layout.GridLayout create()
GridLayout constructor.
GridLayout.
public static org.eclipse.swt.layout.GridLayout create(int numOfColumns,
boolean makeColumnsEqualWidth)
GridLayout constructor.
numOfColumns - Number of columns.makeColumnsEqualWidth - Make columns equal width.
GridLayout.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||