Serialized Form


Package jsky.app.jskycat

Class jsky.app.jskycat.JSkyCat extends javax.swing.JFrame implements Serializable

Serialized Fields

fileChooser

javax.swing.JFileChooser fileChooser
File selection dialog, when using internal frames


imageFrame

java.awt.Component imageFrame
The main image frame (or internal frame)

Class jsky.app.jskycat.JSkyCatMenuBar extends javax.swing.JMenuBar implements Serializable

Serialized Fields

jSkyCat

JSkyCat jSkyCat
Target class


fileMenu

javax.swing.JMenu fileMenu
Handle for the File menu


viewMenu

javax.swing.JMenu viewMenu
Handle for the View menu


Package jsky.catalog

Class jsky.catalog.AbstractSearchCondition extends java.lang.Object implements Serializable

Serialized Fields

_fieldDesc

FieldDesc _fieldDesc
Describes the column or parameter whose values are given here

Class jsky.catalog.ArraySearchCondition extends AbstractSearchCondition implements Serializable

Serialized Fields

_values

java.lang.Object[] _values
The condition will match any of these values

Class jsky.catalog.FieldDescAdapter extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id

_name

java.lang.String _name

_defaultValue

java.lang.Object _defaultValue

_description

java.lang.String _description

_fieldClass

java.lang.Class<T> _fieldClass

_minFlag

boolean _minFlag

_maxFlag

boolean _maxFlag

_options

NameValue[] _options

_value

java.lang.String _value

_type

java.lang.String _type

_units

java.lang.String _units

_format

java.lang.String _format

_idFlag

boolean _idFlag

_raFlag

boolean _raFlag

_decFlag

boolean _decFlag

Class jsky.catalog.MemoryCatalog extends javax.swing.table.DefaultTableModel implements Serializable

Serialized Fields

_catalog

Catalog _catalog
The catalog corresponding to this table.


_name

java.lang.String _name
The name of the catalog, or null if not known


_id

java.lang.String _id
The id or short name of the catalog, or null if not known


_title

java.lang.String _title
The short name or alias for the catalog, or null if not known


_description

java.lang.String _description
Optional description text


_docURL

java.net.URL _docURL
Optional URL pointing to more information about the catalog


_rowCoordinates

RowCoordinates _rowCoordinates
An object used to access the coordinate values in a row, such as (ra, dec) or (x, y), if present


_fields

FieldDesc[] _fields
Array of objects describing the table columns


_more

boolean _more
True if the query result was truncated and more data would have been available


_readOnly

boolean _readOnly
True if the table is read-only and should not be editable


_properties

java.util.Properties _properties
contains keyword/value pairs associated with the table (scanned from the table header)


_columnSeparator

java.lang.String _columnSeparator
Table columns are delimited by this char


_columnClasses

java.util.List<E> _columnClasses
The data types for the column values


_filename

java.lang.String _filename
The filename of the local catalog, if known


_queryArgs

QueryArgs _queryArgs
If set, represents the arguments to the query that resulted in this table.

Class jsky.catalog.RangeSearchCondition extends AbstractSearchCondition implements Serializable

Serialized Fields

_minVal

java.lang.Comparable<T> _minVal

_maxVal

java.lang.Comparable<T> _maxVal

_minInclusive

boolean _minInclusive

_maxInclusive

boolean _maxInclusive

Class jsky.catalog.TestTableQueryResult extends MemoryCatalog implements Serializable

Class jsky.catalog.ValueRange extends java.lang.Object implements Serializable

Serialized Fields

minValue

java.lang.Comparable<T> minValue
The minimum value


maxValue

java.lang.Comparable<T> maxValue
The maximum value


minInclusive

boolean minInclusive
True if the range includes the min value


maxInclusive

boolean maxInclusive
True if the range includes the max value

Class jsky.catalog.ValueSearchCondition extends AbstractSearchCondition implements Serializable

Serialized Fields

_val

java.lang.Comparable<T> _val
The minimum value


Package jsky.catalog.astrocat

Class jsky.catalog.astrocat.AstroCatTable extends MemoryCatalog implements Serializable


Package jsky.catalog.gui

Class jsky.catalog.gui.CatalogHistoryItem extends javax.swing.AbstractAction implements Serializable

Serialized Fields

_urlStr

java.lang.String _urlStr
The URL of the catalog, table or FITS file, if known, otherwise null.


_name

java.lang.String _name
The catalogs's name

Class jsky.catalog.gui.CatalogNavigator extends javax.swing.JPanel implements Serializable

Serialized Fields

_parent

java.awt.Component _parent

_desktop

javax.swing.JDesktopPane _desktop

_autoQuery

boolean _autoQuery

_queryPanel

javax.swing.JPanel _queryPanel

_resultPanel

javax.swing.JPanel _resultPanel

_catalogTree

CatalogTree _catalogTree

_queryComponent

javax.swing.JComponent _queryComponent

_resultComponent

javax.swing.JComponent _resultComponent

_origURL

java.net.URL _origURL

_progressPanel

ProgressPanel _progressPanel

_listenerList

javax.swing.event.EventListenerList _listenerList

_backStack

java.util.Stack<E> _backStack

_forwStack

java.util.Stack<E> _forwStack

_noStack

boolean _noStack

_queryResult

QueryResult _queryResult

_plotter

TablePlotter _plotter

_worker

SwingWorker _worker

_htmlViewerFrame

java.awt.Component _htmlViewerFrame

_panelTreeNodeTable

java.util.Hashtable<K,V> _panelTreeNodeTable

_historyList

CatalogHistoryList _historyList

_queryList

CatalogQueryList _queryList

_queryResultComponentMap

java.util.Hashtable<K,V> _queryResultComponentMap

_querySplitPane

javax.swing.JSplitPane _querySplitPane

_resultSplitPane

javax.swing.JSplitPane _resultSplitPane

_openAction

javax.swing.AbstractAction _openAction

_openActionOverride

javax.swing.AbstractAction _openActionOverride

_saveAsAction

javax.swing.AbstractAction _saveAsAction

_saveWithImageAction

javax.swing.AbstractAction _saveWithImageAction

_saveAsHTMLAction

javax.swing.AbstractAction _saveAsHTMLAction

_printAction

javax.swing.AbstractAction _printAction

_backAction

javax.swing.AbstractAction _backAction

_forwAction

javax.swing.AbstractAction _forwAction

_addRowAction

javax.swing.AbstractAction _addRowAction

_deleteSelectedRowsAction

javax.swing.AbstractAction _deleteSelectedRowsAction

_storeNewQueryAction

javax.swing.AbstractAction _storeNewQueryAction

_deleteAllQueryAction

javax.swing.AbstractAction _deleteAllQueryAction

Class jsky.catalog.gui.CatalogNavigator.EmptyPanel extends javax.swing.JPanel implements Serializable

Class jsky.catalog.gui.CatalogNavigatorMenuBar extends javax.swing.JMenuBar implements Serializable

Serialized Fields

_className

java.lang.String _className

_viewToolBarPrefName

java.lang.String _viewToolBarPrefName

_showToolBarAsPrefName

java.lang.String _showToolBarAsPrefName

_showCatalogTreePrefName

java.lang.String _showCatalogTreePrefName

_navigator

CatalogNavigator _navigator

_toolBar

GenericToolBar _toolBar

_fileMenu

javax.swing.JMenu _fileMenu

_viewMenu

javax.swing.JMenu _viewMenu

_goMenu

javax.swing.JMenu _goMenu

_catalogMenu

javax.swing.JMenu _catalogMenu

_tableMenu

javax.swing.JMenu _tableMenu

_queryMenu

javax.swing.JMenu _queryMenu

_tableCellsEditableMenuItem

javax.swing.JCheckBoxMenuItem _tableCellsEditableMenuItem

_showCatalogTreeMenuItem

javax.swing.JCheckBoxMenuItem _showCatalogTreeMenuItem

Class jsky.catalog.gui.CatalogQueryItem extends javax.swing.AbstractAction implements Serializable

Serialized Fields

_name

java.lang.String _name

_queryInfo

java.lang.Object _queryInfo

_resultInfo

java.lang.Object _resultInfo

Class jsky.catalog.gui.CatalogQueryPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_catalog

Catalog _catalog
Catalog we are accesing


_labels

javax.swing.JLabel[] _labels
Array of labels displayed


_components

javax.swing.JComponent[] _components
Array of components displayed next to the labels


_actionListenerList

javax.swing.event.EventListenerList _actionListenerList
List of listeners for action events (called when is typed in a text box).


_changeListenerList

javax.swing.event.EventListenerList _changeListenerList
list of listeners for change events (called when an item is selected from a JComboBox)


nf

java.text.NumberFormat nf
Used to format floating point values


_layout

GridBagUtil _layout
Layout utility class


_numCols

int _numCols
The number of columns to use for the display (should be an even number: each label/value pair counts as 2 columns)

Class jsky.catalog.gui.CatalogQueryTool extends javax.swing.JPanel implements Serializable

Serialized Fields

_catalog

Catalog _catalog
The catalog to use


_catalogTitleLabel

javax.swing.JLabel _catalogTitleLabel
Catalog title label


_catalogQueryPanel

CatalogQueryPanel _catalogQueryPanel
Panel containing labels and entries for searching the catalog


_queryResultDisplay

QueryResultDisplay _queryResultDisplay
Used to display query results


_worker

SwingWorker _worker
Utility object used to control background thread

Class jsky.catalog.gui.CatalogTree extends javax.swing.JPanel implements Serializable

Serialized Fields

_tree

javax.swing.JTree _tree

_ignoreSelection

boolean _ignoreSelection

_htmlQueryResultHandler

HTMLQueryResultHandler _htmlQueryResultHandler

_queryResultDisplay

QueryResultDisplay _queryResultDisplay

_queryResult

QueryResult _queryResult

_rootCatDir

CatalogDirectory _rootCatDir

_loader

