[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

Constuctor Index

O TextAreaPlus(String)

Methods

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

Constructors

O TextAreaPlus
public TextAreaPlus(String s);

Methods

O setText
public void setText(String s);

O 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