Serialized Form
runner
java.lang.Thread runner
out
java.io.OutputStream out
image
java.awt.Image image
JpegObj
com.cohort.util.JpegInfo JpegObj
Huf
com.cohort.util.Huffman Huf
dct
com.cohort.util.DCT dct
imageHeight
int imageHeight
imageWidth
int imageWidth
Quality
int Quality
code
int code
maxSize
int maxSize
errorCode
int errorCode
- The error code.
-
errorMessage
java.lang.String errorMessage
- The error message.
-
programType
int programType
- The program type.
-
programSource
java.lang.String programSource
- The program source. if programType is TCL_PROGRAM, then this is ASCII
text. Otherwise, undefined (this will need to become a byte[] array if
the server sends Java bytecodes, for example).
-
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
|
Package dods.util.geturl.gui |
frame
GeturlFrame frame
- The currently open Geturl window.
isApplet
boolean isApplet
- True if we are an applet.
urlField
java.awt.TextField urlField
- The TextField containing the URL to retrieve.
outputArea
java.awt.TextArea outputArea
- The TextArea where output should be written.
getDASButton
java.awt.Button getDASButton
- The "Get DAS", "Get DDS", and "Get Data" buttons.
getDDSButton
java.awt.Button getDDSButton
- The "Get DAS", "Get DDS", and "Get Data" buttons.
getDataButton
java.awt.Button getDataButton
- The "Get DAS", "Get DDS", and "Get Data" buttons.
urlLabel
java.awt.Label urlLabel
- The Label showing the DODS URL being downloaded.
bytesRead
int bytesRead
- The number of bytes downloaded so far.
startTime
long startTime
- The start time in milliseconds.
lastUpdateTime
long lastUpdateTime
- The last time the transfer rate was updated, in milliseconds.
cancelPushed
boolean cancelPushed
- Has the cancel button been pushed by the user?
bytesReadLabel
java.awt.Label bytesReadLabel
- The Label showing the number of bytes read
transferRateLabel
java.awt.Label transferRateLabel
- The Label showing the current transfer rate
cancelButton
java.awt.Button cancelButton
- The cancel button. (NOTE: synchronize methods which access this!)
nf
java.text.NumberFormat nf
- The NumberFormat object used for writing floating point labels.
|
Package gov.noaa.pfel.coastwatch |
|
Class gov.noaa.pfel.coastwatch.Projects110511 extends java.lang.Object implements Serializable |
|
Package gov.noaa.pfel.coastwatch.util |
|
Class gov.noaa.pfel.coastwatch.util.Directory extends java.lang.Object implements Serializable |