BioLegato 0.7.0 GDE Canvas plugin

org.biolegato.gdesupport.canvas
Interface Editable

All Known Implementing Classes:
BLTextArea, GDEList, GDETextArea, UndoableGDETextArea

public interface Editable

An interface to group together all objects which support cut/copy/paste.

Author:
Graham Alvare, Brian Fristensky

Method Summary
 void copy()
          Copies content from the current Editable object to the clipboads.
 void cut()
          Cuts content from the current Editable object to the clipboads.
 void paste()
          Pastes the current clipboard into the current Editable object.
 

Method Detail

cut

void cut()
Cuts content from the current Editable object to the clipboads.


copy

void copy()
Copies content from the current Editable object to the clipboads.


paste

void paste()
Pastes the current clipboard into the current Editable object.


BioLegato 0.7.0 GDE Canvas plugin

Copyright © 2008-2010 University of Manitoba.