BioLegato 0.7.3 GDE plugin

org.biolegato.gdesupport.canvas
Interface GDECanvasObject

All Known Implementing Classes:
GDEList, GDETextArea, UndoableGDETextArea

public interface GDECanvasObject

Author:
alvare

Method Summary
 void changeCase()
          Changes the case of the currently selected sequence (if the sequence is of inconsistent case, the case of the entire sequence is changed to the opposite case of the first character in the sequence.
 void copy()
          Copies content from the current Editable object.
 void cut()
          Cuts content from the current Editable object.
 Cell[] getData()
          Used to obtain all of the text selected within the document.
 void paste()
          Pastes content into the current Editable object.
 

Method Detail

copy

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


cut

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


paste

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


getData

Cell[] getData()
Used to obtain all of the text selected within the document.

Returns:
the text currently selected in the document.

changeCase

void changeCase()
Changes the case of the currently selected sequence (if the sequence is of inconsistent case, the case of the entire sequence is changed to the opposite case of the first character in the sequence.


BioLegato 0.7.3 GDE plugin

Copyright © 2008-2010 University of Manitoba.