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

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
org.scubatoolkit.NitrCalcWindow
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class NitrCalcWindow
- extends javax.swing.JDialog
Description of the Class
- Version:
| Nested Class Summary | |
class |
NitrCalcWindow.RadioListener
Description of the Class |
class |
NitrCalcWindow.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) NitrCalcWindow.RadioListener |
calcButtonListener
Description of the Field |
private javax.swing.ButtonGroup |
calculationGroup
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 |
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 AppWindow |
nitroxCalculator
Description of the Field |
private javax.swing.JRadioButton |
percentOxygenButton
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) NitrCalcWindow.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 | |
NitrCalcWindow(AppWindow nitroxCalculator,
java.lang.String title)
Constructor for the NitrCalcWindow object |
|
| Method Summary | |
void |
setCalculation(java.lang.String c)
Sets the calculation attribute of the NitrCalcWindow 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
NitrCalcWindow.tfListener textFieldListener
- Description of the Field
calcButtonListener
NitrCalcWindow.RadioListener calcButtonListener
- Description of the Field
nitroxCalculator
private AppWindow nitroxCalculator
- Description of the Field
modLabel
private javax.swing.JLabel modLabel
- Description of the Field
poLabel
private javax.swing.JLabel poLabel
- Description of the Field
maxLabel
private javax.swing.JLabel maxLabel
- Description of the Field
modUnitLabel
private javax.swing.JLabel modUnitLabel
- Description of the Field
poUnitLabel
private javax.swing.JLabel poUnitLabel
- Description of the Field
maxUnitLabel
private javax.swing.JLabel maxUnitLabel
- Description of the Field
modButton
private javax.swing.JRadioButton modButton
- Description of the Field
percentOxygenButton
private javax.swing.JRadioButton percentOxygenButton
- 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
maxText
private javax.swing.JTextField maxText
- 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 |
NitrCalcWindow
public NitrCalcWindow(AppWindow nitroxCalculator, java.lang.String title)
- Constructor for the NitrCalcWindow object
| Method Detail |
setCalculation
public void setCalculation(java.lang.String c)
- Sets the calculation attribute of the NitrCalcWindow object
|
|||||||||
| Home >> All >> org >> [ scubatoolkit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC