|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.emboss.jemboss.gui.sequenceChooser.InputSequenceAttributes
Creates the input sequence attibutes window
Field Summary | |
private javax.swing.JComboBox |
dbs
available databases |
private java.lang.String[] |
ff
input format types |
private javax.swing.JComboBox |
fileFormats
combobox for file formats |
private javax.swing.JRadioButton |
lower
select to specify lower case |
private javax.swing.JRadioButton |
nucleotide
select to specify a nucleotide sequence |
private javax.swing.JRadioButton |
protein
select to specify a protein sequence |
private javax.swing.JRadioButton |
rev
select to reverse sequence |
private javax.swing.JScrollPane |
rscroll
scroll panel for attibute panel |
private TextFieldInt |
sbeg
-sbegin flag |
private TextFieldInt |
send
-send flag |
private javax.swing.JTextField |
UFO
uniform feature object |
private javax.swing.JRadioButton |
upper
select to specify upper case |
Constructor Summary | |
InputSequenceAttributes(java.lang.String[] db,
FileChooser fc)
|
Method Summary | |
java.lang.String |
getBegSeq()
Get the -sbegin flag |
java.lang.String |
getEndSeq()
Get the -send flag |
java.lang.String |
getFormatChoosen()
Get the file format selected |
java.lang.String |
getInputSeqAttr(int seq)
Get the EMBOSS command line for the values selected for the input sequence attributes |
javax.swing.JScrollPane |
getJScrollPane()
Get the scroll panel |
boolean |
isBeginSeqDefault()
Determine if there is a default -sbeg value |
boolean |
isEndSeqDefault()
Determine if there is a default -send value |
boolean |
isUFODefault()
Determine if there is a default -sufo value |
void |
setBegSeq(int iseq)
Set the -sbegin flag |
void |
setBegSeq(java.lang.String s)
Set the -sbegin flag |
void |
setEndSeq(int iseq)
Set the -send flag |
void |
setEndSeq(java.lang.String s)
Set the -send flag |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private TextFieldInt sbeg
private TextFieldInt send
private javax.swing.JTextField UFO
private javax.swing.JComboBox dbs
private javax.swing.JComboBox fileFormats
private javax.swing.JRadioButton rev
private javax.swing.JRadioButton nucleotide
private javax.swing.JRadioButton protein
private javax.swing.JRadioButton lower
private javax.swing.JRadioButton upper
private javax.swing.JScrollPane rscroll
private java.lang.String[] ff
Constructor Detail |
public InputSequenceAttributes(java.lang.String[] db, FileChooser fc)
db
- available databasesfc
- file chooserMethod Detail |
public javax.swing.JScrollPane getJScrollPane()
public void setBegSeq(int iseq)
iseq
- value for -sbegpublic void setEndSeq(int iseq)
iseq
- value for -sendpublic void setBegSeq(java.lang.String s)
s
- value for -sbegpublic void setEndSeq(java.lang.String s)
s
- value for -sendpublic java.lang.String getBegSeq()
public java.lang.String getEndSeq()
public boolean isBeginSeqDefault()
public boolean isEndSeqDefault()
public boolean isUFODefault()
public java.lang.String getFormatChoosen()
public java.lang.String getInputSeqAttr(int seq)
seq
- sequence number
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |