Class FixedLengthPlainDocument

All Implemented Interfaces:
Serializable, Document

public class FixedLengthPlainDocument extends PlainDocument
PlainDocument which restricts the length of it's content
Version:
%version: 1 % %date_modified: Mon Aug 02 16:52:21 1999 %
Author:
lruslen
See Also:
  • Constructor Details

    • FixedLengthPlainDocument

      public FixedLengthPlainDocument(int maxLength)
      Create a new document with the given length.
  • Method Details