Package docking.widgets.fieldpanel.field
package docking.widgets.fieldpanel.field
-
ClassDescriptionAn object that wraps a string and provides data that describes how to render that string.An object that wraps a string and provides data that describes how to render that string.Field for showing multiple strings, each with its own attributes in a field, on a single line, clipping as needed to fit within the field's width.An AttributedString that is composed of other AttributedStrings.A FieldElement that is composed of other FieldElements.A
TextField
that takes in other TextFields.A Text field that is blank.Interface for display fields used by the FieldPanelUsed byField
s to combine text, attributes and location information (for example to and from screen and data locations).This class provides a TextField implementation that takes multiple AttributedString field elements and places as many that will fit on a line without clipping before continuing to the next line.Field for showing multiple strings, each with its own attributes in a field, on a single line, clipping the beginning of the text as needed to fit within the field's width.Field to display an image.The simplest possible Text field.Used to force a clip to happen by using this field with space characters and size that far exceeds the available painting width.This class provides a TextField implementation that takes multiple FieldElements and places each on its own line within the field.A text field meant to take a string of text and wrap as needed.