The workbench exposes its implemention of page sites via this interface, which is not intended to be implemented or extended by clients.
216217218219220221222223224225226227
if (fInput != null) viewer.setInput(fInput); // Buttons IPageSite site = getSite(); IActionBars bars = site.getActionBars(); IToolBarManager toolbar = bars.getToolBarManager(); // Word count action Action action = new Action("123", IAction.AS_CHECK_BOX) { @Override public void run() {