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

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

public class NoSpacingToolbarLayout
extends org.eclipse.draw2d.ToolbarLayout

No spacing ToolbarLayout.

Author:
Daniel Sagenschneider

Field Summary
 
Fields inherited from class org.eclipse.draw2d.ToolbarLayout
HORIZONTAL, matchWidth, spacing, VERTICAL
 
Fields inherited from class org.eclipse.draw2d.OrderedLayout
ALIGN_BOTTOMRIGHT, ALIGN_CENTER, ALIGN_TOPLEFT, horizontal, minorAlignment, transposer
 
Fields inherited from class org.eclipse.draw2d.AbstractLayout
isObservingVisibility, preferredSize
 
Constructor Summary
NoSpacingToolbarLayout(boolean isHorizontal)
          Initiate.
 
Method Summary
 
Methods inherited from class org.eclipse.draw2d.ToolbarLayout
calculateMinimumSize, calculatePreferredSize, getChildMinimumSize, getChildPreferredSize, getDefaultOrientation, getSpacing, getStretchMinorAxis, isSensitiveHorizontally, isSensitiveVertically, isStretchMinorAxis, layout, setMatchWidth, setSpacing, setStretchMinorAxis, setVertical
 
Methods inherited from class org.eclipse.draw2d.OrderedLayout
getMinorAlignment, isHorizontal, setHorizontal, setMinorAlignment
 
Methods inherited from class org.eclipse.draw2d.AbstractHintLayout
getMinimumSize, getPreferredSize, invalidate
 
Methods inherited from class org.eclipse.draw2d.AbstractLayout
calculatePreferredSize, getBorderPreferredSize, getConstraint, getMinimumSize, getPreferredSize, invalidate, isObservingVisibility, remove, setConstraint, setObserveVisibility
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoSpacingToolbarLayout

public NoSpacingToolbarLayout(boolean isHorizontal)
Initiate.

Parameters:
isHorizontal - true if horizontal.


Copyright © 2005-2013. All Rights Reserved.