|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.emboss.jemboss.gui.sequenceChooser.OutputSequenceAttributes
Creates the output sequence attibutes window
Field Summary | |
private java.lang.String[] |
ff
output format types |
private javax.swing.JComboBox |
fileFormats
combobox for file formats |
private javax.swing.JTextField |
offormat
feature format |
private javax.swing.JTextField |
ofname
features filename |
private javax.swing.JTextField |
osextension
ouput file extension to use |
private javax.swing.JTextField |
osname
output base name |
private javax.swing.JRadioButton |
ossingle
separate file for each entry |
private javax.swing.JScrollPane |
rscroll
scroll pane for output attributes |
private javax.swing.JTextField |
UFO
uniform feature object |
Constructor Summary | |
OutputSequenceAttributes()
|
Method Summary | |
java.lang.String |
getFormatChoosen()
Get the format selected |
javax.swing.JScrollPane |
getJScrollPane()
Get the scoll panel |
java.lang.String |
getOuputSeqAttr()
Get the EMBOSS command line for the output sequence attributes |
boolean |
isExtensionDefault()
Determine if an extension has been selected |
boolean |
isFNameDefault()
Determine if a feature name is set |
boolean |
isNameDefault()
Determine if a output file name is set |
boolean |
isUFODefault()
Determine if UFO has a value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private javax.swing.JTextField osextension
private javax.swing.JTextField osname
private javax.swing.JTextField offormat
private javax.swing.JTextField ofname
private javax.swing.JTextField UFO
private javax.swing.JRadioButton ossingle
private javax.swing.JComboBox fileFormats
private javax.swing.JScrollPane rscroll
private java.lang.String[] ff
Constructor Detail |
public OutputSequenceAttributes()
Method Detail |
public javax.swing.JScrollPane getJScrollPane()
public java.lang.String getFormatChoosen()
public boolean isUFODefault()
public boolean isExtensionDefault()
public boolean isNameDefault()
public boolean isFNameDefault()
public java.lang.String getOuputSeqAttr()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |