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