Searched refs:propertyActionTypes (Results 1 – 1 of 1) sorted by relevance
417 List<RuleAction> propertyActionTypes = new ArrayList<RuleAction>(); in addContextMenuActions()418 propertyActionTypes.add(RuleAction.createChoices( in addContextMenuActions()430 propertyActionTypes.add(RuleAction.createSeparator(20)); in addContextMenuActions()432 addInheritedProperties(propertyActionTypes, node, onChange, 30); in addContextMenuActions()434 propertyActionTypes.add(RuleAction.createSeparator(50)); in addContextMenuActions()435 propertyActionTypes.add(RuleAction.createChoices( in addContextMenuActions()447 propertyActionTypes.add(RuleAction.createSeparator(70)); in addContextMenuActions()449 propertyActionTypes.add(RuleAction.createChoices( in addContextMenuActions()461 return propertyActionTypes; in addContextMenuActions()501 private void addInheritedProperties(List<RuleAction> propertyActionTypes, INode node, in addInheritedProperties() argument[all …]