nextMatchAction = new NextMatchAction(this);
prevMatchAction = new PrevMatchAction(this);
clearAction = new ClearAction(this);
aboutAction = new AboutAction(this);
getViewSite().getActionBars().getToolBarManager().add(clearAction);
getViewSite().getActionBars().getToolBarManager().add(new Separator());
getViewSite().getActionBars().getToolBarManager().add(prevMatchAction);
getViewSite().getActionBars().getToolBarManager().add(nextMatchAction);