org.emboss.jemboss.gui.sequenceChooser
Class CutNPasteTextArea
java.lang.Object
org.emboss.jemboss.gui.sequenceChooser.CutNPasteTextArea
- public class CutNPasteTextArea
- extends java.lang.Object
Makes a cut-and-paste text area.
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 |
seqPaste
TextAreaSink seqPaste
- sequence paste field
defaultBorder
protected static javax.swing.border.Border defaultBorder
- default border for field
CutNPasteTextArea
public CutNPasteTextArea(javax.swing.Box pasteBox,
java.lang.String name)
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