T - Internal content of rulepublic interface RuleBlock<T> extends Rule<T>, Comparable<RuleBlock<?>>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RuleBlock.Priority
Priority mark object.
|
| Modifier and Type | Method and Description |
|---|---|
RuleBlock.Priority |
getPriority()
Returns priority associated with this object
|
StyleSheet |
getStyleSheet()
Returns the stylesheet where the rule is contained.
|
RuleBlock<T> |
setPriority(RuleBlock.Priority priority)
Sets priority for current object
|
void |
setStyleSheet(StyleSheet sheet)
Sets the owner style sheet for this rule.
|
asList, replaceAll, unlockadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArraycompareToRuleBlock<T> setPriority(RuleBlock.Priority priority)
priority - New objects priorityRuleBlock.Priority getPriority()
void setStyleSheet(StyleSheet sheet)
sheet - The stylesheet where this rule is contained.StyleSheet getStyleSheet()
Copyright © 2014. All rights reserved.