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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic CompoundField()
public CompoundField(String textStyle)
textStyle - the text style for this compound field.public String getTextStyle()
FieldgetTextStyle in interface Field