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 Link icon

    • toolBar Link icon

      public final ToolBar toolBar
      The tool bar.
  • Constructor Details Link icon

    • ViewerToolbar Link icon

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

    • createExpandAll Link icon

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

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

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