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.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
ALIGN_BOTTOMRIGHT, ALIGN_CENTER, ALIGN_TOPLEFT, horizontal, HORIZONTAL, matchWidth, minorAlignment, spacing, transposer, VERTICAL
 
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, getMinorAlignment, getSpacing, getStretchMinorAxis, isHorizontal, isSensitiveHorizontally, isSensitiveVertically, layout, setMatchWidth, setMinorAlignment, setSpacing, setStretchMinorAxis, setVertical
 
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-2012. All Rights Reserved.