net.officefloor.eclipse.skin.standard.figure
Class NoSpacingGridLayout

java.lang.Object
  extended by org.eclipse.draw2d.AbstractLayout
      extended by org.eclipse.draw2d.AbstractHintLayout
          extended by org.eclipse.draw2d.GridLayout
              extended by net.officefloor.eclipse.skin.standard.figure.NoSpacingGridLayout
All Implemented Interfaces:
org.eclipse.draw2d.LayoutManager

public class NoSpacingGridLayout
extends org.eclipse.draw2d.GridLayout

GridLayout with no padding.

Author:
Daniel Sagenschneider

Field Summary
 
Fields inherited from class org.eclipse.draw2d.GridLayout
constraints, horizontalSpacing, makeColumnsEqualWidth, marginHeight, marginWidth, numColumns, verticalSpacing
 
Fields inherited from class org.eclipse.draw2d.AbstractLayout
isObservingVisibility, preferredSize
 
Constructor Summary
NoSpacingGridLayout(int numColumns)
          Initiate.
 
Method Summary
 
Methods inherited from class org.eclipse.draw2d.GridLayout
calculatePreferredSize, getChildSize, getConstraint, layout, setConstraint
 
Methods inherited from class org.eclipse.draw2d.AbstractHintLayout
calculateMinimumSize, getMinimumSize, getPreferredSize, invalidate, isSensitiveHorizontally, isSensitiveVertically
 
Methods inherited from class org.eclipse.draw2d.AbstractLayout
calculatePreferredSize, getBorderPreferredSize, getMinimumSize, getPreferredSize, invalidate, isObservingVisibility, remove, setObserveVisibility
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoSpacingGridLayout

public NoSpacingGridLayout(int numColumns)
Initiate.

Parameters:
numColumns - Number of columns.


Copyright © 2005-2013. All Rights Reserved.