|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTPHandler
public class TPHandler
Creates a popup dialog box to allow specification of T, P or H, P or S, P or T, V constraints on the system evolution path.
Field Summary | |
---|---|
javax.swing.JFormattedTextField |
dpdhFTF
Text Field boxes to hold equivalent *Val entries. |
double |
dpdhVal
Pressure-enthalpy gradient (bars/J). |
javax.swing.JFormattedTextField |
dpdsFTF
Text Field boxes to hold equivalent *Val entries. |
double |
dpdsVal
Pressure-entropy gradient (bars-K/J). |
javax.swing.JFormattedTextField |
dpdtFTF
Text Field boxes to hold equivalent *Val entries. |
double |
dpdtVal
Pressure-temperature gradient (bars/K). |
javax.swing.JFormattedTextField |
dtdvFTF
Text Field boxes to hold equivalent *Val entries. |
double |
dtdvVal
Temperature-volume gradient (K-bar/J). |
javax.swing.JFormattedTextField |
hIncFTF
Text Field boxes to hold equivalent *Val entries. |
double |
hIncVal
Enthalpy increment (J). |
javax.swing.JFormattedTextField |
hStartFTF
Text Field boxes to hold equivalent *Val entries. |
double |
hStartVal
Initial enthalpy (J). |
javax.swing.JFormattedTextField |
hStopFTF
Text Field boxes to hold equivalent *Val entries. |
double |
hStopVal
Final enthalpy (J). |
javax.swing.JFormattedTextField |
pIncFTF
Text Field boxes to hold equivalent *Val entries. |
double |
pIncVal
Pressure increment (bars). |
javax.swing.JFormattedTextField |
pStartFTF
Text Field boxes to hold equivalent *Val entries. |
double |
pStartVal
Initial pressure (bars). |
javax.swing.JFormattedTextField |
pStopFTF
Text Field boxes to hold equivalent *Val entries. |
double |
pStopVal
Final pressure (bars). |
javax.swing.JFormattedTextField |
sIncFTF
Text Field boxes to hold equivalent *Val entries. |
double |
sIncVal
Entropy increment (J/K). |
javax.swing.JFormattedTextField |
sStartFTF
Text Field boxes to hold equivalent *Val entries. |
double |
sStartVal
Initial entropy (J/K). |
javax.swing.JFormattedTextField |
sStopFTF
Text Field boxes to hold equivalent *Val entries. |
double |
sStopVal
Final entropy (J/K). |
javax.swing.JFormattedTextField |
tIncFTF
Text Field boxes to hold equivalent *Val entries. |
double |
tIncVal
Temperature increment (K). |
javax.swing.JFormattedTextField |
tStartFTF
Text Field boxes to hold equivalent *Val entries. |
double |
tStartVal
Initial temperature (K). |
javax.swing.JFormattedTextField |
tStopFTF
Text Field boxes to hold equivalent *Val entries. |
double |
tStopVal
Final temperature (K). |
javax.swing.JFormattedTextField |
vIncFTF
Text Field boxes to hold equivalent *Val entries. |
double |
vIncVal
Volume increment (J/bar). |
javax.swing.JFormattedTextField |
vStartFTF
Text Field boxes to hold equivalent *Val entries. |
double |
vStartVal
Initial volume (J/bar). |
javax.swing.JFormattedTextField |
vStopFTF
Text Field boxes to hold equivalent *Val entries. |
double |
vStopVal
Final volume (J/bar). |
Constructor Summary | |
---|---|
TPHandler(rock.dRock rockRef)
Creates the GUI and initializes the class. |
Method Summary | |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Displays the popup dialog box and populates text entries. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double tStartVal
public double tStopVal
public double tIncVal
public double pStartVal
public double pStopVal
public double pIncVal
public double dpdtVal
public double hStartVal
public double hStopVal
public double hIncVal
public double dpdhVal
public double sStartVal
public double sStopVal
public double sIncVal
public double dpdsVal
public double vStartVal
public double vStopVal
public double vIncVal
public double dtdvVal
public javax.swing.JFormattedTextField tStartFTF
public javax.swing.JFormattedTextField tStopFTF
public javax.swing.JFormattedTextField tIncFTF
public javax.swing.JFormattedTextField pStartFTF
public javax.swing.JFormattedTextField pStopFTF
public javax.swing.JFormattedTextField pIncFTF
public javax.swing.JFormattedTextField dpdtFTF
public javax.swing.JFormattedTextField hStartFTF
public javax.swing.JFormattedTextField hStopFTF
public javax.swing.JFormattedTextField hIncFTF
public javax.swing.JFormattedTextField dpdhFTF
public javax.swing.JFormattedTextField sStartFTF
public javax.swing.JFormattedTextField sStopFTF
public javax.swing.JFormattedTextField sIncFTF
public javax.swing.JFormattedTextField dpdsFTF
public javax.swing.JFormattedTextField vStartFTF
public javax.swing.JFormattedTextField vStopFTF
public javax.swing.JFormattedTextField vIncFTF
public javax.swing.JFormattedTextField dtdvFTF
Constructor Detail |
---|
public TPHandler(rock.dRock rockRef)
rockRef
- Instance of server-side rock object.Method Detail |
---|
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
e
- Action event that triggered the display request.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |