public interface EditableComponent
| Modifier and Type | Method and Description |
|---|---|
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.
|
void editCopy()
void editCut()
void editDelete()
void editPaste()