Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

ToolBar

mlabuda edited this page Feb 13, 2014 · 6 revisions

API / Abstract

  • ToolBar / AbstractToolBar

Implementation(s)

  • ShellToolBar
  • ViewToolBar

Usage

ShellToolBar

Look up a shell toolbar in Preferences shell"

Shell preferencesShell = new DefaultShell("Preferences");
ToolBar shellToolbar = new ShellToolBar();

ViewToolBar

**Look up a toolbar in Outline view **

View outlineView = new OutlineView();
outlineView.open();
ToolBar viewToolbar = new ViewToolBar();
Clone this wiki locally