|
Copyright 2012-02-25 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EditableComponent
This interface must be implemented by components which support clipboard access. This interface is used by Actions.EditCutAction, Actions.EditCopyAction, Actions.EditPasteAction and Actions.EditDeleteAction to determine if the action can be performed.
| Method Summary | |
|---|---|
void |
editCopy()
Copies the selected region and place its contents into the system clipboard. |
void |
editCut()
Cuts the selected region and place its contents into the system clipboard. |
void |
editDelete()
Deletes the component at (or after) the caret position. |
void |
editPaste()
Pastes the contents of the system clipboard at the caret position. |
| Method Detail |
|---|
void editCopy()
void editCut()
void editDelete()
void editPaste()
|
Copyright 2012-02-25 Werner Randelshofer | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||