Searched refs:SelectAction (Results 1 – 1 of 1) sorted by relevance
1045 a = selectionManager.new SelectAction("Select Parent\tEsc", SELECT_PARENT); in addMenuItems()1050 a = selectionManager.new SelectAction("Select Siblings", SELECT_SIBLINGS); in addMenuItems()1054 a = selectionManager.new SelectAction("Select Same Type", SELECT_SAME_TYPE); in addMenuItems()1065 a = selectionManager.new SelectAction("Deselect All", SELECT_NONE); in addMenuItems()1076 private class SelectAction extends Action { class in SelectionManager1079 public SelectAction(String title, int type) { in SelectAction() method in SelectionManager.SelectAction