public AddScopeAction(Tree tree) { super("Add Scope", "Add Scope", IconUtil.getAddIcon()); myTree = tree; registerCustomShortcutSet(CommonShortcuts.INSERT, myTree); }
public Icon getIconForAddAction() { return IconUtil.getAddIcon(); }