jsky.catalog.gui.CatalogTree.CatalogLoader _loader

_progressPanel

ProgressPanel _progressPanel

_nodeMenu

javax.swing.JPopupMenu _nodeMenu

_cutAction

javax.swing.AbstractAction _cutAction

_copyAction

javax.swing.AbstractAction _copyAction

_pasteAction

javax.swing.AbstractAction _pasteAction

_moveUpAction

javax.swing.AbstractAction _moveUpAction

_moveDownAction

javax.swing.AbstractAction _moveDownAction

_toTopAction

javax.swing.AbstractAction _toTopAction

_toBottomAction

javax.swing.AbstractAction _toBottomAction

Class jsky.catalog.gui.CatalogTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

_imagesvrIcon

javax.swing.Icon _imagesvrIcon

_catalogIcon

javax.swing.Icon _catalogIcon

_archiveIcon

javax.swing.Icon _archiveIcon

_namesvrIcon

javax.swing.Icon _namesvrIcon

Class jsky.catalog.gui.HyperlinkTableCellEditor extends javax.swing.JButton implements Serializable

Serialized Fields

field

FieldDesc field
The table field corresponding to this cell


tableQueryResult

TableQueryResult tableQueryResult
The table containg the field


value

java.lang.Object value
The value in the cell


row

int row
The table row containing this button


queryResultDisplay

QueryResultDisplay queryResultDisplay
Used to display query results found by following the link

Class jsky.catalog.gui.HyperlinkTableCellRenderer extends javax.swing.JButton implements Serializable

Serialized Fields

field

FieldDesc field
The table field corresponding to this cell


value

java.lang.Object value
The value in the cell


tableQueryResult

TableQueryResult tableQueryResult
Object representing the table data

Class jsky.catalog.gui.SymbolSelectionEvent extends java.util.EventObject implements Serializable

Serialized Fields

row

int row
The catalog table data row corresponding to the symbol.


table

TableQueryResult table
The table containing the data

Class jsky.catalog.gui.TableColumnConfigPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_tableDisplay

TableDisplay _tableDisplay

_columnIdentifiers

java.lang.String[] _columnIdentifiers

_table

javax.swing.JTable _table

_columnNames

java.util.Vector<E> _columnNames

Class jsky.catalog.gui.TableDisplay extends javax.swing.JPanel implements Serializable

Serialized Fields

_tableQueryResult

TableQueryResult _tableQueryResult
The table object containing the data to be displayed


_queryResultDisplay

QueryResultDisplay _queryResultDisplay
Used to display any query results found by following links


_scrollPane

javax.swing.JScrollPane _scrollPane
Used to scroll the table


_table

SortedJTable _table
widget used to display the table


_sumColWidths

int _sumColWidths
Sum of column widths, used during resize


_show

boolean[] _show
If not null, an array specifying which columns to show or hide

Class jsky.catalog.gui.TableDisplayTool extends javax.swing.JPanel implements Serializable

Serialized Fields

_table

TableQueryResult _table

_plotted

boolean _plotted

_tableDisplay

TableDisplay _tableDisplay

_sortedJTable

SortedJTable _sortedJTable

_plotter

TablePlotter _plotter

_tableTitle

javax.swing.JLabel _tableTitle

_buttonPanel

javax.swing.JPanel _buttonPanel

_plotButton

javax.swing.JButton _plotButton

_unplotButton

javax.swing.JButton _unplotButton

_unplotAllButton

javax.swing.JButton _unplotAllButton

_configButton

javax.swing.JButton _configButton

_configFrame

java.awt.Component _configFrame

_configPanel

TabbedPanel _configPanel

_tableConfig

TableColumnConfigPanel _tableConfig

ignoreSelection

boolean ignoreSelection

symbolListener

SymbolSelectionListener symbolListener

selectionListener

javax.swing.event.ListSelectionListener selectionListener

Class jsky.catalog.gui.TableSelectionEvent extends java.util.EventObject implements Serializable

Serialized Fields

row

int row
The catalog table data row corresponding to the table.


table

TableQueryResult table
The table containing the data

Class jsky.catalog.gui.TableSymbolConfig extends TableSymbolConfigGUI implements Serializable

Serialized Fields

_plotter

TablePlotter _plotter
Object to use to plot catalog symbols


_table

TableQueryResult _table
The table being configured


_selectedSymbolRow

int _selectedSymbolRow
The currently selected row in the symbol JTable


_symbols

TablePlotSymbol[] _symbols
Plot symbol descriptions


_symbolIcons

javax.swing.Icon[] _symbolIcons
The icons in the symbol menu

Class jsky.catalog.gui.TableSymbolConfigGUI extends javax.swing.JPanel implements Serializable

Serialized Fields

jPanel1

javax.swing.JPanel jPanel1

jScrollPane1

javax.swing.JScrollPane jScrollPane1

symbolTable

javax.swing.JTable symbolTable

titledBorder1

javax.swing.border.TitledBorder titledBorder1

borderLayout1

java.awt.BorderLayout borderLayout1

jPanel2

javax.swing.JPanel jPanel2

border1

javax.swing.border.Border border1

jPanel3

javax.swing.JPanel jPanel3

addButton

javax.swing.JButton addButton

removeButton

javax.swing.JButton removeButton

gridBagLayout2

java.awt.GridBagLayout gridBagLayout2

border2

javax.swing.border.Border border2

titledBorder2

javax.swing.border.TitledBorder titledBorder2

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

jLabel3

javax.swing.JLabel jLabel3

jLabel4

javax.swing.JLabel jLabel4

symbolComboBox

javax.swing.JComboBox symbolComboBox

jLabel5

javax.swing.JLabel jLabel5

jLabel6

javax.swing.JLabel jLabel6

jLabel7

javax.swing.JLabel jLabel7

jLabel8

javax.swing.JLabel jLabel8

colorComboBox

javax.swing.JComboBox colorComboBox

ratioTextField

javax.swing.JTextField ratioTextField

labelTextField

javax.swing.JTextField labelTextField

sizeTextField

javax.swing.JTextField sizeTextField

angleTextField

javax.swing.JTextField angleTextField

conditionTextField

javax.swing.JTextField conditionTextField

unitsComboBox

javax.swing.JComboBox unitsComboBox

jLabel9

javax.swing.JLabel jLabel9

jScrollPane2

javax.swing.JScrollPane jScrollPane2

jScrollPane3

javax.swing.JScrollPane jScrollPane3

useList

javax.swing.JList useList

ignoreList

javax.swing.JList ignoreList

leftArrowButton

javax.swing.plaf.basic.BasicArrowButton leftArrowButton

rightArrowButton

javax.swing.plaf.basic.BasicArrowButton rightArrowButton

jLabel10

javax.swing.JLabel jLabel10

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

Package jsky.catalog.skycat

Class jsky.catalog.skycat.SkycatTable extends MemoryCatalog implements Serializable

Serialized Fields

_entry

SkycatConfigEntry _entry
Object used to manage the configuration info for this catalog


Package jsky.coords

Class jsky.coords.CoordinateRadius extends java.lang.Object implements Serializable

Serialized Fields

centerPosition

Coordinates centerPosition
Center position in a supported coordinate system


minRadius

double minRadius
Min radius from center


maxRadius

double maxRadius
Max radius from center


width

double width
Width about the center (optional)


height

double height
Height about the center (optional)

Class jsky.coords.DMS extends java.lang.Object implements Serializable

Serialized Fields

degrees

int degrees
number of degrees


min

int min
number of minutes


sec

double sec
number of seconds


val

double val
value converted to decimal


sign

byte sign
set to 1 or -1


initialized

boolean initialized

Class jsky.coords.HMS extends java.lang.Object implements Serializable

Serialized Fields

hours

int hours
number of hours


min

int min
number of minutes


sec

double sec
number of seconds


val

double val
value converted to decimal


sign

byte sign
set to 1 or -1


initialized

boolean initialized

Class jsky.coords.ImageCoords extends java.lang.Object implements Serializable

Serialized Fields

x

double x
The X coordinate


y

double y
The Y coordinate

Class jsky.coords.WorldCoords extends java.lang.Object implements Serializable

Serialized Fields

ra

HMS ra
The RA coordinate


dec

DMS dec
The DEC coordinate


Package jsky.graphics

Class jsky.graphics.CanvasFigureEvent extends java.util.EventObject implements Serializable


Package jsky.html

Class jsky.html.HTMLViewer extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

java.awt.Component parent
The top level parent frame (or internal frame) used to close the window


html

javax.swing.JEditorPane html
Used to display HTML


url

java.net.URL url
The URL of the currently displayed page


listenerList

javax.swing.event.EventListenerList listenerList
list of listeners for change events


backStack

java.util.Stack<E> backStack
Stack of HTMLViewerHistoryItem, used to go back to a previous page


forwStack

java.util.Stack<E> forwStack
Stack of HTMLViewerHistoryItem, used to go forward to the next page


noStack

boolean noStack
Set when the back or forward actions are active to avoid the normal history stack handling


historyList

java.util.LinkedList<E> historyList
List of HTMLViewerHistoryItem, for previously viewed catalogs or query results.


maxHistoryItems

int maxHistoryItems
Max number of items in the history list


openAction

javax.swing.AbstractAction openAction
Action to use for the "Open..." menu and toolbar items


backAction

javax.swing.AbstractAction backAction
Action to use for the "Back" menu and toolbar items


forwAction

javax.swing.AbstractAction forwAction
Action to use for the "Forward" menu and toolbar items


saveAsAction

javax.swing.AbstractAction saveAsAction
Action to use for the "Save as..." menu and toolbar items


printAction

javax.swing.AbstractAction printAction
Action to use for the "Print..." menu and toolbar items

Class jsky.html.HTMLViewerFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

viewer

HTMLViewer viewer

Class jsky.html.HTMLViewerHistoryItem extends javax.swing.AbstractAction implements Serializable

Serialized Fields

urlStr

java.lang.String urlStr
The URL of the page


title

java.lang.String title
The title of the page

Class jsky.html.HTMLViewerInternalFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

viewer

HTMLViewer viewer

Class jsky.html.HTMLViewerMenuBar extends javax.swing.JMenuBar implements Serializable

Serialized Fields

htmlViewer

HTMLViewer htmlViewer
Target panel


toolBar

GenericToolBar toolBar
The toolbar associated with the target panel


fileMenu

javax.swing.JMenu fileMenu
Handle for the File menu


viewMenu

javax.swing.JMenu viewMenu
Handle for the View menu


goMenu

javax.swing.JMenu goMenu
Handle for the Go menu


Package jsky.image

Class jsky.image.ImageChangeEvent extends javax.swing.event.ChangeEvent implements Serializable

Serialized Fields

val

int val
Bitmask for boolean values


Package jsky.image.fits.codec

Class jsky.image.fits.codec.FITSDecodeParam extends java.lang.Object implements Serializable

Serialized Fields

previewSize

int previewSize
This specifies the size of the preview image. The default is 0, meaning that no preview image will be generated. If a value > 0 is specified, it is taken to be the size of the window in which the preview image should fit.

Class jsky.image.fits.codec.FITSEncodeParam extends java.lang.Object implements Serializable


Package jsky.image.fits.gui

Class jsky.image.fits.gui.FITSHDUChooser extends javax.swing.JPanel implements Serializable

Serialized Fields

_parent

java.awt.Component _parent

_imageDisplay

MainImageDisplay _imageDisplay

_table

javax.swing.JTable _table

_fitsImage

FITSImage _fitsImage

_numRows

int _numRows

_tableData

java.lang.Object[][] _tableData

_deleteButton

javax.swing.JButton _deleteButton

Class jsky.image.fits.gui.FITSHDUChooserFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

fitsHDUChooser

FITSHDUChooser fitsHDUChooser

Class jsky.image.fits.gui.FITSHDUChooserInternalFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

fitsHDUChooser

FITSHDUChooser fitsHDUChooser

Class jsky.image.fits.gui.FITSKeywords extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

java.awt.Component parent
The top level parent frame (or internal frame) used to close the window


imageDisplay

MainImageDisplay imageDisplay
The image being displayed


table

SortedJTable table
The table used to display the keywords


sumColWidths

int sumColWidths
Sum of column widths, used during resize

Class jsky.image.fits.gui.FITSKeywordsFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

fitsKeywords

FITSKeywords fitsKeywords

Class jsky.image.fits.gui.FITSKeywordsInternalFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

fitsKeywords

FITSKeywords fitsKeywords

Package jsky.image.graphics.gui

Class jsky.image.graphics.gui.ImageGraphicsMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

canvasDraw

CanvasDraw canvasDraw
Object managing the drawing


drawingModeMenuItems

javax.swing.JRadioButtonMenuItem[] drawingModeMenuItems
Array of menu items.


saveGraphicsMenuItem

javax.swing.JMenuItem saveGraphicsMenuItem
"Save Graphics With Image" Menu item


Package jsky.image.gui

Class jsky.image.gui.DivaGraphicsImageDisplay extends diva.canvas.JCanvas implements Serializable

Serialized Fields

_imageProcessor

ImageProcessor _imageProcessor
Object used to prepare image for display


_displayImage

javax.media.jai.PlanarImage _displayImage
The source image


_pendingImage

javax.media.jai.PlanarImage _pendingImage
Used to delay image loading until window is visible


_sampleModel

java.awt.image.SampleModel _sampleModel
The image's SampleModel.


_colorModel

java.awt.image.ColorModel _colorModel
The image's ColorModel or one we supply.


_coordinateConverter

CoordinateConverter _coordinateConverter
Object used to convert coordinates


_canvasGraphics

CanvasGraphics _canvasGraphics
Object used for drawing graphics over the image


_imageLayer

ImageLayer _imageLayer
The Diva graphics layer containing the image


_wcs

WorldCoordinateConverter _wcs
Object used to convert between image and world coordinates, when supported


_noInitWCS

boolean _noInitWCS
Flag: if true, don't reinitialize the wcs info when a new image is loaded.


_affineTransform

java.awt.geom.AffineTransform _affineTransform
Transform used for graphics


_scale

float _scale
zoom factor


_prescaled

boolean _prescaled
Set to true if the image has been prescaled (pan window, thumbnail image).


_scaleHints

java.awt.RenderingHints _scaleHints
Optional rendering hint for the scale operation.


_origin

java.awt.geom.Point2D.Double _origin
The image display origin in canvas coords


_autoCenterImage

boolean _autoCenterImage
Set to true (default) to automatically center the image, if it is smaller than the window.


_centered

boolean _centered
true if image was centered in the window


_interpolation

javax.media.jai.Interpolation _interpolation
type of interpolation to use for scaling


_minTileX

int _minTileX
The image's min X tile.


_maxTileX

int _maxTileX
The image's max X tile.


_minTileY

int _minTileY
The image's min Y tile.


_maxTileY

int _maxTileY
The image's max Y tile.


_tileWidth

int _tileWidth
The image's tile width.


_tileHeight

int _tileHeight
The image's tile height.


_tileGridXOffset

int _tileGridXOffset
The image's tile grid X offset.


_tileGridYOffset

int _tileGridYOffset
The image's tile grid Y offset.


_fitsImage

FITSImage _fitsImage
Handle to FITSImage object, if image is a FITS image


_immediateMode

boolean _immediateMode
if true, update image immediately for scrolling and other operations, otherwise on button release


_updateGraphicsFlag

boolean _updateGraphicsFlag
if true, update the transformations for graphics objects


_listenerList

javax.swing.event.EventListenerList _listenerList
list of listeners for change events and image graphics handlers


_savedImageWidth

int _savedImageWidth
Saved image width for comparison


_savedImageHeight

int _savedImageHeight
Saved image height for comparison


_savedScale

float _savedScale
Saved image scale for comparison

Class jsky.image.gui.DivaMainImageDisplay extends DivaGraphicsImageDisplay implements Serializable

Serialized Fields

_parent

java.awt.Component _parent
The top level parent frame (or internal frame) used to close the window.


_progressPanel

ProgressPanel _progressPanel
Panel used to display download progress information


_fileChooser

javax.swing.JFileChooser _fileChooser
file chooser dialog


_saveDialog

ImageSaveDialog _saveDialog
Save dialog window


_printDialog

ImagePrintDialog _printDialog
Print dialog window


_filename

java.lang.String _filename
Name of image file, if any


saveNeeded

boolean saveNeeded
Set to true if the image has been modified and needs saving


_firstTime

boolean _firstTime
True if this is the first instance created by the application


_url

java.net.URL _url
The URL for the image, if one was specified (after downloading, if possible)


_origURL

java.net.URL _origURL
The original image URL (before downloading, for history)


_title

java.lang.String _title
The base title string for the image frame


_canvasDraw

CanvasDraw _canvasDraw
Manages interactive drawing on the image canvas


_imageCutLevelsFrame

java.awt.Component _imageCutLevelsFrame
Top level windows (or internal frame) for setting cut levels


_fitsKeywordsFrame

java.awt.Component _fitsKeywordsFrame
Top level window (or internal frame) for viewing the FITS keywords.


_imagePropertiesFrame

java.awt.Component _imagePropertiesFrame
Top level window (or internal frame) for viewing image properties


_imageColorsFrame

java.awt.Component _imageColorsFrame
Top level window (or internal frame) for manipulating image colormaps


_pickObjectFrame

java.awt.Component _pickObjectFrame
Top level window (or internal frame) for selecting image objects (stars, galaxies)


_pickObjectPanel

PickObject _pickObjectPanel
Pick Object panel, if initialized


_fitsHDUChooserFrame

java.awt.Component _fitsHDUChooserFrame
Top level window (or internal frame) for manipulating FITS extensions


_fitsHDUChooser

FITSHDUChooser _fitsHDUChooser
Panel for manipulating FITS extensions


_fitsGraphics

FITSGraphics _fitsGraphics
Used to save graphics to a FITS table in the image and reload it again later.


_desktop

javax.swing.JDesktopPane _desktop
Set this to the JDesktopPane, if using internal frames.


_imageChangeEvent

ImageChangeEvent _imageChangeEvent
Event passed to change listeners


_worker

SwingWorker _worker
Utility object used to control background thread


_backStack

java.util.Stack<E> _backStack
Stack of ImageHistoryItem, used to go back to a previous image


_forwStack

java.util.Stack<E> _forwStack
Stack of ImageHistoryItem, used to go forward to the next image


_noStack

boolean _noStack
Set when the back or forward actions are active to avoid the normal history stack handling


_historyList

java.util.LinkedList<E> _historyList
List of ImageHistoryItem, for previously viewed images (shared by all instances of this class)


_maxHistoryItems

int _maxHistoryItems
Max number of items in the history list


_openAction

javax.swing.AbstractAction _openAction
Action to use for the "Open" menu and toolbar items


_backAction

javax.swing.AbstractAction _backAction
Action to use for the "Back" menu and toolbar items


_forwAction

javax.swing.AbstractAction _forwAction
Action to use for the "Forward" menu and toolbar items


_saveAction

javax.swing.AbstractAction _saveAction
Action to use for the "Save" menu and toolbar items


_saveAsAction

javax.swing.AbstractAction _saveAsAction
Action to use for the "Save as..." menu and toolbar items


_printPreviewAction

javax.swing.AbstractAction _printPreviewAction
Action to use for the "Print Preview..." menu and toolbar items


_printAction

javax.swing.AbstractAction _printAction
Action to use for the "Print..." menu and toolbar items


_cutLevelsAction

javax.swing.AbstractAction _cutLevelsAction
Action to use for the "Cut Levels..." menu and toolbar items


_colorsAction

javax.swing.AbstractAction _colorsAction
Action to use for the "Colors..." menu and toolbar items

Class jsky.image.gui.ImageColorbar extends javax.swing.JComponent implements Serializable

Serialized Fields

imageDisplay

BasicImageReadableProcessor imageDisplay
Main image display


imageProcessor

ImageProcessor imageProcessor
Image processor object belonging to the display


componentWidth

int componentWidth
Width of the colorbar


componentHeight

int componentHeight
Height of the colorbar


orient

int orient
Set to SwingConstants.HORIZONTAL or SwingConstants.VERTICAL for orientation of bar


lut

byte[][] lut
Color lookup table used by the image


mark

int mark

Class jsky.image.gui.ImageColors extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

java.awt.Component parent

imageDisplay

BasicImageReadableProcessor imageDisplay
main image display window


imageProcessor

ImageProcessor imageProcessor
Object managing image processing operations (including setting the colormap)


colormaps

java.lang.String[] colormaps
Array of predefined colormap names


colormapList

javax.swing.JList colormapList
List displaying colormap names


itts

java.lang.String[] itts
Array of predefined intensity transfer table names


intensityList

javax.swing.JList intensityList
List displaying itt names


linearScale

javax.swing.JRadioButton linearScale
Linear Scale button


logScale

javax.swing.JRadioButton logScale
Logarithmic Scale button


sqrtScale

javax.swing.JRadioButton sqrtScale
Square Root Scale button


histeqScale

javax.swing.JRadioButton histeqScale
Histogram Equalization button


ignoreEvents

boolean ignoreEvents
True if GUI events should be ignored

Class jsky.image.gui.ImageColorsFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

imageColors

ImageColors imageColors

Class jsky.image.gui.ImageColorsInternalFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

imageColors

ImageColors imageColors

Class jsky.image.gui.ImageCutLevels extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

java.awt.Component parent

chart

org.jfree.chart.JFreeChart chart
Used to plot a histogram of image pixel value distribution.


imageProcessor

ImageProcessor imageProcessor
Object managing image processing operations (including setting cut levels)


imageDisplay

BasicImageReadableProcessor imageDisplay
main image display window (to get visible area)


rangeSlider

VRangeSlider rangeSlider
widget for editing the cut levels


lowCut

double lowCut
current low cut value


highCut

double highCut
current high cut value


numValues

int numValues
The number of values in the plot


ignoreChangeEvents

boolean ignoreChangeEvents
True if change events for the slider should be ignored

Class jsky.image.gui.ImageCutLevelsFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

imageCutLevels

ImageCutLevels imageCutLevels

Class jsky.image.gui.ImageCutLevelsInternalFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

imageCutLevels

ImageCutLevels imageCutLevels

Class jsky.image.gui.ImageDisplay extends javax.swing.JComponent implements Serializable

Serialized Fields

_imageProcessor

ImageProcessor _imageProcessor
Object used to prepare image for display.


_displayImage

javax.media.jai.PlanarImage _displayImage
The image being displayed, after processing.


_pendingImage

javax.media.jai.PlanarImage _pendingImage
Used to delay image loading until window is visible.


_sampleModel

java.awt.image.SampleModel _sampleModel
The image's SampleModel.


_colorModel

java.awt.image.ColorModel _colorModel
The image's ColorModel or one we supply.


_coordinateConverter

CoordinateConverter _coordinateConverter
Object used to convert coordinates


_scale

float _scale
Zoom factor


_actualScale

float _actualScale
The actual Zoom factor (used when zooming a prescaled image to lie about the scale factor)


_prescaled

boolean _prescaled
Set to true if the image has been prescaled (pan window, thumbnail image).


_scaleHints

java.awt.RenderingHints _scaleHints
Optional rendering hint for the scale operation.


_origin

java.awt.geom.Point2D.Double _origin
The image display origin in canvas coords


_centered

boolean _centered
true if image was centered in the window


_autoCenterImage

boolean _autoCenterImage
Set to true (default) to automatically center the image, if it is smaller than the window.


_interpolation

javax.media.jai.Interpolation _interpolation
type of _interpolation to use for scaling


_minTileX

int _minTileX
The image's min X tile.


_maxTileX

int _maxTileX
The image's max X tile.


_minTileY

int _minTileY
The image's min Y tile.


_maxTileY

int _maxTileY
The image's max Y tile.


_tileWidth

int _tileWidth
The image's tile width.


_tileHeight

int _tileHeight
The image's tile height.


_tileGridXOffset

int _tileGridXOffset
The image's tile grid X offset.


_tileGridYOffset

int _tileGridYOffset
The image's tile grid Y offset.


_immediateMode

boolean _immediateMode
if true, update image immediately for scrolling and other operations, otherwise on button release


_wcs

WorldCoordinateConverter _wcs
Object used to convert between image and world coordinates, when supported


_listenerList

javax.swing.event.EventListenerList _listenerList
list of event listeners (ImageGraphicsHandlers)

Class jsky.image.gui.ImageDisplayControl extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

java.awt.Component parent
The top level parent frame (or internal frame) used to close the window


imagePanner

ImagePanner imagePanner
Pan window


panZoomPanel

javax.swing.JPanel panZoomPanel
Panel containing the pan and zoom windows


imageZoom

ImageZoom imageZoom
Zoom window


imageDisplay

DivaMainImageDisplay imageDisplay
Main image display


colorbar

ImageColorbar colorbar
Color bar


imageDisplayStatusPanel

ImageDisplayStatusPanel imageDisplayStatusPanel
Panel displaying information about the current mouse position


filename

java.lang.String filename
Optional filename to load image from.


panZoomToggleButton

javax.swing.plaf.basic.BasicArrowButton panZoomToggleButton
Used to toggle the visibility of the pan/zoom windows

Class jsky.image.gui.ImageDisplayControlFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

toolBar

ImageDisplayToolBar toolBar
The frame's toolbar


imageDisplayControl

ImageDisplayControl imageDisplayControl
Panel containing image display and controls

Class jsky.image.gui.ImageDisplayControlInternalFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

toolBar

ImageDisplayToolBar toolBar
The frame's toolbar


imageDisplayControl

ImageDisplayControl imageDisplayControl
Panel containing image display and controls

Class jsky.image.gui.ImageDisplayMenuBar extends javax.swing.JMenuBar implements Serializable

Serialized Fields

_imageDisplay

DivaMainImageDisplay _imageDisplay

_toolBar

GenericToolBar _toolBar

_fileMenu

javax.swing.JMenu _fileMenu

_editMenu

javax.swing.JMenu _editMenu

_viewMenu

javax.swing.JMenu _viewMenu

_goMenu

javax.swing.JMenu _goMenu

_graphicsMenu

javax.swing.JMenu _graphicsMenu

_scaleMenu

javax.swing.JMenu _scaleMenu

_zoomInMenu

javax.swing.JMenu _zoomInMenu

_zoomOutMenu

javax.swing.JMenu _zoomOutMenu

_zoomInOutGroup

javax.swing.ButtonGroup _zoomInOutGroup

_newWindowMenuItem

javax.swing.JMenuItem _newWindowMenuItem

_imagePropertiesMenuItem

javax.swing.JMenuItem _imagePropertiesMenuItem

_fitsKeywordsMenuItem

javax.swing.JMenuItem _fitsKeywordsMenuItem

_fitsExtensionsMenuItem

javax.swing.JMenuItem _fitsExtensionsMenuItem

_pickObjectMenuItem

javax.swing.JMenuItem _pickObjectMenuItem

Class jsky.image.gui.ImageDisplayPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

imageProcessor

ImageProcessor imageProcessor

imageDisplay

MainImageDisplay imageDisplay

layout

GridBagUtil layout

objectLabel

javax.swing.JLabel objectLabel

objectValue

javax.swing.JLabel objectValue

xLabel

javax.swing.JLabel xLabel

xValue

javax.swing.JLabel xValue

yLabel

javax.swing.JLabel yLabel

yValue

javax.swing.JLabel yValue

valueLabel

javax.swing.JLabel valueLabel

valueValue

javax.swing.JLabel valueValue

raLabel

javax.swing.JLabel raLabel

raValue

javax.swing.JLabel raValue

decLabel

javax.swing.JLabel decLabel

decValue

javax.swing.JLabel decValue

equinoxLabel

javax.swing.JLabel equinoxLabel

equinoxValue

javax.swing.JLabel equinoxValue

minLabel

javax.swing.JLabel minLabel

minValue

javax.swing.JLabel minValue

maxLabel

javax.swing.JLabel maxLabel

maxValue

javax.swing.JLabel maxValue

bitpixLabel

javax.swing.JLabel bitpixLabel

bitpixValue

javax.swing.JLabel bitpixValue

lowLabel

javax.swing.JLabel lowLabel

lowValue

javax.swing.JTextField lowValue

highLabel

javax.swing.JLabel highLabel

highValue

javax.swing.JTextField highValue

autocutButton

javax.swing.JButton autocutButton

scaleLabel

javax.swing.JLabel scaleLabel

scaleMenuBar

javax.swing.JMenuBar scaleMenuBar

scaleMenu

javax.swing.JMenu scaleMenu

zoomInButton

javax.swing.JButton zoomInButton

zoomOutButton

javax.swing.JButton zoomOutButton

orient

int orient
panel orientation: one of SwingConstants.HORIZONTAL, .VERTICAL


bitpix

int bitpix
number of bits per pixel in source image

Class jsky.image.gui.ImageDisplayStatusPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

zoomTextField

javax.swing.JTextField zoomTextField
Text field used to display the current zoom magnification.


imageCoordsTextField

javax.swing.JTextField imageCoordsTextField
Text field used to display the image coordinates at the mouse position.


pixelValueTextField

javax.swing.JTextField pixelValueTextField
Text field used to display the image pixel value at the mouse position.


worldCoordsTextField

javax.swing.JTextField worldCoordsTextField
Text field used to display the world coordinates at the mouse position.


imageDisplay

MainImageDisplay imageDisplay
The image window being monitored (for mouse motion)

Class jsky.image.gui.ImageDisplayToolBar extends GenericToolBar implements Serializable

Serialized Fields

imageDisplay

DivaMainImageDisplay imageDisplay
The target ImageDisplay object


cutLevelsButton

javax.swing.JButton cutLevelsButton

Class jsky.image.gui.ImageHistoryItem extends javax.swing.AbstractAction implements Serializable

Serialized Fields

title

java.lang.String title
The title for this item


ra

double ra
The RA coordinate of the image center (or Double.NaN if not known)


dec

double dec
The Dec coordinate of the image center (or Double.NaN if not known)


url

java.net.URL url
The origial image URL


filename

java.lang.String filename
Filename (may be a temp download file)


cmap

java.lang.String cmap
Colormap used


itt

java.lang.String itt
Intensity table used


hcut

double hcut
Low cut


lcut

double lcut
High cut


userSetCutLevels

boolean userSetCutLevels
True if user set the cut levels


scaleAlg

int scaleAlg
Name of the image lookup scale algorithm


scale

float scale
magnification factor

Class jsky.image.gui.ImagePanner extends javax.swing.JComponent implements Serializable

Serialized Fields

_mainImageDisplay

MainImageDisplay _mainImageDisplay
The target image display being controlled


_imageDisplay

BasicImageDisplay _imageDisplay
The pan image display


_pannerImage

javax.media.jai.PlanarImage _pannerImage
A prescaled image to use for the pan window


_panWidth

int _panWidth
Width of pan window


_panHeight

int _panHeight
Height of pan window


_mark

java.awt.geom.Point2D.Double _mark
starting position of mouse drag in screen coords


_offset

java.awt.geom.Point2D.Double _offset
offset from mouse drag starting pos in screen coords


_rect

java.awt.geom.Rectangle2D.Double _rect
Coordinates of rectangle to display indicating visible area of image (in screen coords)


_compass

java.awt.Shape _compass
Shape of the compass symbol to display WCS north and east, if known


_north

java.awt.geom.Point2D.Double _north
position of N label for compass


_east

java.awt.geom.Point2D.Double _east
position of E label for compass


_compassFont

java.awt.Font _compassFont
Font to use for compass labels


_ignoreStateChanges

boolean _ignoreStateChanges
Set to true while dragging the pan rect to ignore change events from other sources

Class jsky.image.gui.ImageProperties extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

java.awt.Component parent

imageDisplay

MainImageDisplay imageDisplay

table

SortedJTable table

Class jsky.image.gui.ImagePropertiesFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

imageProperties

ImageProperties imageProperties

Class jsky.image.gui.ImagePropertiesInternalFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

imageProperties

ImageProperties imageProperties

Class jsky.image.gui.ImageSaveDialog extends javax.swing.JFileChooser implements Serializable

Serialized Fields

imageDisplay

MainImageDisplay imageDisplay
The target image display


useAll

javax.swing.JRadioButton useAll
"Save entire image" button.


useView

javax.swing.JRadioButton useView
"Save current view" button.


formatBox

javax.swing.JComboBox formatBox
Choice of file formats.

Class jsky.image.gui.ImageZoom extends javax.swing.JComponent implements Serializable

Serialized Fields

_mainImageDisplay

MainImageDisplay _mainImageDisplay
The target image display being magnified


_imageDisplay

ImageDisplay _imageDisplay
The zoom image display


_zoomWidth

int _zoomWidth
width of the zoom window


_zoomHeight

int _zoomHeight
height of the zoom window


_zoomFactor

float _zoomFactor
The zoom (magnification) factor


_enabled

boolean _enabled
True if zooming is enabled


_active

boolean _active
True if changes in the mouse position should be tracked and the image updated.


_propagateScale

boolean _propagateScale
If true (default), changes in the main image scale are propagated to the zoom window.


_rect

java.awt.geom.Rectangle2D.Double[] _rect
Coordinates of rectangles to display indicating the position of the mouse pointer in the main image (in screen coords: one black and one white, for better visibility).

Class jsky.image.gui.PickObject extends PickObjectGUI implements Serializable

Serialized Fields

_parent

java.awt.Component _parent

_mainImageDisplay

MainImageDisplay _mainImageDisplay
The target image display


_imageZoom

ImageZoom _imageZoom
Displays the magnified image at the mouse pointer


_imageDisplay

BasicImageDisplay _imageDisplay
The zoom image display


_pickObjectListener

java.awt.event.MouseListener _pickObjectListener
Listens for mouse clicks to select objects (stars/galaxies) in the image, when enabled


_zoomWidth

int _zoomWidth
Width (and height) of the area of the image being examined, in source image pixels


_stats

PickObjectStatistics _stats
Contains information about the selected position.


_bgStroke

java.awt.Stroke _bgStroke
Used to mark positions (background, black mark)


_fgStroke

java.awt.Stroke _fgStroke
Used to mark positions (foreground, white mark)


_pickMode

boolean _pickMode
Set to true when picking an object


_updating

boolean _updating
Set to true when zooming in or out after selecting an object.

Class jsky.image.gui.PickObjectFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

pickObject

PickObject pickObject
The main panel

Class jsky.image.gui.PickObjectGUI extends javax.swing.JPanel implements Serializable

Serialized Fields

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

topPanel

javax.swing.JPanel topPanel

infoPanel

javax.swing.JPanel infoPanel

buttonPanel

javax.swing.JPanel buttonPanel

pickButton

javax.swing.JButton pickButton

addButton

javax.swing.JButton addButton

closeButton

javax.swing.JButton closeButton

gridBagLayout2

java.awt.GridBagLayout gridBagLayout2

imagePanel

javax.swing.JPanel imagePanel

zoomInButton

javax.swing.JButton zoomInButton

zoomOutButton

javax.swing.JButton zoomOutButton

magLabel

javax.swing.JLabel magLabel

gridBagLayout3

java.awt.GridBagLayout gridBagLayout3

imageXLabel

javax.swing.JLabel imageXLabel

imageYLabel

javax.swing.JLabel imageYLabel

imageXField

javax.swing.JTextField imageXField

imageYField

javax.swing.JTextField imageYField

raLabel

javax.swing.JLabel raLabel

decLabel

javax.swing.JLabel decLabel

equinoxLabel

javax.swing.JLabel equinoxLabel

peakLabel

javax.swing.JLabel peakLabel

backgroundLabel

javax.swing.JLabel backgroundLabel

fwhmLabel

javax.swing.JLabel fwhmLabel

angleLabel

javax.swing.JLabel angleLabel

pixelsLabel

javax.swing.JLabel pixelsLabel

raField

javax.swing.JTextField raField

decField

javax.swing.JTextField decField

equinoxField

javax.swing.JTextField equinoxField

peakField

javax.swing.JTextField peakField

backgroundField

javax.swing.JTextField backgroundField

fwhmField

javax.swing.JTextField fwhmField

angleField

javax.swing.JTextField angleField

pixelsField

javax.swing.JTextField pixelsField

titledBorder1

javax.swing.border.TitledBorder titledBorder1

titledBorder2

javax.swing.border.TitledBorder titledBorder2

titledBorder3

javax.swing.border.TitledBorder titledBorder3

optionPanel

javax.swing.JPanel optionPanel

gridBagLayout4

java.awt.GridBagLayout gridBagLayout4

titledBorder4

javax.swing.border.TitledBorder titledBorder4

autoAddCheckBox

javax.swing.JCheckBox autoAddCheckBox

Class jsky.image.gui.PickObjectInternalFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

pickObject

PickObject pickObject
The main panel


Package jsky.image.operator

Class jsky.image.operator.CutLevelDescriptor extends javax.media.jai.OperationDescriptorImpl implements Serializable

Class jsky.image.operator.MinMaxDescriptor extends javax.media.jai.OperationDescriptorImpl implements Serializable


Package jsky.navigator

Class jsky.navigator.Navigator extends CatalogNavigator implements Serializable

Serialized Fields

_imageDisplayMgr

NavigatorImageDisplayManager _imageDisplayMgr

_imageDisplayControlFrame

java.awt.Component _imageDisplayControlFrame

_imageDisplay

NavigatorImageDisplay _imageDisplay

_imageDisplayAction

javax.swing.AbstractAction _imageDisplayAction

Class jsky.navigator.NavigatorCatalogMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

_opener

CatalogNavigatorOpener _opener
Object responsible for creating and/or displaying the catalog window.


_isInCatalogWindow

