public final class TextEditCopier
extends java.lang.Object
| Constructor and Description |
|---|
TextEditCopier(TextEdit edit)
Constructs a new
TextEditCopier for the
given edit. |
| Modifier and Type | Method and Description |
|---|---|
TextEdit |
getCopy(TextEdit original)
Returns the copy for the original text edit.
|
TextEdit |
perform()
Performs the actual copying.
|
public TextEdit perform()