public class TextAreaDocument extends PlainDocument
TextAreaDocument extends the capabilities of the PlainDocument
to store the data that is initially set in the Document.
This is stored in order to enable an accurate reset of the
state when a reset is requested.
author
Sunita Mani
version
1.8 12/19/03
Fields Summary
String
initialText
Constructors Summary
Methods Summary
void
reset()
Resets the model by removing all the data,
and restoring it to its initial state.