|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.emboss.jemboss.gui.BuildProgramMenu
BuildProgramMenu class construct the program menus.
| Field Summary | |
private java.util.Hashtable |
acdStore
acd files cache |
private static java.util.Vector |
codons
codons usage tables |
private static java.lang.String[] |
db
database names |
private java.lang.String[] |
envp
environment vars |
private static java.util.Vector |
matrices
matrices |
private AuthPopup |
splashing
login window |
private SplashThread |
splashThread
thread for progress monitor on the login window |
| Constructor Summary | |
BuildProgramMenu(javax.swing.JPanel p1,
ScrollPanel p2,
javax.swing.JPanel pform,
javax.swing.JScrollPane scrollProgForm,
JembossParams mysettings,
boolean withSoap,
SetUpMenuBar mainMenu,
javax.swing.JFrame f,
java.awt.Dimension jform)
|
|
| Method Summary | |
private java.lang.String |
getAcdText(java.lang.String applName,
JembossParams mysettings,
boolean withSoap)
Get the contents of an ACD file in the form of a String |
static java.util.Vector |
getCodonUsage()
Contains all codon usage tables |
protected static java.lang.String[] |
getDatabaseList()
List of available EMBOSS databases |
static java.util.Vector |
getMatrices()
Contains all scoring matrix files |
| 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[] db
private static java.util.Vector matrices
private static java.util.Vector codons
private java.util.Hashtable acdStore
private AuthPopup splashing
private SplashThread splashThread
private java.lang.String[] envp
| Constructor Detail |
public BuildProgramMenu(javax.swing.JPanel p1,
ScrollPanel p2,
javax.swing.JPanel pform,
javax.swing.JScrollPane scrollProgForm,
JembossParams mysettings,
boolean withSoap,
SetUpMenuBar mainMenu,
javax.swing.JFrame f,
java.awt.Dimension jform)
p1 - menu panep2 - form panepform - pane containing emboss form and job managerscrollProgForm - EMBOSS form scroll panemysettings - Jemboss settingswithSoap - true if using SOAP servermainMenu - Jemboss main menu barf - Jemboss framejform - form pane dimension| Method Detail |
protected static java.lang.String[] getDatabaseList()
public static java.util.Vector getMatrices()
public static java.util.Vector getCodonUsage()
private java.lang.String getAcdText(java.lang.String applName,
JembossParams mysettings,
boolean withSoap)
applName - application namemysettings - jemboss propertieswithSoap - true if in client-server mode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||