Module is.codion.swing.common.ui
Package is.codion.swing.common.ui.component.text
@NullMarked
package is.codion.swing.common.ui.component.text
Package configuration values:
-
ClassDescriptionAn abstract
ComponentValueimplementation for a text component.A DocumentFilter implementation with automatic conversion to upper or lower case.Specifies possible case conversions for document text.For instances use theFileInputPanel.builder()method.Builds aFileInputPanelProvides either aPathor a byte array basedFileInputPanel.Builder.A text field which displays a hint when it is not the focus owner and contains no text.Builds a formatted text field.Builds aMaskFormatterinstance.NumberField<T extends Number>A text field for numbers.NumberField.Builder<T extends Number>Builds a NumberFieldProvides aNumberField.BuilderParser<T>Parses a value from a stringThe result of parsing a value from a StringA DocumentFilter which parses a value from the document text and allows for validation of the parsed value.Builds a JPasswordField.Highlights search results in a JTextComponent.Builds aSearchHighlighter.Provides aSearchHighlighter.BuilderA Document implementation which allows for setting the max text length and automatic conversion to upper or lower case.TemporalField<T extends Temporal>A JFormattedTextField for Temporal types.TemporalField.Builder<T extends Temporal>A builder forTemporalField.Provides aTemporalField.BuilderThe controls.TemporalField.DateTimeParser<T extends Temporal>Parses a Temporal value from text with a provided formatterTemporalFieldPanel<T extends Temporal>A panel for a TemporalField with button for displaying a calendarTemporalFieldPanel.Builder<T extends Temporal>Builds aTemporalFieldPanelProvides aTemporalFieldPanel.BuilderBuilds a JTextArea.A builder for text components.Specifies the possible initial caret positions in case text component has an initial value.A utility class for JTextComponents.Builds a JTextField.Provides aTextFieldBuilderA panel that includes a JTextField in aBorderLayout.CENTERposition and a button inBorderLayout.EASTwhich opens a JTextArea for editing long strings.A builder forTextFieldPanel.The available controls.Builds a JTextPane.Specifies when a text field based component value should update the underlying value.ADocumentFilterextension providing validation and parsing.