boolean _isInCatalogWindow
Set to true if this menu is in the Catalog window menubar (doesn't have a Browse item)


_catalogMenu

javax.swing.JMenu _catalogMenu
Catalog submenu


_archiveMenu

javax.swing.JMenu _archiveMenu
Archive submenu


_imageServerMenu

javax.swing.JMenu _imageServerMenu
Image server submenu


_localCatalogMenu

javax.swing.JMenu _localCatalogMenu
Local Catalog submenu


_browseMenuItem

javax.swing.JMenuItem _browseMenuItem
The "Browse" menu item


_proxyMenuItem

javax.swing.JMenuItem _proxyMenuItem
The "Proxy Settings" menu item


_proxyDialog

ProxyServerDialog _proxyDialog

Class jsky.navigator.NavigatorFITSTable extends SkycatTable implements Serializable

Serialized Fields

_header

nom.tam.fits.Header _header

Class jsky.navigator.NavigatorFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

navigator

Navigator navigator
Main panel


firstTime

boolean firstTime
Set to true until setVisible is called

Class jsky.navigator.NavigatorImageDisplay extends DivaMainImageDisplay implements Serializable

Serialized Fields

_navigator

Navigator _navigator
The instance of the catalog navigator to use with this image display.


_navigatorPane

NavigatorPane _navigatorPane
The Diva pane containing the added catalog symbol layer.


_navigatorFrame

java.awt.Component _navigatorFrame
The catalog navigator frame (or internal frame)


_filesVisited

java.util.HashSet<E> _filesVisited
Set of filenames: Used to keep track of the files visited in this session.


_catalogBrowseAction

javax.swing.AbstractAction _catalogBrowseAction
Action to use to show the catalog window (Browse catalogs)

Class jsky.navigator.NavigatorImageDisplayControl extends ImageDisplayControl implements Serializable

Class jsky.navigator.NavigatorImageDisplayFrame extends ImageDisplayControlFrame implements Serializable

Class jsky.navigator.NavigatorImageDisplayInternalFrame extends ImageDisplayControlInternalFrame implements Serializable

Class jsky.navigator.NavigatorImageDisplayMenuBar extends ImageDisplayMenuBar implements Serializable

Serialized Fields

_catalogMenu

javax.swing.JMenu _catalogMenu
Handle for the Image menu


_helpMenu

javax.swing.JMenu _helpMenu
Handle for the Help menu

Class jsky.navigator.NavigatorImageDisplayToolBar extends ImageDisplayToolBar implements Serializable

Serialized Fields

catalogButton

javax.swing.JButton catalogButton

Class jsky.navigator.NavigatorInternalFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

navigator

Navigator navigator
Main panel


firstTime

boolean firstTime
Set to true until setVisible is called

Class jsky.navigator.NavigatorMenuBar extends CatalogNavigatorMenuBar implements Serializable

Serialized Fields

_helpMenu

javax.swing.JMenu _helpMenu
Handle for the Help menu

Class jsky.navigator.NavigatorQueryTool extends CatalogQueryTool implements Serializable

Serialized Fields

_imageDisplay

MainImageDisplay _imageDisplay
Reference to the main image display window


_selectAreaButton

javax.swing.JButton _selectAreaButton
Panel button to select an image area.


_setFromImageButton

javax.swing.JButton _setFromImageButton
Panel button to set query args from the image being displayed.


_selectedArea

java.awt.geom.Rectangle2D _selectedArea
Set to the selected area for a query, or null for the entire image

Class jsky.navigator.NavigatorToolBar extends GenericToolBar implements Serializable

Serialized Fields

navigator

Navigator navigator
The target Navigator object


imageDisplayButton

javax.swing.JButton imageDisplayButton

Package jsky.plot

Class jsky.plot.ElevationPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_chart

org.jfree.chart.JFreeChart _chart

_chartPanel

org.jfree.chart.ChartPanel _chartPanel

_valueAxis2

org.jfree.chart.axis.NumberAxis _valueAxis2

_model

ElevationPlotModel _model

_showTrajectoryLabels

boolean _showTrajectoryLabels

_showLegend

boolean _showLegend

_legendItems

org.jfree.chart.LegendItemCollection _legendItems

_itemColors

java.awt.Paint[] _itemColors

_paPlotVisible

boolean _paPlotVisible

_altitudePlotVisible

boolean _altitudePlotVisible

_yAxisLabel

java.lang.String _yAxisLabel

_y2AxisLabel

java.lang.String _y2AxisLabel

_elevationItemRenderer

org.jfree.chart.renderer.xy.StandardXYItemRenderer _elevationItemRenderer

_paItemRenderer

org.jfree.chart.renderer.xy.StandardXYItemRenderer _paItemRenderer

_hiddenItemRenderer

org.jfree.chart.renderer.xy.StandardXYItemRenderer _hiddenItemRenderer

Class jsky.plot.ElevationPlotFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

_plotPanel

ElevationPlotPanel _plotPanel

Class jsky.plot.ElevationPlotInternalFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

_plotPanel

ElevationPlotPanel _plotPanel

Class jsky.plot.ElevationPlotMenuBar extends javax.swing.JMenuBar implements Serializable

Serialized Fields

_plotPanel

ElevationPlotPanel _plotPanel

_fileMenu

javax.swing.JMenu _fileMenu

_viewMenu

javax.swing.JMenu _viewMenu

_showLegendMenuItem

javax.swing.JCheckBoxMenuItem _showLegendMenuItem

Class jsky.plot.ElevationPlotPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_elevationPanel

ElevationPanel _elevationPanel

_observationPanel

ObservationPanel _observationPanel

_tablePanel

TablePanel _tablePanel

_mainTabbedPane

javax.swing.JTabbedPane _mainTabbedPane

_dateChooserDialog

DateChooserDialog _dateChooserDialog

_model

ElevationPlotModel _model

_parent

java.awt.Component _parent

_targetListFrame

java.awt.Component _targetListFrame

_targetListPanel

TargetListPanel _targetListPanel

_isMainWindow

boolean _isMainWindow

_siteButtons

javax.swing.JRadioButton[] _siteButtons

_timeZoneButtons

javax.swing.JRadioButton[] _timeZoneButtons

_plotTypePanel

javax.swing.JPanel _plotTypePanel

_plotTypeButtons

javax.swing.JCheckBox[] _plotTypeButtons

_ignoreEvents

boolean _ignoreEvents

_printAction

javax.swing.AbstractAction _printAction

_saveAsAction

javax.swing.AbstractAction _saveAsAction

_closeAction

javax.swing.AbstractAction _closeAction

_dateAction

javax.swing.AbstractAction _dateAction

_targetsAction

javax.swing.AbstractAction _targetsAction

Class jsky.plot.ObservationPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_tabbedPane

javax.swing.JTabbedPane _tabbedPane

_categories

java.lang.String[] _categories

_chart

org.jfree.chart.JFreeChart[] _chart

_chartPanel

org.jfree.chart.ChartPanel[] _chartPanel

_priorityPaintMap

java.util.Hashtable<K,V> _priorityPaintMap

_model

ElevationPlotModel _model

_priorityLegendItemCollection

org.jfree.chart.LegendItemCollection _priorityLegendItemCollection

_showLegend

boolean _showLegend

_renderer

org.jfree.chart.renderer.category.GanttRenderer _renderer

Class jsky.plot.TablePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_tabbedPane

javax.swing.JTabbedPane _tabbedPane

_tables

SortedJTable[] _tables

_model

ElevationPlotModel _model

_timeCellRenderer

javax.swing.table.TableCellRenderer _timeCellRenderer

_cellRenderer1

javax.swing.table.TableCellRenderer _cellRenderer1

_cellRenderer2

javax.swing.table.TableCellRenderer _cellRenderer2

Class jsky.plot.TargetListFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

_panel

TargetListPanel _panel

Class jsky.plot.TargetListInternalFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

_panel

TargetListPanel _panel

Class jsky.plot.TargetListPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_parent

java.awt.Component _parent

_w

TargetListPanelGUI _w

_heading

java.util.Vector<E> _heading

_targets

TargetDesc[] _targets

_listenerList

javax.swing.event.EventListenerList _listenerList

_edited

boolean _edited

Class jsky.plot.TargetListPanelGUI extends javax.swing.JComponent implements Serializable

Serialized Fields

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

nameLabel

javax.swing.JLabel nameLabel

nameField

javax.swing.JTextField nameField

raLabel

javax.swing.JLabel raLabel

raField

javax.swing.JTextField raField

decLabel

javax.swing.JLabel decLabel

decField

javax.swing.JTextField decField

descriptionLabel

javax.swing.JLabel descriptionLabel

descriptionField

javax.swing.JTextField descriptionField

priorityLabel

javax.swing.JLabel priorityLabel

priorityField

javax.swing.JTextField priorityField

categoryLabel

javax.swing.JLabel categoryLabel

categoryField

javax.swing.JTextField categoryField

jScrollPane1

javax.swing.JScrollPane jScrollPane1

table

javax.swing.JTable table

addRemovePanel

javax.swing.JPanel addRemovePanel

removeButton

javax.swing.JButton removeButton

addButton

javax.swing.JButton addButton

gridBagLayout2

java.awt.GridBagLayout gridBagLayout2

buttonPanel

javax.swing.JPanel buttonPanel

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

gridBagLayout3

java.awt.GridBagLayout gridBagLayout3

changeButton

javax.swing.JButton changeButton

Package jsky.science

Class jsky.science.AbstractScienceObject extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fName

java.lang.String fName
name of the object


fTracing

boolean fTracing
true if tracing is on for this object


fException

java.lang.Exception fException
contains a local exception relevant to a problem in the current state of the object

Class jsky.science.AbstractScienceObjectNode extends AbstractScienceObject implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream stream)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstructs the object properly during deserialization.

Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

fMoreDataAvailable

boolean fMoreDataAvailable
Whether or not more data is available from the data source.


fDataSource

ScienceObjectNodeModel fDataSource
The source of the contents of the ScienceObjectModel.


fChildren

java.util.List<E> fChildren
List of ScienceObjectModel children contained within this object.


fHolding

boolean fHolding
True when delayed updating is in effect


fUpdateNeeded

boolean fUpdateNeeded
True when delayed updating is in effect AND changes are "stacked up"


fPending

boolean fPending
True while an object is in the update process

Class jsky.science.AbstractWavelength1D extends AbstractScienceObjectNode implements Serializable

Serialized Fields

fFluxUnits

java.lang.String fFluxUnits

Class jsky.science.Coordinates extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fRa

double fRa
Right ascension in degrees


fDec

double fDec
Declination in degrees


fEquinox

int fEquinox
Equinox used to display and parse the coordinate values (enumerated value).


fEpoch

double fEpoch
Epoch of the position (year).

Class jsky.science.CoordinatesOffset extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fRa

double fRa
The RA offset in degrees.


fDec

double fDec
The DEC offset in degrees.

Class jsky.science.Flux extends Quantity implements Serializable

serialVersionUID: 42L

Class jsky.science.Passband extends AbstractScienceObject implements Serializable

serialVersionUID: 7848426480608091945L

Serialized Fields

pLow

Wavelength pLow
Wavelength marking the bottom of the Passband


pHigh

Wavelength pHigh
Wavelength marking the top of the Passband


pMiddle

Wavelength pMiddle
Wavelength marking the middle of the Passband. By default, this is the average of the low and high. But may be set to a different central point at developer's discretion

Class jsky.science.ProperMotion extends AbstractScienceObject implements Serializable

serialVersionUID: 1L

Serialized Fields

fOffset

CoordinatesOffset fOffset
the amount of the offset


fRaError

double fRaError
The RA component of proper motion error in degrees.


fDecError

double fDecError
The DEC component of proper motion error in degrees.

Class jsky.science.Quantity extends AbstractScienceObject implements Serializable

serialVersionUID: 1L

Serialized Fields

fValue

double fValue
internal holder for quantity amount

Class jsky.science.Redshift extends Quantity implements Serializable

serialVersionUID: 662600968082910788L

Class jsky.science.Spectrum1DArray extends Wavelength1DArray implements Serializable

serialVersionUID: 1L

Class jsky.science.Time extends Quantity implements Serializable

serialVersionUID: 3592097662233611662L

Class jsky.science.UnitsNotSupportedException extends java.lang.Exception implements Serializable

Serialized Fields

fUnits

java.lang.String fUnits

Class jsky.science.Wavelength extends Quantity implements Serializable

serialVersionUID: 1L

Class jsky.science.Wavelength1DArray extends AbstractWavelength1D implements Serializable

serialVersionUID: 1L

Serialized Fields

fWavelengths

double[] fWavelengths

fData

double[] fData

fNumPoints

int fNumPoints

Class jsky.science.Wavelength1DFormula extends AbstractWavelength1D implements Serializable

serialVersionUID: 1L

Serialized Fields

fMinWavelength

Wavelength fMinWavelength

fMaxWavelength

Wavelength fMaxWavelength

fNumPoints

int fNumPoints

Class jsky.science.WavelengthArrayParseException extends java.lang.Exception implements Serializable

Class jsky.science.WavelengthNotInPassbandException extends java.lang.Exception implements Serializable

Serialized Fields

pBand

Passband pBand

pWL

Wavelength pWL

Package jsky.timeline

Class jsky.timeline.DetailedPropertyVetoException extends java.beans.PropertyVetoException implements Serializable

Serialized Fields

fVetoSource

java.lang.Object fVetoSource

fVetoReasonType

java.lang.String fVetoReasonType

Class jsky.timeline.IllegalNodePositionException extends java.lang.Exception implements Serializable

Class jsky.timeline.TimeLine extends javax.swing.JPanel implements Serializable

Serialized Fields

_comparator

java.util.Comparator<T> _comparator

_handleHeight

float _handleHeight

_verticalSpacer

float _verticalSpacer

_centerLine

java.awt.geom.Line2D.Float _centerLine

_nodes

java.util.TreeSet<E> _nodes

_vetoableListeners

java.util.List<E> _vetoableListeners

_intervalCount

int _intervalCount

_mode

java.lang.String _mode

_unitType

java.lang.String _unitType

_displayStart

Time _displayStart

_displayEnd

Time _displayEnd

_intervalInTime

Time _intervalInTime

_model

TimeLineModel _model

_labelsAtTop

boolean _labelsAtTop

_mouseListener

java.awt.event.MouseAdapter _mouseListener
a listener for mouse events.


_mouseDragListener

java.awt.event.MouseMotionAdapter _mouseDragListener
an adapter used to handle mouse drag events


_keyListener

java.awt.event.KeyAdapter _keyListener

_myChildListener

java.beans.VetoableChangeListener _myChildListener

_myModelListener

java.beans.PropertyChangeListener _myModelListener

Package jsky.util

Class jsky.util.NameValue extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name

_value

java.lang.Object _value

Class jsky.util.ReplaceablePropertyVetoException extends java.lang.RuntimeException implements Serializable

Serialized Fields

fEvent

java.beans.PropertyChangeEvent fEvent

fVetoSource

java.lang.Object fVetoSource

fVetoReasonType

java.lang.String fVetoReasonType

Class jsky.util.ReplacementEvent extends java.beans.PropertyChangeEvent implements Serializable

Class jsky.util.ReplacementVetoException extends java.lang.Exception implements Serializable

Serialized Fields

evt

ReplacementEvent evt

Class jsky.util.TransferableList extends java.util.ArrayList implements Serializable


Package jsky.util.gui

Class jsky.util.gui.ArrayTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Class jsky.util.gui.CoordinatesOffsetPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

fRaLabel

javax.swing.JLabel fRaLabel

fDecLabel

javax.swing.JLabel fDecLabel

fRaUnits

javax.swing.JLabel fRaUnits

fDecUnits

javax.swing.JLabel fDecUnits

fRaField

javax.swing.JTextField fRaField

fDecField

javax.swing.JTextField fDecField

fOldOffset

CoordinatesOffset fOldOffset

fFormatString

java.lang.String fFormatString

fOrientation

int fOrientation

constraint

java.awt.GridBagConstraints constraint

Class jsky.util.gui.CoordinatesPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

fRaLabel

javax.swing.JLabel fRaLabel

fDecLabel

javax.swing.JLabel fDecLabel

fRaPanel

javax.swing.JPanel fRaPanel

fDecPanel

javax.swing.JPanel fDecPanel

fRaField

javax.swing.JTextField fRaField

fDecField

javax.swing.JTextField fDecField

fOrientation

int fOrientation

fOldPosition

Coordinates fOldPosition

fEquinoxLabel

javax.swing.JLabel fEquinoxLabel

fEquinoxField

javax.swing.JComboBox fEquinoxField

fEquinoxShown

boolean fEquinoxShown

fOldEquinox

int fOldEquinox

fFormatString

java.lang.String fFormatString

focusAdapterThatPostsActionEventsToJTextFields

java.awt.event.FocusAdapter focusAdapterThatPostsActionEventsToJTextFields

constraint

java.awt.GridBagConstraints constraint

Class jsky.util.gui.CustomSelectTable extends javax.swing.JTable implements Serializable

Class jsky.util.gui.DateChooserDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

_dateChooserPanel

org.jfree.ui.DateChooserPanel _dateChooserPanel

_canceled

boolean _canceled

Class jsky.util.gui.DraggableTree extends javax.swing.JTree implements Serializable

Serialized Fields

fDragSource

java.awt.dnd.DragSource fDragSource
The tree's DragSource instance that initiates drag gestures.

Class jsky.util.gui.GenericToolBar extends javax.swing.JToolBar implements Serializable

Serialized Fields

target

GenericToolBarTarget target
Target panel


openButton

javax.swing.JButton openButton
Handle for the "Open" button


backButton

javax.swing.JButton backButton
Handle for the "Back" button


forwardButton

javax.swing.JButton forwardButton
Handle for the "Forward" button


showPictures

boolean showPictures
If true, display button icons


showText

boolean showText
If true, display button labels

Class jsky.util.gui.JTextAreaCellEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

_textArea

javax.swing.JTextArea _textArea

_table

javax.swing.JTable _table

_row

int _row

Class jsky.util.gui.JTextAreaCellEditor.Document extends javax.swing.text.PlainDocument implements Serializable

Class jsky.util.gui.JTextAreaCellRenderer extends javax.swing.JTextArea implements Serializable

Serialized Fields

unselectedForeground

java.awt.Color unselectedForeground

unselectedBackground

java.awt.Color unselectedBackground

Class jsky.util.gui.JTextAreaCellRenderer.UIResource extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Class jsky.util.gui.JTextFieldDouble extends javax.swing.JTextField implements Serializable

Serialized Fields

fNormalColor

java.awt.Color fNormalColor

fErrorColor

java.awt.Color fErrorColor

Class jsky.util.gui.JTextFieldDoubleTableCellRenderer extends JTextFieldDouble implements Serializable

Serialized Fields

unselectedForeground

java.awt.Color unselectedForeground

unselectedBackground

java.awt.Color unselectedBackground

Class jsky.util.gui.LabelEntry extends LabelWidget implements Serializable

Serialized Fields

value

javax.swing.JTextField value

Class jsky.util.gui.LabelEntrySlider extends javax.swing.JPanel implements Serializable

Serialized Fields

label

javax.swing.JLabel label

field

javax.swing.JTextField field

left

javax.swing.plaf.basic.BasicArrowButton left

right

javax.swing.plaf.basic.BasicArrowButton right

slider

javax.swing.JSlider slider

minValue

double minValue

maxValue

double maxValue

numValues

int numValues

scale

double scale

listenerList

javax.swing.event.EventListenerList listenerList

changeEvent

javax.swing.event.ChangeEvent changeEvent
event sent to listeners when cut levels change

Class jsky.util.gui.LabelJPanel extends LabelWidget implements Serializable

Serialized Fields

panel

javax.swing.JPanel panel

Class jsky.util.gui.LabelValue extends LabelEntry implements Serializable

Class jsky.util.gui.LabelWidget extends javax.swing.JPanel implements Serializable

Serialized Fields

label

javax.swing.JLabel label
Label for teh widget


layoutUtil

GridBagUtil layoutUtil
layout helper object

Class jsky.util.gui.MultiSelectComboBox extends javax.swing.JComponent implements Serializable

Serialized Fields

_button

javax.swing.JButton _button

_arrowButton

javax.swing.plaf.basic.BasicArrowButton _arrowButton

_popupMenu

javax.swing.JPopupMenu _popupMenu

_menuItems

javax.swing.JCheckBoxMenuItem[] _menuItems

_model

javax.swing.ListModel _model

_selectionModel

javax.swing.DefaultListSelectionModel _selectionModel

_itemListener

java.awt.event.ItemListener _itemListener

_listDataListener

javax.swing.event.ListDataListener _listDataListener

_ignoreSelection

boolean _ignoreSelection

Class jsky.util.gui.NumberEntry extends javax.swing.JTextField implements Serializable

Class jsky.util.gui.PaddedDefaultTableCellRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

