|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.emboss.jemboss.gui.form.BuildJembossForm
Responsible for displaying the graphical representation of the ACD EMBOSS files. Generates & runs command lines and display results.
Field Summary | |
protected static javax.swing.JPanel |
addSection
|
private javax.swing.Box |
addSectionBox
|
protected static javax.swing.JPanel |
advSection
|
private javax.swing.Box |
advSectionBox
|
private AlignFormat |
af
|
private java.lang.String |
applName
|
private javax.swing.JButton |
bresults
|
private java.awt.Cursor |
cbusy
|
private java.awt.Cursor |
cdone
|
private javax.swing.JCheckBox[] |
checkBox
|
private java.lang.String |
cwd
|
private java.lang.String[] |
db
|
private java.lang.String |
embossBin
|
private java.lang.String[] |
envp
|
private javax.swing.JFrame |
f
|
private JembossComboPopup[] |
fieldOption
|
private ListFilePanel[] |
filelist
|
private java.lang.String |
helptext
|
protected static javax.swing.JPanel |
inpSection
|
private SetInFileCard[] |
inSeq
|
private InputSequenceAttributes[] |
inSeqAttr
|
private javax.swing.JList[] |
multiOption
|
private JembossParams |
mysettings
|
private int |
numofFields
|
private java.lang.String |
outfileResult
|
protected static javax.swing.JPanel |
outSection
|
protected static OutputSequenceAttributes |
outSeqAttr
|
private ScrollPanel |
p2
|
private ParseAcd |
parseAcd
|
private javax.swing.JTextField[] |
rangeField
|
protected static javax.swing.JPanel |
reqdSection
|
private ReportFormat |
rf
|
private java.lang.String |
seqoutResult
|
private java.lang.String |
stdout
|
private TextFieldSink[] |
textf
|
private TextFieldFloat[] |
textFloat
|
private TextFieldInt[] |
textInt
|
private boolean |
withSoap
|
Constructor Summary | |
BuildJembossForm(java.lang.String appDescription,
java.lang.String[] db,
java.lang.String applName,
java.lang.String[] envp,
java.lang.String cwd,
java.lang.String acdText,
boolean withSoap,
ScrollPanel p2,
JembossParams mysettings,
javax.swing.JFrame f)
|
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent ae)
Action events Exit, Help, GO, & Show results |
void |
attach(javax.swing.JPanel p3,
javax.swing.Box fieldPane,
java.lang.String appDescription)
|
private java.lang.String |
checkParameters(ParseAcd parseAcd,
int numofFields,
java.util.Hashtable filesToMove)
|
private java.lang.String |
filesForSoap(java.lang.String fn,
java.lang.String options,
java.lang.String val,
java.util.Hashtable filesToMove)
|
void |
finalize()
Ensures garbaged collected when there are no more pointers to this. |
private java.lang.String |
getCommand()
Get the command line for the Standalone version. |
private java.lang.String |
getCommand(java.util.Hashtable filesToMove)
Get the command line for the SOAP version. |
private byte[] |
getLocalFile(java.io.File name)
|
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private ReportFormat rf
private AlignFormat af
private TextFieldSink[] textf
private TextFieldInt[] textInt
private TextFieldFloat[] textFloat
private javax.swing.JTextField[] rangeField
private javax.swing.JCheckBox[] checkBox
private InputSequenceAttributes[] inSeqAttr
private ListFilePanel[] filelist
protected static OutputSequenceAttributes outSeqAttr
private javax.swing.Box advSectionBox
private javax.swing.Box addSectionBox
protected static javax.swing.JPanel advSection
protected static javax.swing.JPanel addSection
protected static javax.swing.JPanel reqdSection
protected static javax.swing.JPanel outSection
protected static javax.swing.JPanel inpSection
private JembossComboPopup[] fieldOption
private javax.swing.JList[] multiOption
private SetInFileCard[] inSeq
private javax.swing.JButton bresults
private java.lang.String applName
private java.lang.String[] db
private java.lang.String[] envp
private java.lang.String cwd
private ParseAcd parseAcd
private java.awt.Cursor cbusy
private java.awt.Cursor cdone
private java.lang.String seqoutResult
private java.lang.String outfileResult
private java.lang.String stdout
private java.lang.String helptext
private boolean withSoap
private javax.swing.JFrame f
private ScrollPanel p2
private java.lang.String embossBin
private int numofFields
private JembossParams mysettings
Constructor Detail |
public BuildJembossForm(java.lang.String appDescription, java.lang.String[] db, java.lang.String applName, java.lang.String[] envp, java.lang.String cwd, java.lang.String acdText, boolean withSoap, ScrollPanel p2, JembossParams mysettings, javax.swing.JFrame f)
Method Detail |
public void attach(javax.swing.JPanel p3, javax.swing.Box fieldPane, java.lang.String appDescription)
public void actionPerformed(java.awt.event.ActionEvent ae)
actionPerformed
in interface java.awt.event.ActionListener
private java.lang.String checkParameters(ParseAcd parseAcd, int numofFields, java.util.Hashtable filesToMove)
private java.lang.String filesForSoap(java.lang.String fn, java.lang.String options, java.lang.String val, java.util.Hashtable filesToMove)
private byte[] getLocalFile(java.io.File name)
private java.lang.String getCommand()
private java.lang.String getCommand(java.util.Hashtable filesToMove)
public void finalize() throws java.lang.Throwable
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |