org.emboss.jemboss.gui.sequenceChooser
Class CutNPasteTextArea

java.lang.Object
  extended byorg.emboss.jemboss.gui.sequenceChooser.CutNPasteTextArea

public class CutNPasteTextArea
extends java.lang.Object

Makes a cut-and-paste text area.


Field Summary
protected static javax.swing.border.Border defaultBorder
          default border for field
(package private)  TextAreaSink seqPaste
          sequence paste field
 
Constructor Summary
CutNPasteTextArea(javax.swing.Box pasteBox, java.lang.String name)
           
 
Method Summary
 java.lang.String getText()
           
 void setText(java.lang.String s)
          Set contents of the text area
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

seqPaste

TextAreaSink seqPaste
sequence paste field


defaultBorder

protected static javax.swing.border.Border defaultBorder
default border for field

Constructor Detail

CutNPasteTextArea

public CutNPasteTextArea(javax.swing.Box pasteBox,
                         java.lang.String name)
Method Detail

getText

public java.lang.String getText()
Returns:
String contents of the text area

setText

public void setText(java.lang.String s)
Set contents of the text area

Parameters:
s - contents to apply to the text area