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
FieldsConstructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionvoidcreateCollapseAll(TreeViewer viewer) Creates the Collapse all.voidcreateExpandAll(TreeViewer viewer) Creates the Expand all.voidcreateExpandAll(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.