public class AbstractRuleBlock<T> extends AbstractRule<T> implements RuleBlock<T>
| Modifier and Type | Field and Description |
|---|---|
protected StyleSheet |
stylesheet |
hash, listmodCount| Constructor and Description |
|---|
AbstractRuleBlock() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
StyleSheet |
getStyleSheet()
Returns the stylesheet where the rule is contained.
|
int |
hashCode() |
void |
setStyleSheet(StyleSheet stylesheet)
Sets the owner style sheet for this rule.
|
add, add, asList, get, iterator, remove, replaceAll, set, size, unlockaddAll, clear, indexOf, lastIndexOf, listIterator, listIterator, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitasList, replaceAll, unlockadd, add, addAll, addAll, clear, contains, containsAll, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamprotected StyleSheet stylesheet
public StyleSheet getStyleSheet()
RuleBlockgetStyleSheet in interface RuleBlock<T>public void setStyleSheet(StyleSheet stylesheet)
RuleBlocksetStyleSheet in interface RuleBlock<T>stylesheet - The stylesheet where this rule is contained.public int hashCode()
hashCode in interface Collection<T>hashCode in interface List<T>hashCode in class AbstractRule<T>public boolean equals(Object obj)
equals in interface Collection<T>equals in interface List<T>equals in class AbstractRule<T>Copyright © 2018. All rights reserved.