Example usage:
handler = new ActionableHandler(getEditorSite().getActionBars()); handler.addText(new Actionable((Text)aCompositite.getTextControl())); handler.addText(new Actionable((Combo)aComposite.getComboControl())); handler.setSelectAllAction(selectAllAction);
|
|