|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpalmed.command.CopyPasteManager
public final class CopyPasteManager
This class manages copy/paste operations.
| Constructor Summary | |
|---|---|
CopyPasteManager(ITextBox textBox)
Create a copy/paste controller. |
|
| Method Summary | |
|---|---|
void |
copy()
Copy the current selected text. |
void |
cut()
Cut the current selected text. |
void |
paste()
Paste the text previously copied or cut. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CopyPasteManager(ITextBox textBox)
textBox - the text box| Method Detail |
|---|
public void copy()
throws java.io.IOException
java.io.IOException - an io exception occurs
public void cut()
throws java.io.IOException
java.io.IOException - an io exception occurs
public void paste()
throws java.io.IOException
java.io.IOException - an io exception occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||