Searched refs:itemActions (Results 1 – 1 of 1) sorted by relevance
161 List<RuleAction> itemActions = new ArrayList<RuleAction>(); in updateSelection() local163 engine.callAddLayoutActions(itemActions, selectedNode, null); in updateSelection()164 if (itemActions.size() > 0) { in updateSelection()165 Collections.sort(itemActions); in updateSelection()167 if (!(itemActions.get(0) instanceof RuleAction.Separator)) { in updateSelection()175 actions.addAll(itemActions); in updateSelection()