}
private void makeActions() {
nextMatchAction = new NextMatchAction(this);
prevMatchAction = new PrevMatchAction(this);
clearAction = new ClearAction(this);
aboutAction = new AboutAction(this);
getViewSite().getActionBars().getToolBarManager().add(clearAction);