net.officefloor.eclipse.common.dialog.layout
Class NoMarginGridLayout

java.lang.Object
  extended by net.officefloor.eclipse.common.dialog.layout.NoMarginGridLayout

public class NoMarginGridLayout
extends Object

No spacing GridLayout.

Author:
Daniel Sagenschneider

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

create

public static org.eclipse.swt.layout.GridLayout create()
As per GridLayout constructor.

Returns:
GridLayout.

create

public static org.eclipse.swt.layout.GridLayout create(int numOfColumns,
                                                       boolean makeColumnsEqualWidth)
As per GridLayout constructor.

Parameters:
numOfColumns - Number of columns.
makeColumnsEqualWidth - Make columns equal width.
Returns:
GridLayout.


Copyright © 2005-2013. All Rights Reserved.