|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.emboss.jemboss.gui.form.ReportFormat
EMBOSS Report formats http://www.hgmp.mrc.ac.uk/Software/EMBOSS/Themes/ReportFormats.html
Field Summary | |
private JembossComboPopup |
cp
container for report formats |
private java.lang.String |
def
default report format |
private javax.swing.JCheckBox |
raccshow
select to show the accession number |
private javax.swing.JCheckBox |
rdesshow
select to show the description |
private static java.lang.String[] |
rpt
EMBOSS Report formats |
private javax.swing.JCheckBox |
rusashow
select to show the USA |
Constructor Summary | |
ReportFormat(ParseAcd parseAcd,
int nf)
|
Method Summary | |
javax.swing.JCheckBox |
getAccCheckBox()
Get the check box for accession number display |
JembossComboPopup |
getComboPopup()
Get the combo popup box containing the report formats |
java.lang.String |
getDefaultFormat()
Get the default report format |
javax.swing.JCheckBox |
getDesCheckBox()
Get the check box for description display |
protected javax.swing.Box |
getReportCheckBox()
Get the container box for the report format display on the Jemboss application form |
java.lang.String |
getReportFormat()
Return the EMBOSS command line string depending on what has been selected |
private static java.lang.String[] |
getReportFormats()
Get the available report formats |
static java.lang.String |
getToolTip()
|
javax.swing.JCheckBox |
getUsaDesCheckBox()
Get the check box for USA display |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static java.lang.String[] rpt
private JembossComboPopup cp
private javax.swing.JCheckBox raccshow
private javax.swing.JCheckBox rdesshow
private javax.swing.JCheckBox rusashow
private java.lang.String def
Constructor Detail |
public ReportFormat(ParseAcd parseAcd, int nf)
parseAcd
- ACD parser for an emboss applicationnf
- report format field number in the ACDMethod Detail |
public JembossComboPopup getComboPopup()
public java.lang.String getDefaultFormat()
public javax.swing.JCheckBox getAccCheckBox()
public javax.swing.JCheckBox getDesCheckBox()
public javax.swing.JCheckBox getUsaDesCheckBox()
private static java.lang.String[] getReportFormats()
public java.lang.String getReportFormat()
protected javax.swing.Box getReportCheckBox()
public static java.lang.String getToolTip()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |