|
|||||||||
| Home >> All >> org >> [ scubatoolkit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.scubatoolkit
Class HeliCalcWindow

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
org.scubatoolkit.HeliCalcWindow
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class HeliCalcWindow
- extends javax.swing.JDialog
Description of the Class
- Version:
| Nested Class Summary | |
class |
HeliCalcWindow.RadioListener
Description of the Class |
class |
HeliCalcWindow.tfListener
Description of the Class |
| Nested classes inherited from class javax.swing.JDialog |
javax.swing.JDialog.AccessibleJDialog |
| Nested classes inherited from class java.awt.Dialog |
java.awt.Dialog.AccessibleAWTDialog |
| Nested classes inherited from class java.awt.Window |
java.awt.Window.AccessibleAWTWindow |
| Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
| Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
| Field Summary | |
(package private) HeliCalcWindow.RadioListener |
calcButtonListener
Description of the Field |
private javax.swing.ButtonGroup |
calculationGroup
Description of the Field |
private javax.swing.JLabel |
ceilingLabel
Description of the Field |
private javax.swing.JTextField |
ceilingText
Description of the Field |
private javax.swing.JLabel |
ceilingUnitLabel
Description of the Field |
private AppWindow |
helioxCalculator
Description of the Field |
private boolean |
isMetric
Description of the Field |
private javax.swing.JPanel |
leftPane
Description of the Field |
private javax.swing.JPanel |
mainPane
Description of the Field |
private javax.swing.JLabel |
maxLabel
Description of the Field |
private javax.swing.JRadioButton |
maxOxygenPPButton
Description of the Field |
private javax.swing.JTextField |
maxText
Description of the Field |
private javax.swing.JLabel |
maxUnitLabel
Description of the Field |
private javax.swing.JRadioButton |
mixButton
Description of the Field |
private javax.swing.JRadioButton |
modButton
Description of the Field |
private javax.swing.JLabel |
modLabel
Description of the Field |
private javax.swing.JTextField |
modText
Description of the Field |
private javax.swing.JLabel |
modUnitLabel
Description of the Field |
private javax.swing.JLabel |
phLabel
Description of the Field |
private javax.swing.JTextField |
phText
Description of the Field |
private javax.swing.JLabel |
phUnitLabel
Description of the Field |
private javax.swing.JLabel |
poLabel
Description of the Field |
private javax.swing.JTextField |
poText
Description of the Field |
private javax.swing.JLabel |
poUnitLabel
Description of the Field |
private javax.swing.JPanel |
rightPane
Description of the Field |
(package private) HeliCalcWindow.tfListener |
textFieldListener
Description of the Field |
| Fields inherited from class javax.swing.JDialog |
accessibleContext, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Dialog |
|
| Fields inherited from class java.awt.Window |
|
| Fields inherited from class java.awt.Container |
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
HeliCalcWindow(AppWindow helioxCalculator,
java.lang.String title)
Constructor for the HeliCalcWindow object |
|
| Method Summary | |
void |
setCalculation(java.lang.String c)
Sets the calculation attribute of the HeliCalcWindow object |
| Methods inherited from class java.awt.Dialog |
addNotify, dispose, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setResizable, setTitle, setUndecorated, show |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
textFieldListener
HeliCalcWindow.tfListener textFieldListener
- Description of the Field
calcButtonListener
HeliCalcWindow.RadioListener calcButtonListener
- Description of the Field
helioxCalculator
private AppWindow helioxCalculator
- Description of the Field
modLabel
private javax.swing.JLabel modLabel
- Description of the Field
modUnitLabel
private javax.swing.JLabel modUnitLabel
- Description of the Field
poLabel
private javax.swing.JLabel poLabel
- Description of the Field
poUnitLabel
private javax.swing.JLabel poUnitLabel
- Description of the Field
phLabel
private javax.swing.JLabel phLabel
- Description of the Field
phUnitLabel
private javax.swing.JLabel phUnitLabel
- Description of the Field
maxLabel
private javax.swing.JLabel maxLabel
- Description of the Field
maxUnitLabel
private javax.swing.JLabel maxUnitLabel
- Description of the Field
ceilingLabel
private javax.swing.JLabel ceilingLabel
- Description of the Field
ceilingUnitLabel
private javax.swing.JLabel ceilingUnitLabel
- Description of the Field
modButton
private javax.swing.JRadioButton modButton
- Description of the Field
mixButton
private javax.swing.JRadioButton mixButton
- Description of the Field
maxOxygenPPButton
private javax.swing.JRadioButton maxOxygenPPButton
- Description of the Field
modText
private javax.swing.JTextField modText
- Description of the Field
poText
private javax.swing.JTextField poText
- Description of the Field
phText
private javax.swing.JTextField phText
- Description of the Field
maxText
private javax.swing.JTextField maxText
- Description of the Field
ceilingText
private javax.swing.JTextField ceilingText
- Description of the Field
mainPane
private javax.swing.JPanel mainPane
- Description of the Field
leftPane
private javax.swing.JPanel leftPane
- Description of the Field
rightPane
private javax.swing.JPanel rightPane
- Description of the Field
calculationGroup
private javax.swing.ButtonGroup calculationGroup
- Description of the Field
isMetric
private boolean isMetric
- Description of the Field
| Constructor Detail |
HeliCalcWindow
public HeliCalcWindow(AppWindow helioxCalculator, java.lang.String title)
- Constructor for the HeliCalcWindow object
| Method Detail |
setCalculation
public void setCalculation(java.lang.String c)
- Sets the calculation attribute of the HeliCalcWindow object
|
|||||||||
| Home >> All >> org >> [ scubatoolkit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC