[all packages]
[package ]
[class hierarchy]
[index]
public class TextAreaPlus
(source file: TextAreaPlus.java)
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.TextComponent
|
+----java.awt.TextArea
|
+----TextAreaPlus
The pure class interface.
public class TextAreaPlus
extends TextArea
-
An extension of the
TextArea class which adds a method
to find out whether the text area has been modified since the last
setText command.
- Author:
- Alan Jeffrey
- Version: v1.0 1998/06/02

TextAreaPlus(String)
-

getDirty()
-
Has the text area been modified since the last
setText?
setText(String)
-

TextAreaPlus
public TextAreaPlus(String s);

setText
public void setText(String s);
getDirty
public boolean getDirty();
-
Has the text area been modified since the last
setText?
- Returns:
- true iff the text area has been modified.
[all packages]
[package ]
[class hierarchy]
[index]
TextAreaPlus.html