コード例 #1
0
 public AddScopeAction(Tree tree) {
   super("Add Scope", "Add Scope", IconUtil.getAddIcon());
   myTree = tree;
   registerCustomShortcutSet(CommonShortcuts.INSERT, myTree);
 }
コード例 #2
0
 public Icon getIconForAddAction() {
   return IconUtil.getAddIcon();
 }