Package com.iizigo.swt
Class ViewerToolbar
java.lang.Object
com.iizigo.swt.ViewerToolbar
A simple viewer toolbar class. For now it adds support for expand/collapse all.
- Author:
- Christopher Mindus
Field Summary
Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionvoid
createCollapseAll
(TreeViewer viewer) Creates the Collapse all.void
createExpandAll
(TreeViewer viewer) Creates the Expand all.void
createExpandAll
(TreeViewer viewer, boolean onlyIizi) Creates the Expand all for a only the IIZI Modules.
Field Details
toolBar
The tool bar.
Constructor Details
ViewerToolbar
Constructor.
Method Details
createExpandAll
Creates the Expand all.createExpandAll
Creates the Expand all for a only the IIZI Modules.createCollapseAll
Creates the Collapse all.