java.lang.Object
javax.swing.text.AbstractDocument
javax.swing.text.PlainDocument
is.codion.swing.common.ui.component.text.SizedDocument
All Implemented Interfaces:
Serializable, Document

public final class SizedDocument extends PlainDocument
A Document implementation which allows for setting the max text length and automatic conversion to upper or lower case. For instances use the sizedDocument() or sizedDocument(int) factory methods.
See Also: