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

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
org.scubatoolkit.DiveLogWindow
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class DiveLogWindow
- extends javax.swing.JDialog
Description of the Class
- Version:
| Nested Class Summary | |
class |
DiveLogWindow.DiveLogListener
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 | |
private javax.swing.JTextField |
accumBotTime
Description of the Field |
private double |
accumulatedBottomTime
Description of the Field |
private javax.swing.JTextField |
averageDepth
Description of the Field |
private double |
avgDepth
Description of the Field |
private javax.swing.JButton |
backButton
Description of the Field |
private javax.swing.JTextField |
botTime
Description of the Field |
private javax.swing.JPanel |
bottomPane
Description of the Field |
private double |
bottomTime
Description of the Field |
private javax.swing.JTextField |
buddy1
Description of the Field |
private javax.swing.JTextField |
buddy2
Description of the Field |
private javax.swing.JTextField |
buddy3
Description of the Field |
private javax.swing.ButtonGroup |
buttonGroup
Description of the Field |
private javax.swing.ButtonGroup |
buttonGroup2
Description of the Field |
private javax.swing.ButtonGroup |
buttonGroup3
Description of the Field |
private javax.swing.JPanel |
centerPane
Description of the Field |
private javax.swing.JButton |
closeButton
Description of the Field |
private javax.swing.JPanel |
conditionPane
Description of the Field |
private javax.swing.JButton |
deleteButton
Description of the Field |
private javax.swing.JTextField |
diveDate
Description of the Field |
private AppWindow |
divelogWindow
Description of the Field |
private javax.swing.JTextField |
diveNum
Description of the Field |
private javax.swing.JPanel |
divePane
Description of the Field |
private javax.swing.JButton |
firstButton
Description of the Field |
private javax.swing.JButton |
forwardButton
Description of the Field |
private javax.swing.JTextField |
gasComsumptionRate
Description of the Field |
private javax.swing.JTextField |
gasUsed
Description of the Field |
private javax.swing.JCheckBox[] |
gear
Description of the Field |
private javax.swing.JPanel |
gearPane
Description of the Field |
private javax.swing.JButton |
lastButton
Description of the Field |
private javax.swing.JPanel |
mainPane
Description of the Field |
private double |
maxDepth
Description of the Field |
private javax.swing.JTextField |
mDepth
Description of the Field |
private javax.swing.JButton |
newButton
Description of the Field |
private javax.swing.JCheckBox[] |
profile
Description of the Field |
private javax.swing.JSplitPane |
profilePane
Description of the Field |
private javax.swing.JRadioButton[] |
radioButton
Description of the Field |
private javax.swing.JPanel |
rButtonPane
Description of the Field |
private javax.swing.JButton |
saveAndCloseButton
Description of the Field |
private javax.swing.JButton |
saveButton
Description of the Field |
private javax.swing.JTextField |
scr
Description of the Field |
private javax.swing.JTextField |
siteAltitude
Description of the Field |
private javax.swing.JTextField |
siteCountry
Description of the Field |
private javax.swing.JTextField |
siteDescription
Description of the Field |
private javax.swing.JTextField |
siteLatitude
Description of the Field |
private javax.swing.JTextField |
siteLocation
Description of the Field |
private javax.swing.JTextField |
siteLongitude
Description of the Field |
private javax.swing.JComboBox |
siteName
Description of the Field |
private javax.swing.JPanel |
sitePane
Description of the Field |
private javax.swing.JComboBox |
siteWaterType
Description of the Field |
private javax.swing.JTextField |
tankEndPressure
Description of the Field |
private javax.swing.JTextField |
tankMaxPressure
Description of the Field |
private javax.swing.JTextField |
tankSize
Description of the Field |
private java.lang.String[] |
tankType
Description of the Field |
private javax.swing.JCheckBox[] |
temp
Description of the Field |
private javax.swing.JTextField |
timeIn
Description of the Field |
private javax.swing.JTextField |
timeOut
Description of the Field |
private double |
tmeIN
Description of the Field |
private double |
tmeOUT
Description of the Field |
private javax.swing.JTabbedPane |
topPane
Description of the Field |
private javax.swing.JTextField |
totalBottomTime
Description of the Field |
private javax.swing.JComboBox |
type
Description of the Field |
private java.lang.String[] |
varList
Description of the Field |
private javax.swing.JCheckBox[] |
vision
Description of the Field |
private java.lang.String[] |
water
Description of the Field |
private java.lang.String[] |
wetSuitList
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 | |
DiveLogWindow(AppWindow divelogWindow,
java.lang.String title)
Constructor for the DiveLogWindow 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 |
divelogWindow
private AppWindow divelogWindow
- Description of the Field
saveButton
private javax.swing.JButton saveButton
- Description of the Field
saveAndCloseButton
private javax.swing.JButton saveAndCloseButton
- Description of the Field
closeButton
private javax.swing.JButton closeButton
- Description of the Field
firstButton
private javax.swing.JButton firstButton
- Description of the Field
lastButton
private javax.swing.JButton lastButton
- Description of the Field
forwardButton
private javax.swing.JButton forwardButton
- Description of the Field
backButton
private javax.swing.JButton backButton
- Description of the Field
newButton
private javax.swing.JButton newButton
- Description of the Field
deleteButton
private javax.swing.JButton deleteButton
- Description of the Field
mainPane
private javax.swing.JPanel mainPane
- Description of the Field
bottomPane
private javax.swing.JPanel bottomPane
- Description of the Field
centerPane
private javax.swing.JPanel centerPane
- Description of the Field
sitePane
private javax.swing.JPanel sitePane
- Description of the Field
gearPane
private javax.swing.JPanel gearPane
- Description of the Field
divePane
private javax.swing.JPanel divePane
- Description of the Field
conditionPane
private javax.swing.JPanel conditionPane
- Description of the Field
rButtonPane
private javax.swing.JPanel rButtonPane
- Description of the Field
profilePane
private javax.swing.JSplitPane profilePane
- Description of the Field
topPane
private javax.swing.JTabbedPane topPane
- Description of the Field
type
private javax.swing.JComboBox type
- Description of the Field
siteName
private javax.swing.JComboBox siteName
- Description of the Field
siteWaterType
private javax.swing.JComboBox siteWaterType
- Description of the Field
water
private java.lang.String[] water
- Description of the Field
radioButton
private javax.swing.JRadioButton[] radioButton
- Description of the Field
buttonGroup
private javax.swing.ButtonGroup buttonGroup
- Description of the Field
buttonGroup2
private javax.swing.ButtonGroup buttonGroup2
- Description of the Field
buttonGroup3
private javax.swing.ButtonGroup buttonGroup3
- Description of the Field
temp
private javax.swing.JCheckBox[] temp
- Description of the Field
vision
private javax.swing.JCheckBox[] vision
- Description of the Field
gear
private javax.swing.JCheckBox[] gear
- Description of the Field
profile
private javax.swing.JCheckBox[] profile
- Description of the Field
varList
private java.lang.String[] varList
- Description of the Field
wetSuitList
private java.lang.String[] wetSuitList
- Description of the Field
tankType
private java.lang.String[] tankType
- Description of the Field
accumulatedBottomTime
private double accumulatedBottomTime
- Description of the Field
bottomTime
private double bottomTime
- Description of the Field
maxDepth
private double maxDepth
- Description of the Field
avgDepth
private double avgDepth
- Description of the Field
tmeIN
private double tmeIN
- Description of the Field
tmeOUT
private double tmeOUT
- Description of the Field
diveNum
private javax.swing.JTextField diveNum
- Description of the Field
diveDate
private javax.swing.JTextField diveDate
- Description of the Field
accumBotTime
private javax.swing.JTextField accumBotTime
- Description of the Field
botTime
private javax.swing.JTextField botTime
- Description of the Field
mDepth
private javax.swing.JTextField mDepth
- Description of the Field
totalBottomTime
private javax.swing.JTextField totalBottomTime
- Description of the Field
buddy1
private javax.swing.JTextField buddy1
- Description of the Field
buddy2
private javax.swing.JTextField buddy2
- Description of the Field
buddy3
private javax.swing.JTextField buddy3
- Description of the Field
siteLocation
private javax.swing.JTextField siteLocation
- Description of the Field
siteLatitude
private javax.swing.JTextField siteLatitude
- Description of the Field
siteLongitude
private javax.swing.JTextField siteLongitude
- Description of the Field
siteCountry
private javax.swing.JTextField siteCountry
- Description of the Field
siteAltitude
private javax.swing.JTextField siteAltitude
- Description of the Field
siteDescription
private javax.swing.JTextField siteDescription
- Description of the Field
tankSize
private javax.swing.JTextField tankSize
- Description of the Field
tankMaxPressure
private javax.swing.JTextField tankMaxPressure
- Description of the Field
tankEndPressure
private javax.swing.JTextField tankEndPressure
- Description of the Field
gasUsed
private javax.swing.JTextField gasUsed
- Description of the Field
averageDepth
private javax.swing.JTextField averageDepth
- Description of the Field
gasComsumptionRate
private javax.swing.JTextField gasComsumptionRate
- Description of the Field
timeIn
private javax.swing.JTextField timeIn
- Description of the Field
timeOut
private javax.swing.JTextField timeOut
- Description of the Field
scr
private javax.swing.JTextField scr
- Description of the Field
| Constructor Detail |
DiveLogWindow
public DiveLogWindow(AppWindow divelogWindow, java.lang.String title)
- Constructor for the DiveLogWindow object
|
|||||||||
| Home >> All >> org >> [ scubatoolkit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC