Serialized Form


Package com.raben.telescope.comm

Class com.raben.telescope.comm.ConfigureDialog implements Serializable

Serialized Fields

jPanel8

javax.swing.JPanel jPanel8

jPanel7

javax.swing.JPanel jPanel7

jLabel111

javax.swing.JLabel jLabel111

modelComboBox

javax.swing.JComboBox modelComboBox

parityCombo

javax.swing.JComboBox parityCombo

commPortCombo

javax.swing.JComboBox commPortCombo

baudRateCombo

javax.swing.JComboBox baudRateCombo

dataBitsCombo

javax.swing.JComboBox dataBitsCombo

jPanel711

javax.swing.JPanel jPanel711

jPanel71

javax.swing.JPanel jPanel71

saveButton

javax.swing.JButton saveButton

jLabel9

javax.swing.JLabel jLabel9

jLabel8

javax.swing.JLabel jLabel8

jLabel7

javax.swing.JLabel jLabel7

cancelButton

javax.swing.JButton cancelButton

jLabel11

javax.swing.JLabel jLabel11

jLabel10

javax.swing.JLabel jLabel10

jLabel1

javax.swing.JLabel jLabel1

stopBitsCombo

javax.swing.JComboBox stopBitsCombo

connectionPanel

javax.swing.JPanel connectionPanel

flowCombo

javax.swing.JComboBox flowCombo

telescopeProperties

java.util.Properties telescopeProperties
Telescope properties


propFile

java.lang.String propFile
Property file name


standalone

boolean standalone
Flag indicating that application started from its on main

Class com.raben.telescope.comm.LicenseDialog implements Serializable

Serialized Fields

declineButton

javax.swing.JButton declineButton

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jPanel2

javax.swing.JPanel jPanel2

licenseTextArea

javax.swing.JTextArea licenseTextArea

acceptButton

javax.swing.JButton acceptButton

accepted

boolean accepted
Flag to indicate if license is accepted

Class com.raben.telescope.comm.PositionDialog implements Serializable

Serialized Fields

jPanel8

javax.swing.JPanel jPanel8

jPanel6

javax.swing.JPanel jPanel6

jPanel5

javax.swing.JPanel jPanel5

jPanel4

javax.swing.JPanel jPanel4

jPanel3

javax.swing.JPanel jPanel3

jPanel41

javax.swing.JPanel jPanel41

jPanel61

javax.swing.JPanel jPanel61

jLabel611

javax.swing.JLabel jLabel611

decTextField

javax.swing.JTextField decTextField

jLabel511

javax.swing.JLabel jLabel511

gpsLongitudeTextField

javax.swing.JTextField gpsLongitudeTextField

gpsDateTimeTextField

javax.swing.JTextField gpsDateTimeTextField

jLabel62

javax.swing.JLabel jLabel62

jLabel61

javax.swing.JLabel jLabel61

altTextField

javax.swing.JTextField altTextField

connectToggle

javax.swing.JToggleButton connectToggle

raTextField

javax.swing.JTextField raTextField

azmTextField

javax.swing.JTextField azmTextField

gpsLatitudeTextfield

javax.swing.JTextField gpsLatitudeTextfield

cancelButton

javax.swing.JButton cancelButton

jLabel6

javax.swing.JLabel jLabel6

jLabel5

javax.swing.JLabel jLabel5

jLabel51

javax.swing.JLabel jLabel51

updateDisplayTimer

java.util.Timer updateDisplayTimer
Timer to periodically run DisplayUpdateTask


updateDisplayTask

PositionDialog.UpdateDisplayTask updateDisplayTask
Task to update telescope status display


updateDisplayInterval

long updateDisplayInterval
Telescope display update interval


telescopeInfoTimer

java.util.Timer telescopeInfoTimer
Timer to periodically run TelescopeInfoTask


telescopeInfoTask

PositionDialog.TelescopeInfoTask telescopeInfoTask
Task to retrieve info from telescope


telescopeInfoInterval

long telescopeInfoInterval
Telescope information interval


telescope

TelescopeInterface telescope
Telescope interface


telescopeProperties

java.util.Properties telescopeProperties
Telescope properties


standalone

boolean standalone
Holds value of property standalone.


dmsFmt

java.text.MessageFormat dmsFmt
MessageFormat for degrees/minutes/seconds


hmsFmt

java.text.MessageFormat hmsFmt
MessageFormat for hours/minutes/seconds


dateTimeFormat

java.text.DateFormat dateTimeFormat
Date/Time Format


horizCoord

java.awt.geom.Point2D horizCoord
Local horizontal coordinate


eqCoord

java.awt.geom.Point2D eqCoord
Equatorial coordinate


gpsCoordinate

java.awt.geom.Point2D gpsCoordinate
GSP geographic coordinate


aligned

boolean aligned
Flag that indicates whether or not scope is aligned


communicating

boolean communicating
Flag that indicates whether or not scope is communicating


gpsLinked

boolean gpsLinked
Flag that indicates whether or not GPS is linked


gpsDateTime

java.util.Calendar gpsDateTime
GPS Date/Time


solarHazardDialog

SolarHazardDialog solarHazardDialog
Dialog showing solar hazard warning

Class com.raben.telescope.comm.SolarHazardDialog implements Serializable

Serialized Fields

jPanel2

javax.swing.JPanel jPanel2

jScrollPane1

javax.swing.JScrollPane jScrollPane1

acceptButton

javax.swing.JButton acceptButton

warningTextArea

javax.swing.JTextArea warningTextArea

declineButton

javax.swing.JButton declineButton

accepted

boolean accepted
Flag to indicate if solar hazard warning is acknowledged


standalone

boolean standalone
Holds value of property standalone.

Class com.raben.telescope.comm.TelescopeModel implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
                              throws java.io.ObjectStreamException
Guarantee singularity during serialization

Throws:
java.io.ObjectStreamException - may be thrown
Serialized Fields

ordinal

int ordinal
Current ordinal number


name

java.lang.String name
Telescope model name



Copyright © 2003 Raben Systems, Inc.. All Rights Reserved.