Searched refs:newAction (Results 1 – 1 of 1) sorted by relevance
239 RuleAction newAction = after.get(actionIndex); in updateActions() local240 assert newAction.equals(prevAction); // Maybe I can do this lazily instead? in updateActions()243 item.setData(newAction); in updateActions()248 assert newAction instanceof Toggle; in updateActions()249 Toggle toggle = (Toggle) newAction; in updateActions()252 assert newAction instanceof Choices; in updateActions()253 Choices choices = (Choices) newAction; in updateActions()