|
JHotDraw 7.0.6 | |||||||||
| 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 are editable.
| Method Summary | |
|---|---|
void |
copy()
Copies the selected region and place its contents into the system clipboard. |
void |
cut()
Cuts the selected region and place its contents into the system clipboard. |
void |
delete()
Deletes the component at (or after) the caret position. |
void |
duplicate()
Duplicates the selected region. |
void |
paste()
Pastes the contents of the system clipboard at the caret position. |
void |
selectAll()
Selects all. |
| Method Detail |
|---|
void copy()
void cut()
void delete()
void paste()
void duplicate()
void selectAll()
|
Copyright 1996-2006 © JHotDraw.org | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||