Class ViewerToolbar

java.lang.Object
com.iizigo.swt.ViewerToolbar

public class ViewerToolbar extends Object
A simple viewer toolbar class. For now it adds support for expand/collapse all.
Author:
Christopher Mindus
  • Field Details

    • toolBar

      public final ToolBar toolBar
      The tool bar.
  • Constructor Details

    • ViewerToolbar

      public ViewerToolbar(Composite composite, int style)
      Constructor.
  • Method Details

    • createExpandAll

      public void createExpandAll(TreeViewer viewer)
      Creates the Expand all.
    • createExpandAll

      public void createExpandAll(TreeViewer viewer, boolean onlyIizi)
      Creates the Expand all for a only the IIZI Modules.
    • createCollapseAll

      public void createCollapseAll(TreeViewer viewer)
      Creates the Collapse all.