|
: Class CutNPasteTextArea
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.
- Author:
- T. J. Carver
Constructor Summary |
CutNPasteTextArea(javax.swing.Box pasteBox,
java.lang.String name)
|
Method Summary |
java.lang.String |
getText()
|
void |
setText(java.lang.String s)
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
seqPaste
TextAreaSink seqPaste
seqScroll
javax.swing.JScrollPane seqScroll
dataFlavor
java.awt.datatransfer.DataFlavor[] dataFlavor
defaultBorder
protected static javax.swing.border.Border defaultBorder
highlightBorder
protected static javax.swing.border.Border highlightBorder
CutNPasteTextArea
public CutNPasteTextArea(javax.swing.Box pasteBox,
java.lang.String name)
- Parameters:
Box - to add the cut and paste text area intoString - label for the cut and paste text area
getText
public java.lang.String getText()
- Returns:
- String contents of the text area
setText
public void setText(java.lang.String s)
- Parameters:
String - set contents of the text area
|