|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CutCopyPaste
CutCopyPaste -- interface for objects implementing clipboard cut, copy, and paste actions.
Method Summary | |
---|---|
void |
copy()
Copy to clipboard. |
void |
cut()
Cut to clipboard. |
boolean |
isCopyEnabled()
Is copy enabled? |
boolean |
isCutEnabled()
Is cut enabled? |
boolean |
isPasteEnabled()
Is paste enabled? |
boolean |
isTextSelected()
Is anything selected which can be cut/copied? |
void |
paste()
Paste from clipboard. |
Method Detail |
---|
void cut()
void copy()
void paste()
boolean isCutEnabled()
boolean isCopyEnabled()
boolean isPasteEnabled()
boolean isTextSelected()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |