JHotDraw 7.0.6

org.jhotdraw.app
Interface EditableComponent

All Known Implementing Classes:
DefaultDrawingView

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

copy

void copy()
Copies the selected region and place its contents into the system clipboard.


cut

void cut()
Cuts the selected region and place its contents into the system clipboard.


delete

void delete()
Deletes the component at (or after) the caret position.


paste

void paste()
Pastes the contents of the system clipboard at the caret position.


duplicate

void duplicate()
Duplicates the selected region.


selectAll

void selectAll()
Selects all.


Copyright 1996-2006 © JHotDraw.org