Class WrappableToolbarLayout

java.lang.Object
org.eclipse.draw2d.AbstractLayout
org.eclipse.nebula.visualization.internal.xygraph.toolbar.WrappableToolbarLayout
All Implemented Interfaces:
org.eclipse.draw2d.LayoutManager

public class WrappableToolbarLayout
extends org.eclipse.draw2d.AbstractLayout
Arrange children in multiple rows if necessary.
  • Field Summary

    Fields inherited from class org.eclipse.draw2d.AbstractLayout

    isObservingVisibility, preferredSize
  • Constructor Summary

    Constructors 
    Constructor Description
    WrappableToolbarLayout()  
  • Method Summary

    Modifier and Type Method Description
    protected org.eclipse.draw2d.geometry.Dimension calculatePreferredSize​(org.eclipse.draw2d.IFigure container, int hint, int hint2)  
    void layout​(org.eclipse.draw2d.IFigure container)  

    Methods inherited from class org.eclipse.draw2d.AbstractLayout

    calculatePreferredSize, getBorderPreferredSize, getConstraint, getMinimumSize, getMinimumSize, getPreferredSize, getPreferredSize, invalidate, invalidate, isObservingVisibility, remove, setConstraint, setObserveVisibility

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • calculatePreferredSize

      protected org.eclipse.draw2d.geometry.Dimension calculatePreferredSize​(org.eclipse.draw2d.IFigure container, int hint, int hint2)
      Specified by:
      calculatePreferredSize in class org.eclipse.draw2d.AbstractLayout
    • layout

      public void layout​(org.eclipse.draw2d.IFigure container)