Serialized Form
|
Class Melts extends javax.swing.JApplet implements Serializable |
cp
java.awt.Container cp
- Public declaration of applet container.
frame
javax.swing.JFrame frame
- Public declaration of applet frame.
rockRef
rock.dRock rockRef
- CORBA ORB reference for the server-side rock object.
isStandalone
boolean isStandalone
- True if invoked as a standalone application; false if invoked as an applet.
args
java.lang.String[] args
- Command line arguments passed to application.
bcEntry
javax.swing.JFormattedTextField[] bcEntry
- Holds bulk composition display entry.
ppEntry
javax.swing.JFormattedTextField[] ppEntry
- Holds phase composition display entry.
tEntry
javax.swing.JFormattedTextField tEntry
- Holds temperature display entry.
pEntry
javax.swing.JFormattedTextField pEntry
- Holds pressure display entry.
fO2Entry
javax.swing.JFormattedTextField fO2Entry
- Holds oxygen fugacity display entry.
iterEntry
javax.swing.JFormattedTextField iterEntry
- Holds iteration count display entry.
quadEntry
javax.swing.JFormattedTextField quadEntry
- Holds quadratic iteration count display entry.
linEntry
javax.swing.JFormattedTextField linEntry
- Holds linear search iteration count display entry.
liqProgress
javax.swing.JProgressBar liqProgress
- Displays relative concentration of liquid phase in the system.
solProgress
javax.swing.JProgressBar solProgress
- Displays relative concentration of solid phase(s) in the system.
assimProgress
javax.swing.JProgressBar assimProgress
- Displays relative amount of assimilant consumed by the system.
fracProgress
javax.swing.JProgressBar fracProgress
- Displays relative amount of fractionated phase(s) in the system.
ptSelectedRow
int ptSelectedRow
- Selected row in the phases present table.
ptSelectedCol
int ptSelectedCol
- Selected column in the phases present table.
openSaveDialog
javax.swing.JFileChooser openSaveDialog
- Dialog box for opening files from and saving output to the local disk.
nc
int nc
pTableModel
PhaseTableModel pTableModel
updatePT
UpdatePhaseTable updatePT
phasePopupMenu
javax.swing.JComboBox phasePopupMenu
bulkComp
double[] bulkComp
fO2DisplayMode
int fO2DisplayMode
tphsvDialog
TPHandler tphsvDialog
phaseDialog
PhaseHandler phaseDialog
fO2Choice
javax.swing.JRadioButtonMenuItem[] fO2Choice
mulLiqRBMI
javax.swing.JCheckBoxMenuItem mulLiqRBMI
fracSolRBMI
javax.swing.JCheckBoxMenuItem fracSolRBMI
fracLiqRBMI
javax.swing.JCheckBoxMenuItem fracLiqRBMI
isoEnthalpyRBMI
javax.swing.JCheckBoxMenuItem isoEnthalpyRBMI
isoEntropyRBMI
javax.swing.JCheckBoxMenuItem isoEntropyRBMI
isoVolumeRBMI
javax.swing.JCheckBoxMenuItem isoVolumeRBMI
saveFile
java.io.File saveFile
hasSaveFile
boolean hasSaveFile
doServerUpdates
boolean doServerUpdates
mOutput
Melts.MeltsOutput mOutput
|
Class PhaseTableModel extends javax.swing.table.AbstractTableModel implements Serializable |
columnNames
java.lang.String[] columnNames
data
java.lang.Object[][] data
units
int units