BioLegato 0.7.5 GDE plugin

org.biolegato.gdesupport.canvas
Interface GDECanvasObject

All Known Implementing Classes:
GDEList, GDETextArea

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 copyClipboard()
           
 void deleteSelection()
          Cuts content from the current Editable object.
 void paste()
          Pastes content into the current Editable object.
 void writeOut(DataFormat format, java.lang.Appendable dest)
           
 

Method Detail

deleteSelection

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


writeOut

void writeOut(DataFormat format,
              java.lang.Appendable dest)
              throws java.io.IOException
Throws:
java.io.IOException

paste

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


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.


copyClipboard

void copyClipboard()

BioLegato 0.7.5 GDE plugin

Copyright © 2008-2011 University of Manitoba.