unselectedForeground

java.awt.Color unselectedForeground

unselectedBackground

java.awt.Color unselectedBackground

Class jsky.util.gui.PaddedDefaultTableCellRenderer.UIResource extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Class jsky.util.gui.PassbandPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

fBand

Passband fBand

fDecs

int fDecs

fTextRange

javax.swing.JTextField fTextRange

fLabelUnits

javax.swing.JLabel fLabelUnits

isListening

boolean isListening

Class jsky.util.gui.PrintableJTable extends javax.swing.JTable implements Serializable

Serialized Fields

_maxNumPage

int _maxNumPage

_title

java.lang.String _title

_printUtil

PrintUtil _printUtil

Class jsky.util.gui.PrintPreview extends javax.swing.JFrame implements Serializable

Serialized Fields

fPageWidth

int fPageWidth

fPageHeight

int fPageHeight

fTarget

java.awt.print.Printable fTarget

fComboBoxScale

javax.swing.JComboBox fComboBoxScale

fPanelPreview

jsky.util.gui.PrintPreview.PreviewContainer fPanelPreview

fPrintListener

java.awt.event.ActionListener fPrintListener

Class jsky.util.gui.ProgressBarUtil extends javax.swing.JProgressBar implements Serializable

Serialized Fields

model

javax.swing.DefaultBoundedRangeModel model
The model for the progress bar

Class jsky.util.gui.ProgressException extends java.io.IOException implements Serializable

Class jsky.util.gui.ProgressPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_parent

java.awt.Component _parent

_title

java.lang.String _title

_titleLabel

javax.swing.JLabel _titleLabel

_iconLabel

javax.swing.JLabel _iconLabel

_stopButton

javax.swing.JButton _stopButton

_statusPanel

StatusPanel _statusPanel

_loggedInputStream

ProgressBarFilterInputStream _loggedInputStream

_interrupted

boolean _interrupted

Class jsky.util.gui.ProgressPanelDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

progressPanel

ProgressPanel progressPanel

Class jsky.util.gui.ProperMotionPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

fPanelOffset

CoordinatesOffsetPanel fPanelOffset

fRaPmLabel

javax.swing.JLabel fRaPmLabel

fDecPmLabel

javax.swing.JLabel fDecPmLabel

fRaPmUnits

javax.swing.JLabel fRaPmUnits

fDecPmUnits

javax.swing.JLabel fDecPmUnits

fRaPmField

javax.swing.JTextField fRaPmField

fDecPmField

javax.swing.JTextField fDecPmField

fOrientation

int fOrientation

fMotion

ProperMotion fMotion

constraint

java.awt.GridBagConstraints constraint

Class jsky.util.gui.ProxyServerDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

panel1

javax.swing.JPanel panel1

jTextArea1

javax.swing.JTextArea jTextArea1

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

jLabel1

javax.swing.JLabel jLabel1

httpProxyServerField

javax.swing.JTextField httpProxyServerField

jLabel2

javax.swing.JLabel jLabel2

httpProxyPortField

javax.swing.JTextField httpProxyPortField

jTextArea2

javax.swing.JTextArea jTextArea2

jLabel3

javax.swing.JLabel jLabel3

nonProxyHostsField

javax.swing.JTextField nonProxyHostsField

jPanel1

javax.swing.JPanel jPanel1

cancelButton

javax.swing.JButton cancelButton

applyButton

javax.swing.JButton applyButton

resetButton

javax.swing.JButton resetButton

okButton

javax.swing.JButton okButton

jLabel4

javax.swing.JLabel jLabel4

httpsProxyServerField

javax.swing.JTextField httpsProxyServerField

jLabel5

javax.swing.JLabel jLabel5

httpsProxyPortField

javax.swing.JTextField httpsProxyPortField

Class jsky.util.gui.QuantityPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

fQuantity

Quantity fQuantity

fClass

java.lang.Class<T> fClass

fDecs

int fDecs

fTextValue

javax.swing.JTextField fTextValue

fLabelUnits

javax.swing.JLabel fLabelUnits

fAbbreviate

boolean fAbbreviate

fNormalColor

java.awt.Color fNormalColor

fErrorColor

java.awt.Color fErrorColor

isListening

boolean isListening

oldText

java.lang.String oldText

errorPaneUp

boolean errorPaneUp
set true just before Error message is displayed on invalid Quantities. Prevents a double error message

Class jsky.util.gui.QuantitySlider extends javax.swing.JPanel implements Serializable

Serialized Fields

fScaleMin

Quantity fScaleMin

fScaleMax

Quantity fScaleMax

fMinValue

Quantity fMinValue

fMaxValue

Quantity fMaxValue

fMinChangeable

boolean fMinChangeable

fMaxChangeable

boolean fMaxChangeable

fSlider

RangeSlider fSlider

fButtonNewMin

javax.swing.JButton fButtonNewMin

fButtonNewMax

javax.swing.JButton fButtonNewMax

fTimer

javax.swing.Timer fTimer

fIsBordered

boolean fIsBordered

fTitle

java.lang.String fTitle

fLabelTitle

javax.swing.JLabel fLabelTitle

fBorder

javax.swing.border.TitledBorder fBorder

fShowExtent

boolean fShowExtent

Class jsky.util.gui.RangeSlider extends javax.swing.JSlider implements Serializable

Serialized Fields

showExtent

boolean showExtent

Class jsky.util.gui.SexagesimalTableCellEditor extends javax.swing.DefaultCellEditor implements Serializable

Serialized Fields

hoursFlag

boolean hoursFlag

Class jsky.util.gui.SexagesimalTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

_f

float _f

_showSeconds

boolean _showSeconds

Class jsky.util.gui.SingleSelectComboBox extends javax.swing.JComboBox implements Serializable

Serialized Fields

_disabledSet

java.util.HashSet<E> _disabledSet

_renderer

javax.swing.ListCellRenderer _renderer

Class jsky.util.gui.SortedJTable extends PrintableJTable implements Serializable

Serialized Fields

_realModel

javax.swing.table.TableModel _realModel

_columnToSort

int _columnToSort

_sortType

int _sortType

_mapToSorted

int[] _mapToSorted

_numColumns

int _numColumns

tableModelListener

javax.swing.event.TableModelListener tableModelListener

_sortColumnPrefsKey

java.lang.String _sortColumnPrefsKey

Class jsky.util.gui.SortedJTable.CustomHeaderRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Class jsky.util.gui.StatusPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

progressBar

ProgressBarUtil progressBar
Displays progress of download


textField

javax.swing.JTextField textField
Text field used to display status information


connectionUtil

ConnectionUtil connectionUtil
Used to open a connection in a background thread

Class jsky.util.gui.TabbedPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

_parent

java.awt.Component _parent

_tabbedPane

javax.swing.JTabbedPane _tabbedPane

_okButton

javax.swing.JButton _okButton

_applyButton

javax.swing.JButton _applyButton

_cancelButton

javax.swing.JButton _cancelButton

Class jsky.util.gui.TabbedPanelFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

_tabbedPanel

TabbedPanel _tabbedPanel

Class jsky.util.gui.TabbedPanelInternalFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

_tabbedPanel

TabbedPanel _tabbedPanel

Class jsky.util.gui.ToggleButtonPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

listenerList

javax.swing.event.EventListenerList listenerList
List of listeners for item events


buttons

javax.swing.JToggleButton[] buttons
Array of buttons to display


selectedButton

javax.swing.JToggleButton selectedButton
The currently selected button


enableMultipleSelection

boolean enableMultipleSelection
If true, multiple buttons may be selected, otherwise only one

Class jsky.util.gui.VRangeSlider extends javax.swing.JComponent implements Serializable

Serialized Fields

minGrip

int minGrip
Location of min gripper.


maxGrip

int maxGrip
Location of max gripper.


minValue

double minValue
Percent through scale of min gripper.


maxValue

double maxValue
Percent through scale of max gripper.


minLimit

double minLimit
Minimum slider value.


maxLimit

double maxLimit
Maximum slider value.


minSlide

boolean minSlide
Flag whether mouse is currently affecting min gripper.


maxSlide

boolean maxSlide
Flag whether mouse is currently affecting max gripper.


lSlideMoved

boolean lSlideMoved
Flag whether left gripper has moved.


rSlideMoved

boolean rSlideMoved
Flag whether right gripper has moved.


textChanged

boolean textChanged
Flag whether current text string value needs updating.


name

java.lang.String name
Variable name for values.


lastMinLimit

double lastMinLimit
Label state variable.


lastMaxLimit

double lastMaxLimit
Label state variable.


lastCurStr

java.lang.String lastCurStr
Label state variable.


minSize

java.awt.Dimension minSize
Minimum widget size.


prefSize

java.awt.Dimension prefSize
Preferred widget size.


maxSize

java.awt.Dimension maxSize
Maximum widget size.


shadowStroke

java.awt.BasicStroke shadowStroke
Used for 3D lines.


defaultStroke

java.awt.BasicStroke defaultStroke
Used for normal drawing.


arrowColor

java.awt.Color arrowColor
Color used for drawing arrows.


listenerList

javax.swing.event.EventListenerList listenerList
list of listeners for change events


oldX

int oldX
Previous mouse X position.

Class jsky.util.gui.XYDisplay extends javax.swing.JPanel implements Serializable

Serialized Fields

xLabel

javax.swing.JLabel xLabel

yLabel

javax.swing.JLabel yLabel

xValue

javax.swing.JTextField xValue

yValue

javax.swing.JTextField yValue

Class jsky.util.gui.ZoomControl extends javax.swing.JPanel implements Serializable

Serialized Fields

comboBox

javax.swing.JComboBox comboBox
Used to display a menu of magnification values


zoomIn

javax.swing.JButton zoomIn
Button used to zoom in


zoomOut

javax.swing.JButton zoomOut
Button used to zoom out


labels

java.lang.String[] labels
labels for menu