public class CompoundField extends ArrayList<Field> implements Field
modCount
Constructor and Description |
---|
CompoundField()
Creates a new compound field.
|
CompoundField(String textStyle)
Creates a new compound field with the specified text style.
|
Modifier and Type | Method and Description |
---|---|
String |
getTextStyle()
The text style of the field, or null if no special style is used.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public CompoundField()
public CompoundField(String textStyle)
textStyle
- the text style for this compound field.public String getTextStyle()
Field
getTextStyle
in interface Field