Serialized Form


Package diva.canvas

Class diva.canvas.JCanvas extends JComponent implements Serializable

Serialized Fields

_offscreen

BufferedImage _offscreen
The off-screen image.

 

_canvasPane

CanvasPane _canvasPane
The contained canvas pane.

 

Package diva.canvas.connector

Class diva.canvas.connector.ConnectorEvent extends EventObject implements Serializable

Serialized Fields

_id

int _id
The event ID.

 
See Also:
ConnectorEvent.getID()

_end

int _end
The end this event concerns.

 
See Also:
ConnectorEvent.getEnd()

_target

Figure _target
The target figure

 
See Also:
ConnectorEvent.getTarget()

_connector

Connector _connector
The connector that is being operated on.

 
See Also:
ConnectorEvent.getConnector()

Class diva.canvas.connector.ManhattanRouter.SegmentList extends ArrayList implements Serializable


Package diva.canvas.demo

Class diva.canvas.demo.MainWindow extends JFrame implements Serializable

Serialized Fields

menubar

JMenuBar menubar

rightPanel

JPanel rightPanel

controlPanel

JPanel controlPanel

textPanel

JEditorPane textPanel

canvas

JCanvas canvas

scaleSlider

JSlider scaleSlider

rotationSlider

JSlider rotationSlider

xoffsetSlider

JSlider xoffsetSlider

yoffsetSlider

JSlider yoffsetSlider

xshearSlider

JSlider xshearSlider

yshearSlider

JSlider yshearSlider

scale

int scale

rotation

int rotation

xoffset

int xoffset

yoffset

int yoffset

xshear

int xshear

yshear

int yshear

actionClose

Action actionClose

windowListener

WindowListener windowListener

Class diva.canvas.demo.SpaceWindow extends JFrame implements Serializable

Serialized Fields

menubar

JMenuBar menubar

panner

JPanner panner

rightPanel

JPanel rightPanel

controlPanel

JPanel controlPanel

textPanel

JEditorPane textPanel

canvas

JCanvas canvas

rotationSlider

JSlider rotationSlider

xshearSlider

JSlider xshearSlider

yshearSlider

JSlider yshearSlider

rotation

int rotation

xshear

int xshear

yshear

int yshear

actionClose

Action actionClose

actionReset

Action actionReset

windowListener

WindowListener windowListener

Package diva.canvas.event

Class diva.canvas.event.LayerEvent extends MouseEvent implements Serializable

Serialized Fields

_layerSource

CanvasLayer _layerSource
The layer source

 

_figureSource

Figure _figureSource
The figure source

 

_layerX

double _layerX
The x coordinate.

 

_layerY

double _layerY
The y coordinate.

 

_backingEvent

MouseEvent _backingEvent
The event that this event was constructed from.

 

Package diva.canvas.interactor

Class diva.canvas.interactor.SelectionEvent extends EventObject implements Serializable

Serialized Fields

_added

Object[] _added
The objects added to the selection.

 

_removed

Object[] _removed
The objects removed from the selection.

 

_primary

Object _primary
The primary selected object.

 

Package diva.compat.gui

Class diva.compat.gui.BasicWindow extends JFrame implements Serializable

Class diva.compat.gui.TutorialWindow extends JFrame implements Serializable


Package diva.compat.util

Class diva.compat.util.SemanticObjectChangeEvent extends EventObject implements Serializable

Serialized Fields

_oldValue

Object _oldValue
 
See Also:
SemanticObjectChangeEvent.getOldValue()

Class diva.compat.util.UserObjectChangeEvent extends EventObject implements Serializable

Serialized Fields

_oldValue

Object _oldValue
 
See Also:
UserObjectChangeEvent.getOldValue()

Package diva.graph

Class diva.graph.GraphEvent extends EventObject implements Serializable

Serialized Fields

_id

int _id
 
See Also:
GraphEvent.getID()

_target

Object _target
The value of the event.

 

_oldValue

Object _oldValue
 
See Also:
GraphEvent.getOldValue()

Class diva.graph.GraphException extends RuntimeException implements Serializable

Class diva.graph.GraphViewEvent extends EventObject implements Serializable

Serialized Fields

_id

int _id
 
See Also:
GraphViewEvent.getID()

_target

Object _target
The value of the event.

 

_oldValue

Object _oldValue
 
See Also:
GraphViewEvent.getOldValue()

Class diva.graph.JGraph extends JCanvas implements Serializable


Package diva.graph.basic

Class diva.graph.basic.BasicGraphDemoApplet extends AppletContext implements Serializable

Class diva.graph.basic.BubbleGraphDemoApplet extends AppletContext implements Serializable


Package diva.graph.schematic

Class diva.graph.schematic.GraphDropTarget extends DropTarget implements Serializable

Serialized Fields

_map

HashMap<K,V> _map
A hastable to store the key->figure mapping.

Class diva.graph.schematic.GraphEditorApplet extends AppletContext implements Serializable


Package diva.graph.tutorial

Class diva.graph.tutorial.EditorTutorial.LayoutWidget extends JPanel implements Serializable

Serialized Fields

_layoutTarget

LayoutTarget _layoutTarget
The layout target that this layout will be performed on.


_graph

Object _graph
The graph that will be layed out.


_nameMap

HashMap<K,V> _nameMap
Mapping from layout name to layout object.


_configMap

HashMap<K,V> _configMap
Mapping from layout object to configuration widget.


_layoutList

JComboBox _layoutList
List that user selects from to choose the layout.


_applyBtn

JButton _applyBtn
Button to apply the layout.


Package diva.graphx

Class diva.graphx.GraphException extends RuntimeException implements Serializable


Package diva.graphx.event

Class diva.graphx.event.GraphEvent extends EventObject implements Serializable

Serialized Fields

_id

int _id
 
See Also:
GraphEvent.getID()

_target

Object _target
The value of the event.

 

_oldValue

Object _oldValue
 
See Also:
GraphEvent.getOldValue()

Class diva.graphx.event.GraphViewEvent extends EventObject implements Serializable

Serialized Fields

_id

int _id
 
See Also:
GraphViewEvent.getID()

_target

Object _target
The value of the event.

 

_oldValue

Object _oldValue
 
See Also:
GraphViewEvent.getOldValue()

Package diva.gui

Class diva.gui.AppletContext extends JApplet implements Serializable

Class diva.gui.ApplicationContext extends JFrame implements Serializable

Class diva.gui.BasicFrame extends ApplicationContext implements Serializable

Class diva.gui.ViewEvent extends EventObject implements Serializable

Serialized Fields

_id

int _id
The event type.

 

Package diva.gui.toolbox

Class diva.gui.toolbox.FigureIcon extends ImageIcon implements Serializable

Class diva.gui.toolbox.JCanvasPalette extends JCanvas implements Serializable

Class diva.gui.toolbox.JCanvasPanner extends JPanel implements Serializable

Serialized Fields

_target

JCanvas _target
The target window that is being wrapped.

Class diva.gui.toolbox.JContextMenu extends JPopupMenu implements Serializable

Serialized Fields

_target

Object _target

Class diva.gui.toolbox.JPalette extends JPanel implements Serializable

Class diva.gui.toolbox.JPanner extends JPanel implements Serializable

Serialized Fields

_target

JViewport _target
The target window that is being wrapped.


_listener

diva.gui.toolbox.JPanner.ScrollListener _listener
The scrolling listener;


_scaleMouseListener

diva.gui.toolbox.JPanner.ScaleMouseListener _scaleMouseListener
The mouse listener on the panner that is responsible for scaling.


_p

Point _p

Class diva.gui.toolbox.JPseudoFrame extends JComponent implements Serializable

Class diva.gui.toolbox.JShadePane extends JPanel implements Serializable

Serialized Fields

_selectedIndex

int _selectedIndex
The selected index.


_shades

ArrayList<E> _shades
The shades in this pane.

Class diva.gui.toolbox.JStatusBar extends JPanel implements Serializable

Serialized Fields

_progress

JProgressBar _progress
The progress bar associated with this status bar


_message

JLabel _message
The label that displays the status message.


_messageBorder

Border _messageBorder
The border around the message

Class diva.gui.toolbox.JTreePane extends JSplitPane implements Serializable

Serialized Fields

_selectedTitle

String _selectedTitle
The selected title.


_defaultPanel

JPanel _defaultPanel
The panel that is used when the component gets set to null.


_tree

JTree _tree
The Tree.


_scrollPane

JScrollPane _scrollPane
The ScrollPane around the tree.


_scrollPaneSize

Dimension _scrollPaneSize
The preferred size of the scrollpane. This is required because the splitpane doesn't remember it's size if we change the component that is in it, unless we give it a preferred size.

Class diva.gui.toolbox.ListDataModel extends DefaultComboBoxModel implements Serializable


Package diva.gui.tutorial

Class diva.gui.tutorial.AppletTutorial extends AppletContext implements Serializable


Package diva.sketch

Class diva.sketch.CheckSelectionAction extends AbstractAction implements Serializable

Serialized Fields

_interp

BasicInterpreter _interp
The interpreter in which we are operating.

Class diva.sketch.DeletionAction extends AbstractAction implements Serializable

Serialized Fields

_interp

BasicInterpreter _interp
The interpreter in which we are operating.

Class diva.sketch.JSketch extends JCanvas implements Serializable

Class diva.sketch.LassoSelectionAction extends AbstractAction implements Serializable

Serialized Fields

_interp

BasicInterpreter _interp
The interpreter in which we are operating.

Class diva.sketch.SketchEvent extends EventObject implements Serializable

Serialized Fields

_id

int _id
Event type ID.

 

Package diva.sketch.classification

Class diva.sketch.classification.ClassifierException extends Exception implements Serializable


Package diva.sketch.demo

Class diva.sketch.demo.SketchDemoApplet extends AppletContext implements Serializable


Package diva.util.aelfred

Class diva.util.aelfred.XmlException extends Exception implements Serializable

Serialized Fields

message

String message

systemId

String systemId

line

int line

column

int column

Package diva.util.jester

Class diva.util.jester.TestFailedException extends Exception implements Serializable

Serialized Fields

first

Object first
One of the objects involved in the failed test.

 

second

Object second
Another of the objects involved in the failed test.

 

Package diva.whiteboard

Class diva.whiteboard.SketchTest1 extends Frame implements Serializable

Serialized Fields

_prevX

int[] _prevX

_prevY

int[] _prevY

_cnt

int _cnt

Class diva.whiteboard.SketchTest2 extends JFrame implements Serializable

Serialized Fields

_strokeBuffer

TimedStroke _strokeBuffer

_sketchPane

SketchTest2.LocalSketchPane _sketchPane

Class diva.whiteboard.SketchTest3 extends JFrame implements Serializable

Serialized Fields

_strokeBuffer

TimedStroke _strokeBuffer

_sketchPane

SketchTest3.LocalSketchPane _sketchPane

Class diva.whiteboard.WhiteboardEdits.AddStrokeEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

_sketchModel

SketchModel _sketchModel

_symbol

Symbol _symbol

_multipageModel

MultipageModel _multipageModel

_curPage

Page _curPage

Class diva.whiteboard.WhiteboardEdits.CutEdit extends CompoundEdit implements Serializable

Class diva.whiteboard.WhiteboardEdits.DeleteGroupedStrokeEdit extends CompoundEdit implements Serializable

Class diva.whiteboard.WhiteboardEdits.DeletePageEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

_model

MultipageModel _model

_page

Page _page

_index

int _index

_curPage

Page _curPage
The current page before the new page was added

Class diva.whiteboard.WhiteboardEdits.DeleteStrokeEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

_sketchModel

SketchModel _sketchModel

_symbol

Symbol _symbol

_multipageModel

MultipageModel _multipageModel

_curPage

Page _curPage

Class diva.whiteboard.WhiteboardEdits.NewPageEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

_model

MultipageModel _model

_page

Page _page

_curPage

Page _curPage
The current page before the new page was added

Class diva.whiteboard.WhiteboardEdits.PasteEdit extends CompoundEdit implements Serializable

Class diva.whiteboard.WhiteboardEdits.ReorderPageEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

_model

MultipageModel _model

_page

Page _page

_srcIndex

int _srcIndex

_dstIndex

int _dstIndex

_curPage

Page _curPage
The current page before the new page was added

Class diva.whiteboard.WhiteboardEdits.StrokeFillColorEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

_sketchModel

SketchModel _sketchModel

_symbol

Symbol _symbol

_oldColor

Color _oldColor

_newColor

Color _newColor

Class diva.whiteboard.WhiteboardEdits.StrokeOutlineColorEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

_sketchModel

SketchModel _sketchModel

_symbol

Symbol _symbol

_oldColor

Color _oldColor

_newColor

Color _newColor

Class diva.whiteboard.WhiteboardEdits.StrokeWidthEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

_sketchModel

SketchModel _sketchModel

_symbol

Symbol _symbol

_oldWidth

float _oldWidth

_newWidth

float _newWidth

Package jsky.app.jskycat

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

Serialized Fields

fileChooser

JFileChooser fileChooser
File selection dialog, when using internal frames


imageFrame

Component imageFrame
The main image frame (or internal frame)

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

Serialized Fields

jSkyCat

JSkyCat jSkyCat
Target class


fileMenu

JMenu fileMenu
Handle for the File menu


viewMenu

JMenu viewMenu
Handle for the View menu


Package jsky.catalog

Class jsky.catalog.FieldDescAdapter extends Object implements Serializable

Serialized Fields

_id

String _id

_name

String _name

_defaultValue

Object _defaultValue

_description

String _description

_fieldClass

Class<T> _fieldClass

_minFlag

boolean _minFlag

_maxFlag

boolean _maxFlag

_options

NameValue[] _options

_value

String _value

_type

String _type

_units

String _units

_format

String _format

_idFlag

boolean _idFlag

_raFlag

boolean _raFlag

_decFlag

boolean _decFlag

Class jsky.catalog.MemoryCatalog extends DefaultTableModel implements Serializable

Serialized Fields

_catalog

Catalog _catalog
The catalog corresponding to this table.


_name

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


_id

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


_title

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


_description

String _description
Optional description text


_docURL

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

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


_columnSeparator

String _columnSeparator
Table columns are delimited by this char


_columnClasses

Vector<E> _columnClasses
Used to guess the data type for a column.


_filename

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.SearchCondition extends Object implements Serializable

Serialized Fields

_fieldDesc

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


_minVal

Comparable<T> _minVal
The minimum value


_maxVal

Comparable<T> _maxVal
The maximum value


_minInclusive

boolean _minInclusive
True if the condition includes the min value


_maxInclusive

boolean _maxInclusive
True if the condition includes the max value

Class jsky.catalog.TestTableQueryResult extends MemoryCatalog implements Serializable


Package jsky.catalog.astrocat

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


Package jsky.catalog.gui

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

Serialized Fields

urlStr

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


name

String name
The catalogs's name

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

Serialized Fields

_parent

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


_desktop

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


_autoQuery

boolean _autoQuery
Set to true to query catalogs automatically when selected


_queryPanel

JPanel _queryPanel
Displays the catalog tree and the catalog query widgets


_resultPanel

JPanel _resultPanel
Displays query results, such as tabular data.


_catalogTree

CatalogTree _catalogTree
Tree displaying catalog hierarchy


_queryComponent

JComponent _queryComponent
Query panel currently being displayed


_resultComponent

JComponent _resultComponent
Result panel currently being displayed


_origURL

URL _origURL
The original URL for the display component's data (for history list)


_progressPanel

ProgressPanel _progressPanel
Panel used to display download progress information


_listenerList

EventListenerList _listenerList
list of listeners for change events


_backStack

Stack<E> _backStack
Stack of CatalogHistoryItems, used to go back to a previous panel


_forwStack

Stack<E> _forwStack
Stack of CatalogHistoryItems, used to go forward to the next panel


_noStack

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


_queryResult

QueryResult _queryResult
Saved query result (set in background thread)


_plotter

TablePlotter _plotter
Optional object to use to plot table data


_worker

SwingWorker _worker
Utility object used to control background thread


_htmlViewerFrame

Component _htmlViewerFrame
Top level window (or internal frame) for viewing an HTML page


_panelTreeNodeTable

Hashtable<K,V> _panelTreeNodeTable
Hash table associating each panel with a tree node


_historyList

LinkedList<E> _historyList
List of CatalogHistoryItem, for previously viewed catalogs or query results.


_maxHistoryItems

int _maxHistoryItems
Max number of items in the history list


_queryResultComponentMap

Hashtable<K,V> _queryResultComponentMap
Maps query components to their corresponding result components


_querySplitPane

JSplitPane _querySplitPane
The pane dividing the catalog tree and the query panel


_resultSplitPane

JSplitPane _resultSplitPane
The pane dividing the query and the results panel


_openAction

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


_saveAsAction

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


_saveWithImageAction

AbstractAction _saveWithImageAction
Action to use for the "Save With Image..." menu and toolbar items


_saveAsHTMLAction

AbstractAction _saveAsHTMLAction
Action to use for the "Save as HTML..." menu and toolbar items


_printAction

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


_backAction

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


_forwAction

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


_addRowAction

AbstractAction _addRowAction
Action to use for the "Add Row" menu item


_deleteSelectedRowsAction

AbstractAction _deleteSelectedRowsAction
Action to use for the "Delete Rows..." menu item

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

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

Serialized Fields

_className

String _className

_viewToolBarPrefName

String _viewToolBarPrefName

_showToolBarAsPrefName

String _showToolBarAsPrefName

_showCatalogTreePrefName

String _showCatalogTreePrefName

_navigator

CatalogNavigator _navigator

_toolBar

GenericToolBar _toolBar

_fileMenu

JMenu _fileMenu

_viewMenu

JMenu _viewMenu

_goMenu

JMenu _goMenu

_catalogMenu

JMenu _catalogMenu

_tableMenu

JMenu _tableMenu

_tableCellsEditableMenuItem

JCheckBoxMenuItem _tableCellsEditableMenuItem

_showCatalogTreeMenuItem

JCheckBoxMenuItem _showCatalogTreeMenuItem

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

Serialized Fields

_catalog

Catalog _catalog
Catalog we are accesing


_labels

JLabel[] _labels
Array of labels displayed


_components

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


_actionListenerList

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


_changeListenerList

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


nf

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 JPanel implements Serializable

Serialized Fields

_catalog

Catalog _catalog
The catalog to use


_catalogTitleLabel

JLabel _catalogTitleLabel
Catalog title label


_catalogQueryPanel

CatalogQueryPanel _catalogQueryPanel
Panel containing labels and entries for searching the catalog


_fileChooser

JFileChooser _fileChooser
reuse file chooser widget


_queryResultDisplay

QueryResultDisplay _queryResultDisplay
Used to display query results


_scrollPane

JScrollPane _scrollPane
Used to scroll the query options panel


_worker

SwingWorker _worker
Utility object used to control background thread

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

Serialized Fields

_tree

JTree _tree

_ignoreSelection

boolean _ignoreSelection

_htmlQueryResultHandler

HTMLQueryResultHandler _htmlQueryResultHandler

_queryResultDisplay

QueryResultDisplay _queryResultDisplay

_queryResult

QueryResult _queryResult

_rootCatDir

CatalogDirectory _rootCatDir

_treeNodeTable

Hashtable<K,V> _treeNodeTable

_loader

jsky.catalog.gui.CatalogTree.CatalogLoader _loader

_progressPanel

ProgressPanel _progressPanel

_nodeMenu

JPopupMenu _nodeMenu

_cutAction

AbstractAction _cutAction

_copyAction

AbstractAction _copyAction

_pasteAction

AbstractAction _pasteAction

_moveUpAction

AbstractAction _moveUpAction

_moveDownAction

AbstractAction _moveDownAction

_toTopAction

AbstractAction _toTopAction

_toBottomAction

AbstractAction _toBottomAction

Class jsky.catalog.gui.CatalogTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable

Serialized Fields

_imagesvrIcon

Icon _imagesvrIcon

_catalogIcon

Icon _catalogIcon

_archiveIcon

Icon _archiveIcon

_namesvrIcon

Icon _namesvrIcon

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

Serialized Fields

field

FieldDesc field
The table field corresponding to this cell


tableQueryResult

TableQueryResult tableQueryResult
The table containg the field


value

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 JButton implements Serializable

Serialized Fields

field

FieldDesc field
The table field corresponding to this cell


value

Object value
The value in the cell


tableQueryResult

TableQueryResult tableQueryResult
Object representing the table data

Class jsky.catalog.gui.SymbolSelectionEvent extends 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 JPanel implements Serializable

Serialized Fields

_tableDisplay

TableDisplay _tableDisplay

_columnIdentifiers

String[] _columnIdentifiers

_table

JTable _table

_columnNames

Vector<E> _columnNames

Class jsky.catalog.gui.TableDisplay extends 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

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 JPanel implements Serializable

Serialized Fields

_table

TableQueryResult _table
The catalog to use


_plotted

boolean _plotted
Set to true if the table data has been plotted


_tableDisplay

TableDisplay _tableDisplay
Table for displaying query results


_sortedJTable

SortedJTable _sortedJTable
Table for displaying query results


_plotter

TablePlotter _plotter
The object to use to plot the table data


_tableTitle

JLabel _tableTitle
Title for query results table


_buttonPanel

JPanel _buttonPanel
Panel containing command buttons


_plotButton

JButton _plotButton
Panel buttons


_unplotButton

JButton _unplotButton

_unplotAllButton

JButton _unplotAllButton

_configButton

JButton _configButton

_configFrame

Component _configFrame
JFrame or JInternalFrame for _configPanel


_configPanel

TabbedPanel _configPanel
Panel used to configure the table and plot symbol display


ignoreSelection

boolean ignoreSelection
If true, ignore selection events on plot symbols or rows


symbolListener

SymbolSelectionListener symbolListener
Used to select a table row when the symbol is selected


selectionListener

ListSelectionListener selectionListener
Used to select a plot symbol when the table row is selected

Class jsky.catalog.gui.TableSelectionEvent extends 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

Icon[] _symbolIcons
The icons in the symbol menu

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

Serialized Fields

jPanel1

JPanel jPanel1

jScrollPane1

JScrollPane jScrollPane1

symbolTable

JTable symbolTable

titledBorder1

TitledBorder titledBorder1

borderLayout1

BorderLayout borderLayout1

jPanel2

JPanel jPanel2

border1

Border border1

jPanel3

JPanel jPanel3

addButton

JButton addButton

removeButton

JButton removeButton

gridBagLayout2

GridBagLayout gridBagLayout2

border2

Border border2

titledBorder2

TitledBorder titledBorder2

jLabel1

JLabel jLabel1

jLabel2

JLabel jLabel2

jLabel3

JLabel jLabel3

jLabel4

JLabel jLabel4

symbolComboBox

JComboBox symbolComboBox

jLabel5

JLabel jLabel5

jLabel6

JLabel jLabel6

jLabel7

JLabel jLabel7

jLabel8

JLabel jLabel8

colorComboBox

JComboBox colorComboBox

ratioTextField

JTextField ratioTextField

labelTextField

JTextField labelTextField

sizeTextField

JTextField sizeTextField

angleTextField

JTextField angleTextField

conditionTextField

JTextField conditionTextField

unitsComboBox

JComboBox unitsComboBox

jLabel9

JLabel jLabel9

jScrollPane2

JScrollPane jScrollPane2

jScrollPane3

JScrollPane jScrollPane3

useList

JList useList

ignoreList

JList ignoreList

leftArrowButton

BasicArrowButton leftArrowButton

rightArrowButton

BasicArrowButton rightArrowButton

jLabel10

JLabel jLabel10

gridBagLayout1

GridBagLayout gridBagLayout1

Package jsky.catalog.irsa

Class jsky.catalog.irsa.IRSACatalogQueryPanel extends CatalogQueryPanel implements Serializable

Serialized Fields

_catalog

IRSACatalog _catalog

_columns

IRSAFieldDesc[] _columns

_sqlString

String _sqlString

_selectParam

FieldDesc _selectParam

_selectComboBox

JComboBox _selectComboBox

Class jsky.catalog.irsa.IRSACatalogQueryTool extends NavigatorQueryTool implements Serializable

Class jsky.catalog.irsa.IRSAFieldDesc extends FieldDescAdapter implements Serializable

Serialized Fields

_index

int _index

_colname

String _colname

_desc

String _desc

_units

String _units

_dbtype

String _dbtype

_format

String _format

_nulls

boolean _nulls

_mini

boolean _mini

_short

boolean _short

_std

boolean _std

Class jsky.catalog.irsa.IRSATable extends MemoryCatalog implements Serializable

Serialized Fields

_columnTypes

Vector<E> _columnTypes
Used to hold the data types for the table columns.


_columnUnits

Vector<E> _columnUnits
Used to hold the units string for the table columns.


_columnNulls

Vector<E> _columnNulls
Used to hold the null values for the table columns.


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 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 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 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 Object implements Serializable

Serialized Fields

x

double x
The X coordinate


y

double y
The Y coordinate

Class jsky.coords.WorldCoords extends 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 EventObject implements Serializable


Package jsky.html

Class jsky.html.HTMLViewer extends JPanel implements Serializable

Serialized Fields

parent

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


html

JEditorPane html
Used to display HTML


url

URL url
The URL of the currently displayed page


listenerList

EventListenerList listenerList
list of listeners for change events


backStack

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


forwStack

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

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

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


backAction

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


forwAction

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


saveAsAction

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


printAction

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

Class jsky.html.HTMLViewerFrame extends JFrame implements Serializable

Serialized Fields

viewer

HTMLViewer viewer

Class jsky.html.HTMLViewerHistoryItem extends AbstractAction implements Serializable

Serialized Fields

urlStr

String urlStr
The URL of the page


title

String title
The title of the page

Class jsky.html.HTMLViewerInternalFrame extends JInternalFrame implements Serializable

Serialized Fields

viewer

HTMLViewer viewer

Class jsky.html.HTMLViewerMenuBar extends JMenuBar implements Serializable

Serialized Fields

htmlViewer

HTMLViewer htmlViewer
Target panel


toolBar

GenericToolBar toolBar
The toolbar associated with the target panel


fileMenu

JMenu fileMenu
Handle for the File menu


viewMenu

JMenu viewMenu
Handle for the View menu


goMenu

JMenu goMenu
Handle for the Go menu


Package jsky.image

Class jsky.image.ImageChangeEvent extends ChangeEvent implements Serializable

Serialized Fields

val

int val
Bitmask for boolean values


Package jsky.image.fits.codec

Class jsky.image.fits.codec.FITSDecodeParam extends 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 Object implements Serializable


Package jsky.image.fits.gui

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

Serialized Fields

_parent

Component _parent

_imageDisplay

MainImageDisplay _imageDisplay

_table

JTable _table

_fitsImage

FITSImage _fitsImage

_numRows

int _numRows

_tableData

Object[][] _tableData

_deleteButton

JButton _deleteButton

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

Serialized Fields

fitsHDUChooser

FITSHDUChooser fitsHDUChooser

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

Serialized Fields

fitsHDUChooser

FITSHDUChooser fitsHDUChooser

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

Serialized Fields

parent

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 JFrame implements Serializable

Serialized Fields

fitsKeywords

FITSKeywords fitsKeywords

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

Serialized Fields

fitsKeywords

FITSKeywords fitsKeywords

Package jsky.image.graphics.gui

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

Serialized Fields

canvasDraw

CanvasDraw canvasDraw
Object managing the drawing


drawingModeMenuItems

JRadioButtonMenuItem[] drawingModeMenuItems
Array of menu items.


saveGraphicsMenuItem

JMenuItem saveGraphicsMenuItem
"Save Graphics With Image" Menu item


Package jsky.image.gui

Class jsky.image.gui.DivaGraphicsImageDisplay extends 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

SampleModel _sampleModel
The image's SampleModel.


_colorModel

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

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

RenderingHints _scaleHints
Optional rendering hint for the scale operation.


_origin

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

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

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

JFileChooser _fileChooser
file chooser dialog


_saveDialog

ImageSaveDialog _saveDialog
Save dialog window


_printDialog

ImagePrintDialog _printDialog
Print dialog window


_filename

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

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


_origURL

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


_title

String _title
The base title string for the image frame


_canvasDraw

CanvasDraw _canvasDraw
Manages interactive drawing on the image canvas


_imageCutLevelsFrame

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


_fitsKeywordsFrame

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


_imagePropertiesFrame

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


_imageColorsFrame

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


_pickObjectFrame

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


_pickObjectPanel

PickObject _pickObjectPanel
Pick Object panel, if initialized


_fitsHDUChooserFrame

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

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

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


_forwStack

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

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

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


_backAction

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


_forwAction

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


_saveAction

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


_saveAsAction

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


_printPreviewAction

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


_printAction

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


_cutLevelsAction

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


_colorsAction

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

Class jsky.image.gui.ImageColorbar extends 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 JPanel implements Serializable

Serialized Fields

parent

Component parent

imageDisplay

BasicImageReadableProcessor imageDisplay
main image display window


imageProcessor

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


colormaps

String[] colormaps
Array of predefined colormap names


colormapList

JList colormapList
List displaying colormap names


itts

String[] itts
Array of predefined intensity transfer table names


intensityList

JList intensityList
List displaying itt names


linearScale

JRadioButton linearScale
Linear Scale button


logScale

JRadioButton logScale
Logarithmic Scale button


sqrtScale

JRadioButton sqrtScale
Square Root Scale button


histeqScale

JRadioButton histeqScale
Histogram Equalization button


ignoreEvents

boolean ignoreEvents
True if GUI events should be ignored

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

Serialized Fields

imageColors

ImageColors imageColors

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

Serialized Fields

imageColors

ImageColors imageColors

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

Serialized Fields

parent

Component parent

chart

com.jrefinery.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 JFrame implements Serializable

Serialized Fields

imageCutLevels

ImageCutLevels imageCutLevels

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

Serialized Fields

imageCutLevels

ImageCutLevels imageCutLevels

Class jsky.image.gui.ImageDisplay extends 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

SampleModel _sampleModel
The image's SampleModel.


_colorModel

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

RenderingHints _scaleHints
Optional rendering hint for the scale operation.


_origin

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

EventListenerList _listenerList
list of event listeners (ImageGraphicsHandlers)

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

Serialized Fields

parent

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


imagePanner

ImagePanner imagePanner
Pan window


panZoomPanel

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

String filename
Optional filename to load image from.


panZoomToggleButton

BasicArrowButton panZoomToggleButton
Used to toggle the visibility of the pan/zoom windows

Class jsky.image.gui.ImageDisplayControlFrame extends 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 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 JMenuBar implements Serializable

Serialized Fields

_imageDisplay

DivaMainImageDisplay _imageDisplay

_toolBar

GenericToolBar _toolBar

_fileMenu

JMenu _fileMenu

_editMenu

JMenu _editMenu

_viewMenu

JMenu _viewMenu

_goMenu

JMenu _goMenu

_graphicsMenu

JMenu _graphicsMenu

_scaleMenu

JMenu _scaleMenu

_zoomInMenu

JMenu _zoomInMenu

_zoomOutMenu

JMenu _zoomOutMenu

_zoomInOutGroup

ButtonGroup _zoomInOutGroup

_newWindowMenuItem

JMenuItem _newWindowMenuItem

_imagePropertiesMenuItem

JMenuItem _imagePropertiesMenuItem

_fitsKeywordsMenuItem

JMenuItem _fitsKeywordsMenuItem

_fitsExtensionsMenuItem

JMenuItem _fitsExtensionsMenuItem

_pickObjectMenuItem

JMenuItem _pickObjectMenuItem

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

Serialized Fields

imageProcessor

ImageProcessor imageProcessor

imageDisplay

MainImageDisplay imageDisplay

layout

GridBagUtil layout

objectLabel

JLabel objectLabel

objectValue

JLabel objectValue

xLabel

JLabel xLabel

xValue

JLabel xValue

yLabel

JLabel yLabel

yValue

JLabel yValue

valueLabel

JLabel valueLabel

valueValue

JLabel valueValue

raLabel

JLabel raLabel

raValue

JLabel raValue

decLabel

JLabel decLabel

decValue

JLabel decValue

equinoxLabel

JLabel equinoxLabel

equinoxValue

JLabel equinoxValue

minLabel

JLabel minLabel

minValue

JLabel minValue

maxLabel

JLabel maxLabel

maxValue

JLabel maxValue

bitpixLabel

JLabel bitpixLabel

bitpixValue

JLabel bitpixValue

lowLabel

JLabel lowLabel

lowValue

JTextField lowValue

highLabel

JLabel highLabel

highValue

JTextField highValue

autocutButton

JButton autocutButton

scaleLabel

JLabel scaleLabel

scaleMenuBar

JMenuBar scaleMenuBar

scaleMenu

JMenu scaleMenu

zoomInButton

JButton zoomInButton

zoomOutButton

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 JPanel implements Serializable

Serialized Fields

zoomTextField

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


imageCoordsTextField

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


pixelValueTextField

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


worldCoordsTextField

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

JButton cutLevelsButton

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

Serialized Fields

title

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

URL url
The origial image URL


filename

String filename
Filename (may be a temp download file)


cmap

String cmap
Colormap used


itt

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 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

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


_offset

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


_rect

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


_compass

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


_north

Point2D.Double _north
position of N label for compass


_east

Point2D.Double _east
position of E label for compass


_compassFont

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 JPanel implements Serializable

Serialized Fields

parent

Component parent

imageDisplay

MainImageDisplay imageDisplay

table

SortedJTable table

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

Serialized Fields

imageProperties

ImageProperties imageProperties

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

Serialized Fields

imageProperties

ImageProperties imageProperties

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

Serialized Fields

imageDisplay

MainImageDisplay imageDisplay
The target image display


useAll

JRadioButton useAll
"Save entire image" button.


useView

JRadioButton useView
"Save current view" button.


formatBox

JComboBox formatBox
Choice of file formats.

Class jsky.image.gui.ImageZoom extends 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

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

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

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

Stroke _bgStroke
Used to mark positions (background, black mark)


_fgStroke

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 JFrame implements Serializable

Serialized Fields

pickObject

PickObject pickObject
The main panel

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

Serialized Fields

gridBagLayout1

GridBagLayout gridBagLayout1

topPanel

JPanel topPanel

infoPanel

JPanel infoPanel

buttonPanel

JPanel buttonPanel

pickButton

JButton pickButton

addButton

JButton addButton

closeButton

JButton closeButton

gridBagLayout2

GridBagLayout gridBagLayout2

imagePanel

JPanel imagePanel

zoomInButton

JButton zoomInButton

zoomOutButton

JButton zoomOutButton

magLabel

JLabel magLabel

gridBagLayout3

GridBagLayout gridBagLayout3

imageXLabel

JLabel imageXLabel

imageYLabel

JLabel imageYLabel

imageXField

JTextField imageXField

imageYField

JTextField imageYField

raLabel

JLabel raLabel

decLabel

JLabel decLabel

equinoxLabel

JLabel equinoxLabel

peakLabel

JLabel peakLabel

backgroundLabel

JLabel backgroundLabel

fwhmLabel

JLabel fwhmLabel

angleLabel

JLabel angleLabel

pixelsLabel

JLabel pixelsLabel

raField

JTextField raField

decField

JTextField decField

equinoxField

JTextField equinoxField

peakField

JTextField peakField

backgroundField

JTextField backgroundField

fwhmField

JTextField fwhmField

angleField

JTextField angleField

pixelsField

JTextField pixelsField

titledBorder1

TitledBorder titledBorder1

titledBorder2

TitledBorder titledBorder2

titledBorder3

TitledBorder titledBorder3

optionPanel

JPanel optionPanel

gridBagLayout4

GridBagLayout gridBagLayout4

titledBorder4

TitledBorder titledBorder4

autoAddCheckBox

JCheckBox autoAddCheckBox

Class jsky.image.gui.PickObjectInternalFrame extends 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

_imageDisplayControlFrame

Component _imageDisplayControlFrame
Top level image window (frame or internal frame version)


_imageDisplay

NavigatorImageDisplay _imageDisplay
Used to display images


_imageDisplayAction

AbstractAction _imageDisplayAction
Action to use to show the image window.

Class jsky.navigator.NavigatorCatalogMenu extends 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

JMenu _catalogMenu
Catalog submenu


_archiveMenu

JMenu _archiveMenu
Archive submenu


_imageServerMenu

JMenu _imageServerMenu
Image server submenu


_localCatalogMenu

JMenu _localCatalogMenu
Local Catalog submenu


_browseMenuItem

JMenuItem _browseMenuItem
The "Browse" menu item


_proxyMenuItem

JMenuItem _proxyMenuItem
The "Proxy Settings" menu item


_proxyDialog

ProxyServerDialog _proxyDialog

Class jsky.navigator.NavigatorFITSTable extends SkycatTable implements Serializable

Class jsky.navigator.NavigatorFrame extends 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

Component _navigatorFrame
The catalog navigator frame (or internal frame)


_filesVisited

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


_catalogBrowseAction

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

JMenu _catalogMenu
Handle for the Image menu


_helpMenu

JMenu _helpMenu
Handle for the Help menu

Class jsky.navigator.NavigatorImageDisplayToolBar extends ImageDisplayToolBar implements Serializable

Serialized Fields

catalogButton

JButton catalogButton

Class jsky.navigator.NavigatorInternalFrame extends 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

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

JButton _selectAreaButton
Panel button to select an image area.


_setFromImageButton

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


_selectedArea

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

JButton imageDisplayButton

Package jsky.science

Class jsky.science.AbstractScienceObject extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fName

String fName
name of the object


fTracing

boolean fTracing
true if tracing is on for this object


fException

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(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Reconstructs the object properly during deserialization.

Throws:
IOException
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

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

String fFluxUnits

Class jsky.science.Coordinates extends 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 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 Exception implements Serializable

Serialized Fields

fUnits

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 Exception implements Serializable

Class jsky.science.WavelengthNotInPassbandException extends Exception implements Serializable

Serialized Fields

pBand

Passband pBand

pWL

Wavelength pWL

Package jsky.timeline

Class jsky.timeline.DetailedPropertyVetoException extends PropertyVetoException implements Serializable

Serialized Fields

fVetoSource

Object fVetoSource

fVetoReasonType

String fVetoReasonType

Class jsky.timeline.IllegalNodePositionException extends Exception implements Serializable

Class jsky.timeline.TimeLine extends JPanel implements Serializable

Serialized Fields

_comparator

Comparator<T> _comparator

_handleHeight

float _handleHeight

_verticalSpacer

float _verticalSpacer

_centerLine

Line2D.Float _centerLine

_nodes

List<E> _nodes

_vetoableListeners

List<E> _vetoableListeners

_intervalCount

int _intervalCount

_mode

String _mode

_unitType

String _unitType

_displayStart

Time _displayStart

_displayEnd

Time _displayEnd

_intervalInTime

Time _intervalInTime

_model

TimeLineModel _model

_labelsAtTop

boolean _labelsAtTop

_mouseListener

MouseAdapter _mouseListener
a listener for mouse events.


_mouseDragListener

MouseMotionAdapter _mouseDragListener
an adapter used to handle mouse drag events


_keyListener

KeyAdapter _keyListener

_myChildListener

VetoableChangeListener _myChildListener

_myModelListener

PropertyChangeListener _myModelListener

Package jsky.util

Class jsky.util.ReplaceablePropertyVetoException extends RuntimeException implements Serializable

Serialized Fields

fEvent

PropertyChangeEvent fEvent

fVetoSource

Object fVetoSource

fVetoReasonType

String fVetoReasonType

Class jsky.util.ReplacementEvent extends PropertyChangeEvent implements Serializable

Class jsky.util.ReplacementVetoException extends Exception implements Serializable

Serialized Fields

evt

ReplacementEvent evt

Class jsky.util.TransferableList extends ArrayList implements Serializable


Package jsky.util.gui

Class jsky.util.gui.ArrayTableCellRenderer extends DefaultTableCellRenderer implements Serializable

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

Serialized Fields

fRaLabel

JLabel fRaLabel

fDecLabel

JLabel fDecLabel

fRaUnits

JLabel fRaUnits

fDecUnits

JLabel fDecUnits

fRaField

JTextField fRaField

fDecField

JTextField fDecField

fOldOffset

CoordinatesOffset fOldOffset

fFormatString

String fFormatString

fOrientation

int fOrientation

constraint

GridBagConstraints constraint

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

Serialized Fields

fRaLabel

JLabel fRaLabel

fDecLabel

JLabel fDecLabel

fRaPanel

JPanel fRaPanel

fDecPanel

JPanel fDecPanel

fRaField

JTextField fRaField

fDecField

JTextField fDecField

fOrientation

int fOrientation

fOldPosition

Coordinates fOldPosition

fEquinoxLabel

JLabel fEquinoxLabel

fEquinoxField

JComboBox fEquinoxField

fEquinoxShown

boolean fEquinoxShown

fOldEquinox

int fOldEquinox

fFormatString

String fFormatString

focusAdapterThatPostsActionEventsToJTextFields

FocusAdapter focusAdapterThatPostsActionEventsToJTextFields

constraint

GridBagConstraints constraint

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

Serialized Fields

fDragSource

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

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

Serialized Fields

target

GenericToolBarTarget target
Target panel


openButton

JButton openButton
Handle for the "Open" button


backButton

JButton backButton
Handle for the "Back" button


forwardButton

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.JTextFieldDouble extends JTextField implements Serializable

Serialized Fields

fNormalColor

Color fNormalColor

fErrorColor

Color fErrorColor

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

Serialized Fields

unselectedForeground

Color unselectedForeground

unselectedBackground

Color unselectedBackground

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

Serialized Fields

value

JTextField value

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

Serialized Fields

label

JLabel label

field

JTextField field

left

BasicArrowButton left

right

BasicArrowButton right

slider

JSlider slider

minValue

double minValue

maxValue

double maxValue

numValues

int numValues

scale

double scale

listenerList

EventListenerList listenerList

changeEvent

ChangeEvent changeEvent
event sent to listeners when cut levels change

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

Serialized Fields

panel

JPanel panel

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

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

Serialized Fields

label

JLabel label
Label for teh widget


layoutUtil

GridBagUtil layoutUtil
layout helper object

Class jsky.util.gui.LookAndFeelMenu extends JMenu implements Serializable

Serialized Fields

currentUI

String currentUI

macMenuItem

JRadioButtonMenuItem macMenuItem

metalMenuItem

JRadioButtonMenuItem metalMenuItem

motifMenuItem

JRadioButtonMenuItem motifMenuItem

windowsMenuItem

JRadioButtonMenuItem windowsMenuItem

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

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

Serialized Fields

fBand

Passband fBand

fDecs

int fDecs

fTextRange

JTextField fTextRange

fLabelUnits

JLabel fLabelUnits

isListening

boolean isListening

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

Serialized Fields

fMaxNumPage

int fMaxNumPage
The maximum number of pages for a given print job. This number is computed when a print is started, but defaults to 1.


fTitle

JLabel fTitle
The Title as a JLabel to preserve the font. Title may be null.

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

Serialized Fields

fPageWidth

int fPageWidth

fPageHeight

int fPageHeight

fTarget

Printable fTarget

fComboBoxScale

JComboBox fComboBoxScale

fPanelPreview

jsky.util.gui.PrintPreview.PreviewContainer fPanelPreview

fPrintListener

ActionListener fPrintListener

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

Serialized Fields

model

DefaultBoundedRangeModel model
The model for the progress bar


worker

SwingWorker worker
Background thread util

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

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

Serialized Fields

parent

Component parent
Parent of this window (frame or internal frame), used to close the window


title

String title
The title string


titleLabel

JLabel titleLabel
Displays the title


iconLabel

JLabel iconLabel
Displays the active GIF icon


stopButton

JButton stopButton
Button to interrupt the task


statusPanel

StatusPanel statusPanel
Displays the progress bar and status text


loggedInputStream

ProgressBarFilterInputStream loggedInputStream
If set, this is the current input stream being monitored


interrupted

boolean interrupted
Set to true if the stop button was pressed

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

Serialized Fields

progressPanel

ProgressPanel progressPanel

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

Serialized Fields

fPanelOffset

CoordinatesOffsetPanel fPanelOffset

fRaPmLabel

JLabel fRaPmLabel

fDecPmLabel

JLabel fDecPmLabel

fRaPmUnits

JLabel fRaPmUnits

fDecPmUnits

JLabel fDecPmUnits

fRaPmField

JTextField fRaPmField

fDecPmField

JTextField fDecPmField

fOrientation

int fOrientation

fMotion

ProperMotion fMotion

constraint

GridBagConstraints constraint

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

Serialized Fields

panel1

JPanel panel1

jTextArea1

JTextArea jTextArea1

gridBagLayout1

GridBagLayout gridBagLayout1

jLabel1

JLabel jLabel1

proxyServerField

JTextField proxyServerField

jLabel2

JLabel jLabel2

proxyPortField

JTextField proxyPortField

jTextArea2

JTextArea jTextArea2

jLabel3

JLabel jLabel3

nonProxyHostsField

JTextField nonProxyHostsField

jPanel1

JPanel jPanel1

cancelButton

JButton cancelButton

applyButton

JButton applyButton

resetButton

JButton resetButton

okButton

JButton okButton

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

Serialized Fields

fQuantity

Quantity fQuantity

fClass

Class<T> fClass

fDecs

int fDecs

fTextValue

JTextField fTextValue

fLabelUnits

JLabel fLabelUnits

fAbbreviate

boolean fAbbreviate

fNormalColor

Color fNormalColor

fErrorColor

Color fErrorColor

isListening

boolean isListening

oldText

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 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

JButton fButtonNewMin

fButtonNewMax

JButton fButtonNewMax

fTimer

Timer fTimer

fIsBordered

boolean fIsBordered

fTitle

String fTitle

fLabelTitle

JLabel fLabelTitle

fBorder

TitledBorder fBorder

fShowExtent

boolean fShowExtent

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

Serialized Fields

showExtent

boolean showExtent

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

Serialized Fields

hoursFlag

boolean hoursFlag

Class jsky.util.gui.SexagesimalTableCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

f

float f
Divide by this value to convert to deg to hours, if requested

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

Serialized Fields

_realModel

TableModel _realModel

_columnToSort

int _columnToSort

_sortType

int _sortType

_mapToSorted

int[] _mapToSorted

_numColumns

int _numColumns

tableModelListener

TableModelListener tableModelListener

Class jsky.util.gui.SortedJTable.CustomHeaderRenderer extends DefaultTableCellRenderer implements Serializable

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

Serialized Fields

progressBar

ProgressBarUtil progressBar
Displays progress of download


textField

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 JPanel implements Serializable

Serialized Fields

_parent

Component _parent

_tabbedPane

JTabbedPane _tabbedPane

_okButton

JButton _okButton

_applyButton

JButton _applyButton

_cancelButton

JButton _cancelButton

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

Serialized Fields

_tabbedPanel

TabbedPanel _tabbedPanel

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

Serialized Fields

_tabbedPanel

TabbedPanel _tabbedPanel

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

Serialized Fields

listenerList

EventListenerList listenerList
List of listeners for item events


buttons

JToggleButton[] buttons
Array of buttons to display


selectedButton

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 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

String name
Variable name for values.


lastMinLimit

double lastMinLimit
Label state variable.


lastMaxLimit

double lastMaxLimit
Label state variable.


lastCurStr

String lastCurStr
Label state variable.


minSize

Dimension minSize
Minimum widget size.


prefSize

Dimension prefSize
Preferred widget size.


maxSize

Dimension maxSize
Maximum widget size.


shadowStroke

BasicStroke shadowStroke
Used for 3D lines.


defaultStroke

BasicStroke defaultStroke
Used for normal drawing.


arrowColor

Color arrowColor
Color used for drawing arrows.


drawLabels

boolean drawLabels
Flag determining whether text labels are drawn.


listenerList

EventListenerList listenerList
list of listeners for change events


oldX

int oldX
Previous mouse X position.

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

Serialized Fields

xLabel

JLabel xLabel

yLabel

JLabel yLabel

xValue

JTextField xValue

yValue

JTextField yValue

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

Serialized Fields

comboBox

JComboBox comboBox
Used to display a menu of magnification values


zoomIn

JButton zoomIn
Button used to zoom in


zoomOut

JButton zoomOut
Button used to zoom out


labels

String[] labels
labels for menu


Package nom.tam.fits

Class nom.tam.fits.BadHeaderException extends FitsException implements Serializable

Class nom.tam.fits.FitsException extends Exception implements Serializable

Class nom.tam.fits.HeaderCardException extends FitsException implements Serializable

Class nom.tam.fits.TruncatedFileException extends FitsException implements Serializable


Package nom.tam.util

Class nom.tam.util.FormatException extends Exception implements Serializable

Class nom.tam.util.TableException extends Exception implements Serializable

Class nom.tam.util.TruncationException extends Exception implements Serializable


Package uk.ac.starlink.ast

Class uk.ac.starlink.ast.AstException extends RuntimeException implements Serializable

Serialized Fields

status

int status

Package uk.ac.starlink.ast.gui

Class uk.ac.starlink.ast.gui.AstCellEditor extends DefaultCellEditor implements Serializable

Serialized Fields

value

AstDouble value
The AstDouble object that currently resides in the field (when editing starts) and that should be used to update the field (when editing stops)

Class uk.ac.starlink.ast.gui.AstDouble extends Number implements Serializable

Serialized Fields

value

double value
The value.


frame

Frame frame
The AST frame.


axis

int axis
The axis of the frame to reference (start at 1).

Class uk.ac.starlink.ast.gui.AstDoubleDocument extends PlainDocument implements Serializable

Serialized Fields

controller

PlotController controller
Used to access the Plot, needed as Plots are generally re-created and a direct reference would go stale.


axis

int axis

Class uk.ac.starlink.ast.gui.AstDoubleField extends JTextField implements Serializable

Serialized Fields

controller

PlotController controller
Reference to the PlotController that supplies a reference to the current Frame of an associated Plot.


axis

int axis
The axis of the Plot that the coordinates relate to.

Class uk.ac.starlink.ast.gui.AstStyleBox extends JComboBox implements Serializable

Class uk.ac.starlink.ast.gui.AxesControls extends JPanel implements Serializable

Serialized Fields

astAxes

AstAxes astAxes
AstAxes model for current state.


controller

PlotController controller
The PlotController, used to access a Frame for formatting/unformatting axes correctly.


showX

JCheckBox showX
Whether the X axis is to be shown.


showY

JCheckBox showY
Whether the Y axis is to be shown.


logX

JCheckBox logX
Whether the X axis is to drawn with log scaling.


logY

JCheckBox logY
Whether the Y axis is to drawn with log scaling.


interior

JCheckBox interior
Whether the axes are drawn on the interior.


xLabelAt

AstDoubleField xLabelAt
Preferred coordinate for drawing the X axis, i.e. Y origin.


yLabelAt

AstDoubleField yLabelAt
Preferred coordinate for drawing the Y axis, i.e X origin.


xLineControls

LineControls xLineControls
X axis line properties controls.


yLineControls

LineControls yLineControls
Y axis line properties controls.


inhibitLineChangeListener

boolean inhibitLineChangeListener
Whether to inhibit change events from LineControls from recyling.

Class uk.ac.starlink.ast.gui.AxisLabelControls extends JPanel implements Serializable

Serialized Fields

astAxisLabels

AstAxisLabels astAxisLabels
AstAxisLabel model for current state.


xShowLabel

JCheckBox xShowLabel
Control for toggling display of X label.


yShowLabel

JCheckBox yShowLabel
Control for toggling display of Y label.


xTextField

SelectTextField xTextField
The X label text field (this also allows access to special characters that cannot be easily typed in).


yTextField

SelectTextField yTextField
The Y label text field (this also allows access to special characters that cannot be easily typed in).


xGapSpinner

ScientificSpinner xGapSpinner
Spinner for controlling the position of the X label.


yGapSpinner

ScientificSpinner yGapSpinner
Spinner for controlling the position of the Y label.


xSpinnerModel

SpinnerNumberModel xSpinnerModel
X gap spinner model.


ySpinnerModel

SpinnerNumberModel ySpinnerModel
Y gap spinner model.


colourButton

JButton colourButton
Colour button (same for both labels).


colourIcon

ColourIcon colourIcon
Colour Icon of colour button.


fontControls

FontControls fontControls
FontControls (same for both labels).


xEdge

JComboBox xEdge
Chooser for X label edge (TOP or BOTTOM).


yEdge

JComboBox yEdge
Chooser for Y label edge (LEFT or RIGHT).


xUnits

JCheckBox xUnits
Chooser for whether X label has any units shown.


yUnits

JCheckBox yUnits
Chooser for whether Y label has any units shown.


inhibitXDocumentListener

boolean inhibitXDocumentListener
Stop feedback to the text areas from themselves.


inhibitYDocumentListener

boolean inhibitYDocumentListener

Class uk.ac.starlink.ast.gui.AxisNumLabControls extends JPanel implements Serializable

Serialized Fields

astNumberLabels

AstNumberLabels astNumberLabels
AstAxisLabel model for current state.


display

JLabel display
Label showing current font.


xShowNumbers

JCheckBox xShowNumbers
Control for toggling display of X numbers.


yShowNumbers

JCheckBox yShowNumbers
Control for toggling display of Y numbers.


logLabelSet

JCheckBox logLabelSet
Control for whether log labelling values should be applied. If not defaults are used.


xLogLabel

JCheckBox xLogLabel
Control for toggling display of X log-like labels.


yLogLabel

JCheckBox yLogLabel
Control for toggling display of Y log-like labels.


xRotateNumbers

JCheckBox xRotateNumbers
Control for toggling rotation of X numbers.


yRotateNumbers

JCheckBox yRotateNumbers
Control for toggling rotation of Y numbers.


xGapSpinner

ScientificSpinner xGapSpinner
Spinner for controlling the position of the X numbers.


yGapSpinner

ScientificSpinner yGapSpinner
Spinner for controlling the position of the Y numbers.


xSpinnerModel

SpinnerNumberModel xSpinnerModel
X Spinner model.


ySpinnerModel

SpinnerNumberModel ySpinnerModel
Y Spinner model.


colourButton

JButton colourButton
Colour button (same for both labels).


colourIcon

ColourIcon colourIcon
Colour Icon of colour button.


fontControls

FontControls fontControls
FontControls (same for both labels).


digitsField

JComboBox digitsField
Number of digits used in label precision.

Class uk.ac.starlink.ast.gui.BorderControls extends JPanel implements Serializable

Serialized Fields

astBorder

AstBorder astBorder
AstBorder model for current state.


show

JCheckBox show
Whether the border is to be shown.


lineControls

LineControls lineControls
Line properties controls.


inhibitLineChangeListener

boolean inhibitLineChangeListener
Whether to inhibit change events from LineControls from recyling.

Class uk.ac.starlink.ast.gui.ComponentColourControls extends JPanel implements Serializable

Serialized Fields

controller

PlotController controller
The controller of the component that we're controlling.


colourIcon

ColourIcon colourIcon
Colour Icon of colour button, shows the current colour.


colourButton

JButton colourButton
The button used to request the colour dialog.


colourLabel

JLabel colourLabel
Label showing the description of the colour that will be changed.


description

String description
Description of the colour that will be changed.


title

String title
Title for a page of these controls.


name

String name
Short name of these controls (for a tabbed label).


colourStore

ColourStore colourStore
ColourStore that provides change notifications and permanent store.


originalColour

Color originalColour
The original colour of the component. Kept for resetting. Will be initialised when the PlotController is set.

Class uk.ac.starlink.ast.gui.DecimalDocument extends PlainDocument implements Serializable

Serialized Fields

format

ScientificFormat format

Class uk.ac.starlink.ast.gui.DecimalField extends JTextField implements Serializable

Serialized Fields

scientificFormat

ScientificFormat scientificFormat
Reference to object that describes the locale specific number format.

Class uk.ac.starlink.ast.gui.FontChangedEvent extends EventObject implements Serializable

Serialized Fields

font

Font font
The font

Class uk.ac.starlink.ast.gui.GraphicsEdgesControls extends JPanel implements Serializable

Serialized Fields

edges

GraphicsEdges edges
GraphicsEdges model for current state.


clip

JCheckBox clip
Whether graphics should be clipped.


xLeft

ScientificSpinner xLeft
Spinner for controlling the space reserved for X labelling on left.


xRight

ScientificSpinner xRight
Spinner for controlling the space reserved for X labelling on right.


xLeftModel

SpinnerNumberModel xLeftModel
Spinner model for X left fraction.


xRightModel

SpinnerNumberModel xRightModel
Spinner model for X right fraction.


yTop

ScientificSpinner yTop
Spinner for controlling the space reserved for Y labelling at the top.


yBottom

ScientificSpinner yBottom
Spinner for controlling the space reserved for Y labelling at the bottom.


yTopModel

SpinnerNumberModel yTopModel
Spinner model for Y top fraction.


yBottomModel

SpinnerNumberModel yBottomModel
Spinner model for Y bottom fraction.

Class uk.ac.starlink.ast.gui.GraphicsHintsControls extends JPanel implements Serializable

Serialized Fields

hints

GraphicsHints hints
GraphicsHints model for current state.


textAntialiased

JCheckBox textAntialiased
Whether the text is to be antialiased.


allAntialiased

JCheckBox allAntialiased
Whether everything is to be antialiased.

Class uk.ac.starlink.ast.gui.GridControls extends JPanel implements Serializable

Serialized Fields

astGrid

AstGrid astGrid
AstGrid model for current state.


show

JCheckBox show
Whether the grid is to be shown.


lineControls

LineControls lineControls
Line properties controls.


inhibitLineChangeListener

boolean inhibitLineChangeListener
Whether to inhibit change events from LineControls from recyling.

Class uk.ac.starlink.ast.gui.PlotConfigurator extends JFrame implements Serializable

Serialized Fields

contentPane

JPanel contentPane
Content pane of frame.


actionBar

JPanel actionBar
Action buttons container.


tabbedPane

JTabbedPane tabbedPane
Tabbed pane.


menuBar

JMenuBar menuBar
Menubar and various menus and items that it contains.


fileMenu

JMenu fileMenu

saveConfigFileMenu

JMenuItem saveConfigFileMenu

drawFileMenu

JMenuItem drawFileMenu

closeFileMenu

JMenuItem closeFileMenu

optionsMenu

JMenu optionsMenu

saveConfigOptionsMenu

JMenuItem saveConfigOptionsMenu

autoDrawOptionsMenu

JMenuItem autoDrawOptionsMenu

config

PlotConfiguration config
Graphics configuration object.


controller

PlotController controller
PlotController. Used to send control instructions to the Plot we're configuring.


storeControl

StoreControlFrame storeControl
Graphics configuration store window.


defaultConfig

Element defaultConfig
The default configuration of all known elements.


applicationName

String applicationName
Application name for the store to use.


storeName

String storeName
Name for the store file.


title

String title
Title for window.


controlsList

ArrayList<E> controlsList
List of PlotControls that have been added.

Class uk.ac.starlink.ast.gui.PlotConfigurator.CloseAction extends AbstractAction implements Serializable

Class uk.ac.starlink.ast.gui.PlotConfigurator.DrawAction extends AbstractAction implements Serializable

Class uk.ac.starlink.ast.gui.PlotConfigurator.ResetAction extends AbstractAction implements Serializable

Class uk.ac.starlink.ast.gui.PlotConfigurator.StoreAction extends AbstractAction implements Serializable

Class uk.ac.starlink.ast.gui.ScientificFormat extends NumberFormat implements Serializable

Serialized Fields

efmt

DecimalFormat efmt

dfmt

DecimalFormat dfmt

maxwidth

int maxwidth

parseMatissaOnly

boolean parseMatissaOnly

flexmode

boolean flexmode

expmode

boolean expmode

decmode

boolean decmode

Class uk.ac.starlink.ast.gui.ScientificSpinner extends JSpinner implements Serializable

Class uk.ac.starlink.ast.gui.StringsControls extends JPanel implements Serializable

Serialized Fields

astStrings

AstStrings astStrings
AstStrings model for current state.


sampleText

JLabel sampleText
The sample text field.


colourButton

JButton colourButton
Colour button.


colourIcon

ColourIcon colourIcon
Colour Icon of colour button.


fontControls

FontControls fontControls
FontControls.

Class uk.ac.starlink.ast.gui.TickControls extends JPanel implements Serializable

Serialized Fields

astTicks

AstTicks astTicks
AstTicks model for current state.


controller

PlotController controller
The PlotController, used to access a Frame for formatting/unformatting axes correctly.


show

JCheckBox show
Check box for whether ticks should be shown or not.


logSpacingSet

JCheckBox logSpacingSet
Check box for whether log ticks setting should be applied.


xLogSpacing

JCheckBox xLogSpacing
Check box for whether to use log spacing for X axis.


yLogSpacing

JCheckBox yLogSpacing
Check box for whether to use log spacing for Y axis.


xLogGap

ScientificSpinner xLogGap
Entry for ratio gap between major ticks for log X axis.


xLogGapModel

SpinnerNumberModel xLogGapModel

yLogGap

ScientificSpinner yLogGap
Entry for the gap between major ticks on the Y axis.


yLogGapModel

SpinnerNumberModel yLogGapModel

xMajorGap

AstDoubleField xMajorGap
Entry for gap between major ticks on the X axis.


yMajorGap

AstDoubleField yMajorGap
Entry for the gap between major ticks on the Y axis.


xMajorLength

ScientificSpinner xMajorLength
Spinner for controlling the length of X axis major tick marks.


xMajorLengthModel

SpinnerNumberModel xMajorLengthModel
Spinner model for length of X axis major tick marks.


yMajorLength

ScientificSpinner yMajorLength
Spinner for controlling the length of Y axis major tick marks.


yMajorLengthModel

SpinnerNumberModel yMajorLengthModel
Spinner model for length of Y axis major tick marks.


xMinorLength

ScientificSpinner xMinorLength
Spinner for controlling the length of X axis minor tick marks.


xMinorLengthModel

SpinnerNumberModel xMinorLengthModel
Spinner model for length of X axis minor tick marks.


yMinorLength

ScientificSpinner yMinorLength
Spinner for controlling the length of Y axis minor tick marks.


yMinorLengthModel

SpinnerNumberModel yMinorLengthModel
Spinner model for length of X axis minor tick marks.


xMinorDivisions

JComboBox xMinorDivisions

yMinorDivisions

JComboBox yMinorDivisions

tickAll

JCheckBox tickAll
Check box for whether ticks should be shown on all axes.


lineControls

LineControls lineControls
Line controls widget for all line specific properties.


inhibitLineChangeListener

boolean inhibitLineChangeListener
Whether to inhibit change events from LineControls from recyling.

Class uk.ac.starlink.ast.gui.TitleControls extends JPanel implements Serializable

Serialized Fields

astTitle

AstTitle astTitle
AstTitle model for current state.


showTitle

JCheckBox showTitle
Whether to show the title or not.


textField

SelectTextField textField
The title text field (this also allows access to special characters that cannot be easily typed in).


gapSpinner

ScientificSpinner gapSpinner
Spinner for controlling title gap.


spinnerModel

SpinnerNumberModel spinnerModel
Spinner model.


colourButton

JButton colourButton
Colour button.


colourIcon

ColourIcon colourIcon
Colour Icon of colour button.


fontControls

FontControls fontControls
FontControls.


inhibitDocumentListener

boolean inhibitDocumentListener
Whether to inhibit listening for Document events.


Package uk.ac.starlink.coco

Class uk.ac.starlink.coco.Coco extends JApplet implements Serializable

Class uk.ac.starlink.coco.CocoPanel extends JPanel implements Serializable

Serialized Fields

coco

CoordinateConversion coco

TRACE

boolean TRACE

DEBUG

boolean DEBUG

RESET

String RESET

CALCULATE

String CALCULATE

CLOSE

String CLOSE

task

String task

applet

boolean applet

webservice

boolean webservice

text

String text

insystem

String insystem

outsystem

String outsystem

inbase

String inbase

outbase

String outbase

coords

String coords

answer

String answer

label1

String label1

label2

String label2

XSIZE

int XSIZE

YSIZE

int YSIZE

FOREGROUND

Color FOREGROUND

BACKGROUND

Color BACKGROUND

Pane

Container Pane

default_constraint

GridBagConstraints default_constraint

inSystembox

JComboBox inSystembox

outSystembox

JComboBox outSystembox

inEquinox

JTextField inEquinox

outEquinox

JTextField outEquinox

inputfield

JTextField inputfield

inEpoch

JTextField inEpoch

outEpoch

JTextField outEpoch

outputfield

JTextField outputfield

hourButton

JRadioButton hourButton

degreeButton

JRadioButton degreeButton

highButton

JRadioButton highButton

mediumButton

JRadioButton mediumButton

lowButton

JRadioButton lowButton

Alpha

ButtonGroup Alpha

Resolution

ButtonGroup Resolution

Package uk.ac.starlink.connect

Class uk.ac.starlink.connect.BranchComboBox extends JComboBox implements Serializable

Serialized Fields

model_

uk.ac.starlink.connect.BranchComboBox.BranchComboBoxModel model_

Class uk.ac.starlink.connect.ConnectorAction extends AbstractAction implements Serializable

Serialized Fields

connector_

Connector connector_

entryPanel_

JPanel entryPanel_

fieldMap_

Map<K,V> fieldMap_

okAction_

Action okAction_

noAuth_

boolean noAuth_

Class uk.ac.starlink.connect.FilestoreChooser extends JPanel implements Serializable

Serialized Fields

branchSelector_

BranchComboBox branchSelector_

nodeList_

JList nodeList_

scroller_

JScrollPane scroller_

nameField_

JTextField nameField_

logButton_

JButton logButton_

logBox_

JComponent logBox_

logLabel_

JLabel logLabel_

connectorWatcher_

PropertyChangeListener connectorWatcher_

upAction_

Action upAction_

prevAction_

Action prevAction_

okAction_

Action okAction_

navActions_

Action[] navActions_

activeComponents_

Component[] activeComponents_

currentBranch_

Branch currentBranch_

prevBranch_

Branch prevBranch_

connectorAction_

ConnectorAction connectorAction_

connectorActions_

List<E> connectorActions_

Package uk.ac.starlink.datanode.nodes

Class uk.ac.starlink.datanode.nodes.DataObjectException extends Exception implements Serializable

Class uk.ac.starlink.datanode.nodes.MetaTable extends MultilineJTable implements Serializable

Class uk.ac.starlink.datanode.nodes.NoSuchDataException extends Exception implements Serializable


Package uk.ac.starlink.datanode.tree

Class uk.ac.starlink.datanode.tree.BasicDropHandler extends DropTarget implements Serializable

Serialized Fields

canImport

boolean canImport

comp

JComponent comp

Class uk.ac.starlink.datanode.tree.DataNodeJTree extends JTree implements Serializable

Serialized Fields

model

DataNodeTreeModel model

dragStarted

TreePath dragStarted

dragNow

TreePath dragNow

Class uk.ac.starlink.datanode.tree.DataNodeTransferHandler extends TransferHandler implements Serializable

Serialized Fields

nodeMaker

DataNodeFactory nodeMaker

Class uk.ac.starlink.datanode.tree.DataNodeTreeCellRenderer extends DefaultTreeCellRenderer implements Serializable

Serialized Fields

normalFont

Font normalFont

expandingFont

Font expandingFont

Class uk.ac.starlink.datanode.tree.InfoPanel extends JPanel implements Serializable

Serialized Fields

iconLabel

JLabel iconLabel

itemPanel

JComponent itemPanel

itemGrid

GridBagLayout itemGrid

nrow

int nrow

Class uk.ac.starlink.datanode.tree.NdxNodeChooser extends TreeNodeChooser implements Serializable

Serialized Fields

nodeFact

DataNodeFactory nodeFact

minDims

int minDims

maxDims

int maxDims

Class uk.ac.starlink.datanode.tree.TableNodeChooser extends TreeNodeChooser implements Serializable

Serialized Fields

nodeFact

DataNodeFactory nodeFact

Class uk.ac.starlink.datanode.tree.TreeNodeChooser extends JPanel implements Serializable

Serialized Fields

jtree

DataNodeJTree jtree

nodeMaker

DataNodeFactory nodeMaker

infoPanel

InfoPanel infoPanel

rootSelector

NodeRootComboBox rootSelector

nameLabel

JLabel nameLabel

typeLabel

JLabel typeLabel

descLabel

JLabel descLabel

logBox

JComponent logBox

logButton

JButton logButton

logLabel

JLabel logLabel

controlBox

JComponent controlBox

bottomBox

JComponent bottomBox

gotoField

JTextField gotoField

chooseAction

Action chooseAction

cancelAction

Action cancelAction

upAction

Action upAction

downAction

Action downAction

homeAction

Action homeAction

searchSelectedAction

Action searchSelectedAction

searchAllAction

Action searchAllAction

chosenNode

DataNode chosenNode

currentDialog

JDialog currentDialog

buttonBox

Box buttonBox

buttonPanel

JComponent buttonPanel

Package uk.ac.starlink.datanode.tree.select

Class uk.ac.starlink.datanode.tree.select.NodeRootComboBox extends JComboBox implements Serializable

Serialized Fields

model_

NodeRootModel model_

factory_

DataNodeFactory factory_

Class uk.ac.starlink.datanode.tree.select.NodeRootModel extends AbstractListModel implements Serializable

Serialized Fields

chains_

uk.ac.starlink.datanode.tree.select.NodeChain[] chains_

selected_

int selected_

factory_

DataNodeFactory factory_

Package uk.ac.starlink.datanode.viewers

Class uk.ac.starlink.datanode.viewers.ArrayBrowser extends JPanel implements Serializable

Class uk.ac.starlink.datanode.viewers.AstFITSShower extends JPanel implements Serializable

Class uk.ac.starlink.datanode.viewers.AstTextShower extends JPanel implements Serializable

Class uk.ac.starlink.datanode.viewers.StyledTextArea extends JTextPane implements Serializable

Serialized Fields

doc

StyledDocument doc

wrap

boolean wrap

Class uk.ac.starlink.datanode.viewers.TextViewer extends JTextArea implements Serializable

Serialized Fields

appender

Writer appender

Package uk.ac.starlink.diva

Class uk.ac.starlink.diva.DrawActions.CompositeAction extends AbstractAction implements Serializable

Serialized Fields

composite

AlphaComposite composite

Class uk.ac.starlink.diva.DrawActions.CurveAction extends AbstractAction implements Serializable

Serialized Fields

interpolator

int interpolator

Class uk.ac.starlink.diva.DrawActions.DrawingModeAction extends DrawActions.GraphicsAction implements Serializable

Serialized Fields

drawingMode

int drawingMode

Class uk.ac.starlink.diva.DrawActions.FillAction extends AbstractAction implements Serializable

Serialized Fields

color

Paint color

Class uk.ac.starlink.diva.DrawActions.FontAction extends AbstractAction implements Serializable

Serialized Fields

font

Font font

Class uk.ac.starlink.diva.DrawActions.GraphicsAction extends AbstractAction implements Serializable

Serialized Fields

name

String name

Class uk.ac.starlink.diva.DrawActions.LineWidthAction extends DrawActions.GraphicsAction implements Serializable

Serialized Fields

width

int width

Class uk.ac.starlink.diva.DrawActions.OutlineAction extends AbstractAction implements Serializable

Serialized Fields

color

Paint color

Class uk.ac.starlink.diva.DrawGraphicsMenu extends JMenu implements Serializable

Serialized Fields

drawActions

DrawActions drawActions
Object managing the drawing


drawingModeMenuItems

JRadioButtonMenuItem[] drawingModeMenuItems
Array of menu items.


saveRestoreGraphicsMenuItem

JMenuItem saveRestoreGraphicsMenuItem
Save and restore graphics menu item


store

FigureStore store
The FigureStore used to save and restore figures.


outlineMenu

JMenu outlineMenu

fillMenu

JMenu fillMenu

fontMenu

JMenu fontMenu

fontChooser

BasicFontChooser fontChooser

Class uk.ac.starlink.diva.FigureChangedEvent extends EventObject implements Serializable

Serialized Fields

type

int type
The type of event.


layerEvent

LayerEvent layerEvent
The LayerEvent associated with the change to the Figure.

Class uk.ac.starlink.diva.TestDrawActions extends JCanvas implements Serializable

Serialized Fields

graphicsPane

DrawGraphicsPane graphicsPane

Package uk.ac.starlink.fits

Class uk.ac.starlink.fits.MappedFile.FileTooLongException extends IOException implements Serializable


Package uk.ac.starlink.hds

Class uk.ac.starlink.hds.HDSException extends Exception implements Serializable


Package uk.ac.starlink.hdx

Class uk.ac.starlink.hdx.HdxException extends Exception implements Serializable

Class uk.ac.starlink.hdx.PluginException extends RuntimeException implements Serializable


Package uk.ac.starlink.jaiutil

Class uk.ac.starlink.jaiutil.HDXDecodeParam extends 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 uk.ac.starlink.jaiutil.HDXEncodeParam extends Object implements Serializable


Package uk.ac.starlink.pal

Class uk.ac.starlink.pal.palError extends Exception implements Serializable

Serialized Fields

Errcode

int Errcode

ErrMess

String ErrMess

Package uk.ac.starlink.plastic

Class uk.ac.starlink.plastic.HubTestException extends Exception implements Serializable

Class uk.ac.starlink.plastic.NoHubException extends IOException implements Serializable

Class uk.ac.starlink.plastic.PlasticListWindow extends JFrame implements Serializable

Class uk.ac.starlink.plastic.ValueTypeException extends Exception implements Serializable


Package uk.ac.starlink.registry

Class uk.ac.starlink.registry.AbstractRegistryClient$1 extends Object implements Serializable

Class uk.ac.starlink.registry.RegistryQueryException extends RuntimeException implements Serializable


Package uk.ac.starlink.rv

Class uk.ac.starlink.rv.RV extends JApplet implements Serializable

Class uk.ac.starlink.rv.RVPanel extends JPanel implements Serializable

Serialized Fields

pal

Pal pal

TRACE

boolean TRACE

DEBUG

boolean DEBUG

HELP

String HELP

RUN

String RUN

EXIT

String EXIT

SELECT

String SELECT

FOREGROUND

Color FOREGROUND

BACKGROUND

Color BACKGROUND

WHITE

Color WHITE

task

String task

text

String text

output

File output

applet

boolean applet

fileoutput

boolean fileoutput

observatory

String observatory

observatoryName

String observatoryName

day

String day

equinox

String equinox

outputname

String outputname

XSIZE

int XSIZE

YSIZE

int YSIZE

TXSIZE

int TXSIZE

TYSIZE

int TYSIZE

Pane

Container Pane

dateConstraint

GridBagConstraints dateConstraint

dayConstraint

GridBagConstraints dayConstraint

raConstraint

GridBagConstraints raConstraint

decConstraint

GridBagConstraints decConstraint

observatoryBox

JComboBox observatoryBox

outputFileBox

JFileChooser outputFileBox

observatoryField

JTextField observatoryField

outputFile

JTextField outputFile

dateField

JTextField dateField

raField

JTextField raField

dayField

JTextField dayField

decField

JTextField decField

textarea

JTextArea textarea

scrollpane

JScrollPane scrollpane

equinoxBox

JComboBox equinoxBox

dayBox

JComboBox dayBox

button

JButton button

result_constraints

GridBagConstraints result_constraints

Package uk.ac.starlink.soap

Class uk.ac.starlink.soap.AppHttpSOAPServer extends org.mortbay.http.HttpServer implements Serializable

Serialized Fields

configFile

URL configFile
Resource name of the configuration file. This is local (to this class) and cannot be overridden.


portNum

int portNum
The port number being used. This should always be re-defined.


Package uk.ac.starlink.table

Class uk.ac.starlink.table.IteratorRowSequence.PackagedIOException extends RuntimeException implements Serializable

Class uk.ac.starlink.table.TableFormatException extends IOException implements Serializable

Class uk.ac.starlink.table.UnrepeatableSequenceException extends IOException implements Serializable


Package uk.ac.starlink.table.gui

Class uk.ac.starlink.table.gui.LabelledComponentStack extends JPanel implements Serializable

Serialized Fields

inputFont

Font inputFont

layer

GridBagLayout layer

cons

GridBagConstraints cons

labels

List<E> labels

fields

List<E> fields

Class uk.ac.starlink.table.gui.MapGroupTableModel extends AbstractTableModel implements Serializable

Serialized Fields

maps

List<E> maps

keys

List<E> keys

Class uk.ac.starlink.table.gui.MultilineJTable extends JTable implements Serializable

Serialized Fields

baseModel

TableModel baseModel
The TableModel which represents the actual data in the table.


multiModel

uk.ac.starlink.table.gui.MultilineJTable.MultilineTableModel multiModel
The TableModel which is used by the superclass.


firstBorder

Border firstBorder

otherBorder

Border otherBorder

Class uk.ac.starlink.table.gui.NumericCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

sciFormatDouble

NumberFormat sciFormatDouble

sciFormatFloat

NumberFormat sciFormatFloat

fixFormatDouble

NumberFormat fixFormatDouble

fixFormatFloat0

NumberFormat fixFormatFloat0

fixFormatFloat1

NumberFormat fixFormatFloat1

fixFormatFloat2

NumberFormat fixFormatFloat2

fixFormatFloat3

NumberFormat fixFormatFloat3

fixFormatFloat4

NumberFormat fixFormatFloat4

fixFormatFloat5

NumberFormat fixFormatFloat5

fixFormatFloat6

NumberFormat fixFormatFloat6

intFormat

NumberFormat intFormat

longFormat

NumberFormat longFormat

decimalPoint

char decimalPoint

decimalPointString

String decimalPointString

likeHeading

boolean likeHeading

badText

String badText

badValue

Object badValue

clazz

Class<T> clazz

font

Font font

Class uk.ac.starlink.table.gui.SQLPanel extends JPanel implements Serializable

Serialized Fields

stack

LabelledComponentStack stack

protoField

JComboBox protoField

hostField

JComboBox hostField

dbField

JTextField dbField

refField

JTextComponent refField

tableField

JTextField tableField

userField

JTextField userField

passField

JPasswordField passField

Class uk.ac.starlink.table.gui.SQLWriteDialog extends JPanel implements Serializable

Serialized Fields

sqlPanel_

SQLPanel sqlPanel_

dialog_

JDialog dialog_

modeSelector_

JComboBox modeSelector_

Class uk.ac.starlink.table.gui.StarJTable extends JTable implements Serializable

Serialized Fields

rowHeader

boolean rowHeader

startable

StarTable startable

Class uk.ac.starlink.table.gui.StarTableColumn extends TableColumn implements Serializable

Serialized Fields

colinfo

ColumnInfo colinfo

Class uk.ac.starlink.table.gui.StarTableModel extends AbstractTableModel implements Serializable

Serialized Fields

startable

StarTable startable

rowHeader

boolean rowHeader

extraCols

int extraCols

Class uk.ac.starlink.table.gui.TableLoadPanel extends JPanel implements Serializable

Serialized Fields

tld_

TableLoadDialog tld_

okAct_

Action okAct_

cancelAct_

Action cancelAct_

progBar_

JProgressBar progBar_

worker_

TableLoadWorker worker_

Class uk.ac.starlink.table.gui.TableLoadTransferHandler extends TransferHandler implements Serializable

Serialized Fields

tfact_

StarTableFactory tfact_

Class uk.ac.starlink.table.gui.TableRowHeader extends JTable implements Serializable

Serialized Fields

masterTable

JTable masterTable

rowModel

AbstractTableModel rowModel

masterModel

TableModel masterModel

listener

TableModelListener listener

Class uk.ac.starlink.table.gui.TableSaveChooser extends JPanel implements Serializable

Serialized Fields

formatSelector_

JComboBox formatSelector_

activeComponents_

JComponent[] activeComponents_

filestoreChooser_

FilestoreChooser filestoreChooser_

activeActionList_

List<E> activeActionList_

tsdActions_

Action[] tsdActions_

sto_

StarTableOutput sto_

dialog_

JDialog dialog_

progBar_

JProgressBar progBar_

worker_

SaveWorker worker_

Class uk.ac.starlink.table.gui.UCDSelector extends JPanel implements Serializable

Serialized Fields

comboBox

JComboBox comboBox

descriptionLabel

JLabel descriptionLabel

Class uk.ac.starlink.table.gui.ValueInfoCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

vinfo

ValueInfo vinfo

maxLength

int maxLength

Package uk.ac.starlink.table.join

Class uk.ac.starlink.table.join.EllipseToy extends JComponent implements Serializable

Class uk.ac.starlink.table.join.EllipseToy.CartesianEllipseToy extends JComponent implements Serializable

Serialized Fields

recogniseCircles_

boolean recogniseCircles_

e1_

uk.ac.starlink.table.join.EllipseToy.Ellipse e1_

e2_

uk.ac.starlink.table.join.EllipseToy.Ellipse e2_

Class uk.ac.starlink.table.join.EllipseToy.SkyEllipseToy extends JComponent implements Serializable

Serialized Fields

recogniseCircles_

boolean recogniseCircles_

e1_

uk.ac.starlink.table.join.EllipseToy.Ellipse e1_

e2_

uk.ac.starlink.table.join.EllipseToy.Ellipse e2_

Class uk.ac.starlink.table.join.RangeModelProgressIndicator extends DefaultBoundedRangeModel implements Serializable

Serialized Fields

level

double level

lastUpdatedLevel

double lastUpdatedLevel

profiler

uk.ac.starlink.table.join.Profiler profiler

Package uk.ac.starlink.task

Class uk.ac.starlink.task.AbortException extends TaskException implements Serializable

Class uk.ac.starlink.task.ExecutionException extends TaskException implements Serializable

Serialized Fields

errorCode

int errorCode

Class uk.ac.starlink.task.ParameterValueException extends UsageException implements Serializable

Serialized Fields

param_

Parameter<T> param_

Class uk.ac.starlink.task.TaskException extends Exception implements Serializable

Class uk.ac.starlink.task.UsageException extends TaskException implements Serializable

Serialized Fields

usage

String usage

Package uk.ac.starlink.ttools.filter

Class uk.ac.starlink.ttools.filter.ArgException extends Exception implements Serializable

Class uk.ac.starlink.ttools.filter.AssertException extends IOException implements Serializable


Package uk.ac.starlink.ttools.gui

Class uk.ac.starlink.ttools.gui.ColorComboBox extends RenderingComboBox implements Serializable

Class uk.ac.starlink.ttools.gui.DashComboBox extends RenderingComboBox implements Serializable

Class uk.ac.starlink.ttools.gui.MethodBrowser extends JPanel implements Serializable

Serialized Fields

tree_

JTree tree_

docPane_

JEditorPane docPane_

objLabels_

Map<K,V> objLabels_

Class uk.ac.starlink.ttools.gui.ShaderListCellRenderer extends BasicComboBoxRenderer implements Serializable

Class uk.ac.starlink.ttools.gui.ThicknessComboBox extends RenderingComboBox implements Serializable


Package uk.ac.starlink.ttools.jel

Class uk.ac.starlink.ttools.jel.CustomCompilationException extends gnu.jel.CompilationException implements Serializable

Serialized Fields

msg_

String msg_

cause_

gnu.jel.CompilationException cause_

Package uk.ac.starlink.ttools.plot

Class uk.ac.starlink.ttools.plot.AuxLegend extends JComponent implements Serializable

Serialized Fields

horizontal_

boolean horizontal_

iconDepth_

int iconDepth_

preLength_

int preLength_

postLength_

int postLength_

shader_

Shader shader_

prefDepth_

int prefDepth_

labeller_

AxisLabeller labeller_

logFlag_

boolean logFlag_

flipFlag_

boolean flipFlag_

lo_

double lo_

hi_

double hi_

Class uk.ac.starlink.ttools.plot.CartesianPlot3D extends Plot3D implements Serializable

Class uk.ac.starlink.ttools.plot.DensityPlot extends SurfacePlot implements Serializable

Serialized Fields

grids_

BinGrid[] grids_

gridLoBounds_

double[] gridLoBounds_

gridHiBounds_

double[] gridHiBounds_

nPotential_

int nPotential_

nIncluded_

int nIncluded_

nVisible_

int nVisible_

lastData_

PlotData lastData_

image_

BufferedImage image_

lastPlotZone_

Rectangle lastPlotZone_

lastState_

DensityPlotState lastState_

loCuts_

double[] loCuts_

hiCuts_

double[] hiCuts_

styles_

DensityStyle[] styles_

Class uk.ac.starlink.ttools.plot.Histogram extends SurfacePlot implements Serializable

Serialized Fields

binned_

BinnedData binned_

lastData_

PlotData lastData_

Class uk.ac.starlink.ttools.plot.Legend extends JComponent implements Serializable

Serialized Fields

labelledStyles_

uk.ac.starlink.ttools.plot.Legend.LabelledStyle[] labelledStyles_

errorModeSelections_

ErrorModeSelection[] errorModeSelections_

iconWidth_

int iconWidth_

lineHeight_

int lineHeight_

prefWidth_

int prefWidth_

prefHeight_

int prefHeight_

Class uk.ac.starlink.ttools.plot.LinesPlot extends TablePlot implements Serializable

Serialized Fields

surfaces_

PlotSurface[] surfaces_

rawData_

PlotData rawData_

sortedData_

PlotData sortedData_

sequence_

int[] sequence_

plotRegion_

Rectangle plotRegion_

work_

int[][] work_

axPad_

int axPad_

Class uk.ac.starlink.ttools.plot.Plot3D extends TablePlot implements Serializable

Serialized Fields

rangeChecker_

Plot3D.RangeChecker rangeChecker_

lastVol_

PlotVolume lastVol_

lastTrans_

Plot3D.Transformer3D lastTrans_

plotTime_

int plotTime_

plotvolWorkspace_

Object plotvolWorkspace_

padBorders_

int[] padBorders_

zmax_

double zmax_

plotArea_

JComponent plotArea_

loBounds_

double[] loBounds_

hiBounds_

double[] hiBounds_

loBoundsG_

double[] loBoundsG_

hiBoundsG_

double[] hiBoundsG_

Class uk.ac.starlink.ttools.plot.PtPlotSurface extends uk.ac.starlink.ttools.plot.PlotBox implements Serializable

Serialized Fields

state_

PlotState state_

Class uk.ac.starlink.ttools.plot.ScatterPlot extends SurfacePlot implements Serializable

Serialized Fields

lastData_

PlotData lastData_

lastState_

PlotState lastState_

lastSurface_

PlotSurface lastSurface_

lastWidth_

int lastWidth_

lastHeight_

int lastHeight_

image_

Image image_

Class uk.ac.starlink.ttools.plot.SphericalPlot3D extends Plot3D implements Serializable

Serialized Fields

sphereGrid_

double[][][] sphereGrid_

lastRadius_

double lastRadius_

lastScale_

int lastScale_

Class uk.ac.starlink.ttools.plot.SurfacePlot extends TablePlot implements Serializable

Serialized Fields

surface_

PlotSurface surface_

Class uk.ac.starlink.ttools.plot.TablePlot extends JComponent implements Serializable

Serialized Fields

plotListeners_

List<E> plotListeners_

state_

PlotState state_

Package uk.ac.starlink.ttools.plot2.config

Class uk.ac.starlink.ttools.plot2.config.ConfigException extends Exception implements Serializable

Serialized Fields

key_

ConfigKey<T> key_

Class uk.ac.starlink.ttools.plot2.config.OptionConfigKey$1 extends Object implements Serializable

Class uk.ac.starlink.ttools.plot2.config.TextDisplaySlider extends JSlider implements Serializable

Serialized Fields

isShow_

boolean isShow_

Package uk.ac.starlink.ttools.plot2.geom

Class uk.ac.starlink.ttools.plot2.geom.Sin2 extends skyview.geometry.Projecter implements Serializable

Class uk.ac.starlink.ttools.plot2.geom.Sin2.Sin2Deproj extends skyview.geometry.Deprojecter implements Serializable


Package uk.ac.starlink.ttools.plot2.task

Class uk.ac.starlink.ttools.plot2.task.AbstractPlot2Task$19$1 extends Object implements Serializable

Class uk.ac.starlink.ttools.plot2.task.PlotDisplay extends JComponent implements Serializable

Serialized Fields

layers_

PlotLayer[] layers_

dataStore_

DataStore dataStore_

surfFact_

SurfaceFactory<P,A> surfFact_

profile_

Object profile_

legend_

Icon legend_

legPos_

float[] legPos_

title_

String title_

shadeFact_

ShadeAxisFactory shadeFact_

shadeFixRange_

Range shadeFixRange_

ptSel_

PaperTypeSelector ptSel_

surfaceAuxRange_

boolean surfaceAuxRange_

compositor_

Compositor compositor_

caching_

boolean caching_

pslList_

List<E> pslList_

clickExecutor_

java.util.concurrent.Executor clickExecutor_

dataInsets_

Insets dataInsets_

navDecoration_

Decoration navDecoration_

auxRanges_

Map<K,V> auxRanges_

approxSurf_

Surface approxSurf_

surface_

Surface surface_

aspect_

Object aspect_

icon_

Icon icon_

Class uk.ac.starlink.ttools.plot2.task.PlotDisplay$1 extends Object implements Serializable

Class uk.ac.starlink.ttools.plot2.task.PointSelectionEvent extends EventObject implements Serializable

Serialized Fields

point_

Point point_

closestRows_

long[] closestRows_

Package uk.ac.starlink.ttools.plottask

Class uk.ac.starlink.ttools.plottask.PlotDataException extends RuntimeException implements Serializable


Package uk.ac.starlink.ttools.server

Class uk.ac.starlink.ttools.server.FormServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

taskFactory_

ObjectFactory<T> taskFactory_

tableFactory_

StarTableFactory tableFactory_

taskBase_

String taskBase_

formWriterMap_

Map<K,V> formWriterMap_

Class uk.ac.starlink.ttools.server.TaskServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

taskFactory_

ObjectFactory<T> taskFactory_

tableFactory_

StarTableFactory tableFactory_

tableOutput_

StarTableOutput tableOutput_

jdbcAuth_

JDBCAuthenticator jdbcAuth_

taskNameSet_

Collection<E> taskNameSet_

Package uk.ac.starlink.util

Class uk.ac.starlink.util.LoadException extends Exception implements Serializable


Package uk.ac.starlink.util.gui

Class uk.ac.starlink.util.gui.ArrayTableModel extends AbstractTableModel implements Serializable

Serialized Fields

columns_

ArrayTableColumn[] columns_

items_

Object[] items_

Class uk.ac.starlink.util.gui.BasicFileChooser extends JFileChooser implements Serializable

Class uk.ac.starlink.util.gui.BasicFontChooser extends JDialog implements Serializable

Serialized Fields

accepted

boolean accepted
Whether selected font is accepted.


contentPane

JPanel contentPane
The dialog contentpane.


fontLabel

JLabel fontLabel
Label for font selector.


sizeLabel

JLabel sizeLabel
Label for size selector.


styleLabel

JLabel styleLabel
Label for style selector.


styleBox

JComboBox styleBox
List of possible styles.


sizeBox

JComboBox sizeBox
List of pre-selected sizes.


fontBox

JComboBox fontBox
List of all available fonts.


fontDisplay

JTextField fontDisplay
Display of the currently selected font.


okButton

JButton okButton
Accept and exit button.


cancelButton

JButton cancelButton
Cancel and exit button.


currentFont

String currentFont
Selected font name


currentSize

int currentSize
Selected font size.


currentStyle

int currentStyle
Selected font style.

Class uk.ac.starlink.util.gui.BeanTableModel extends AbstractTableModel implements Serializable

Serialized Fields

properties_

PropertyDescriptor[] properties_

beanClass_

Class<T> beanClass_

data_

Object[] data_

readErrorReported_

boolean readErrorReported_

writeErrorReported_

boolean writeErrorReported_

Class uk.ac.starlink.util.gui.ChangingComboBoxModel extends DefaultComboBoxModel implements Serializable

Serialized Fields

changeListeners_

Collection<E> changeListeners_

actionListeners_

Collection<E> actionListeners_

Class uk.ac.starlink.util.gui.ComboBoxBumper extends JPanel implements Serializable

Serialized Fields

comboBox_

JComboBox comboBox_

bumpActions_

Action[] bumpActions_

Class uk.ac.starlink.util.gui.ErrorDialog extends JDialog implements Serializable

Serialized Fields

holder_

JComponent holder_

message_

String[] message_

error_

Throwable error_

title_

String title_

summaryPanel_

JComponent summaryPanel_

detailPanel_

JComponent detailPanel_

Class uk.ac.starlink.util.gui.FileNameListCellRenderer extends DefaultListCellRenderer implements Serializable

Serialized Fields

parent

JComboBox parent
The JComboBox hosting these rendering instances, if used.

Class uk.ac.starlink.util.gui.MemoryMonitor extends JComponent implements Serializable

Serialized Fields

maxColor_

Color maxColor_

totalColor_

Color totalColor_

usedColor_

Color usedColor_

vertical_

boolean vertical_

reverse_

boolean reverse_

showText_

boolean showText_

textAngle_

double textAngle_

timer_

Timer timer_

runtime_

Runtime runtime_

Class uk.ac.starlink.util.gui.ProxySetupFrame extends JFrame implements Serializable

Serialized Fields

menuBar

JMenuBar menuBar
Menubar and various menus and items that it contains.


fileMenu

JMenu fileMenu

closeFileMenu

JMenuItem closeFileMenu

needProxy

JCheckBox needProxy
Other UI elements


hostName

JTextField hostName

portNumber

JTextField portNumber

nonHostNames

JTextField nonHostNames

acceptButton

JButton acceptButton

cancelButton

JButton cancelButton

proxySetup

ProxySetup proxySetup
The ProxySetup instance.

Class uk.ac.starlink.util.gui.ProxySetupFrame.AcceptAction extends AbstractAction implements Serializable

Class uk.ac.starlink.util.gui.ProxySetupFrame.CancelAction extends AbstractAction implements Serializable

Class uk.ac.starlink.util.gui.RenderingComboBox extends JComboBox implements Serializable

Serialized Fields

renderer_

ListCellRenderer renderer_

Class uk.ac.starlink.util.gui.SelectCharacters extends JDialog implements Serializable

Serialized Fields

displayFont

Font displayFont
The font to display.


contentPane

JPanel contentPane
The JFrame content panel.


menuBar

JMenuBar menuBar
Menu bar components


menuFile

JMenu menuFile

menuFileCancel

JMenuItem menuFileCancel

menuHelp

JMenu menuHelp

actionBar

JPanel actionBar
The actions bar.


scrollPane

JScrollPane scrollPane
ScrollPane for control view of table.


table

JTable table
Table that displays the characters in the font.


text

JTextField text
JTextField for displaying the selected characters.


model

SelectCharactersModel model
The model of the character table.


listeners

EventListenerList listeners

Class uk.ac.starlink.util.gui.SelectCharacters.AcceptAction extends AbstractAction implements Serializable

Class uk.ac.starlink.util.gui.SelectCharacters.CancelAction extends AbstractAction implements Serializable

Class uk.ac.starlink.util.gui.SelectCharactersEvent extends EventObject implements Serializable

Serialized Fields

text

String text
The text.

Class uk.ac.starlink.util.gui.SelectCharactersModel extends AbstractTableModel implements Serializable

Serialized Fields

font

Font font
The font that we're displaying.


numChars

int numChars
The number of characters in the font.


numColumns

int numColumns
The number of characters displayed in a row.


numRows

int numRows
Number of rows needed to display the whole font.

Class uk.ac.starlink.util.gui.SelectStringDialog extends JDialog implements Serializable

Serialized Fields

textField

SelectTextField textField
The SelectText component


value

String value
The accepted value, null if not accepted

Class uk.ac.starlink.util.gui.SelectTextField extends JPanel implements Serializable

Serialized Fields

textField

JTextField textField
The text entry field.


charButton

JButton charButton
Button to initiate selecting special characters.


charChooser

SelectCharacters charChooser
The special character chooser.


listeners

EventListenerList listeners

Class uk.ac.starlink.util.gui.ShrinkWrapper extends JPanel implements Serializable

Serialized Fields

component_

Component component_

Class uk.ac.starlink.util.gui.SizingScrollPane extends JScrollPane implements Serializable

Serialized Fields

config_

uk.ac.starlink.util.gui.SizingScrollPane.SizeConfig config_

Class uk.ac.starlink.util.gui.StoreConfiguration extends AbstractTableModel implements Serializable

Serialized Fields

document

Document document
The Document.


rootElement

Element rootElement
Document root Element.


applicationName

String applicationName
Name of the application (used for name of config directory).


storeName

String storeName
Name of the file used for storage.

Class uk.ac.starlink.util.gui.StoreControlFrame extends JFrame implements Serializable

Serialized Fields

contentPane

JPanel contentPane
Content pane of frame.


actionBar

JPanel actionBar
Action buttons container.


statusView

JPanel statusView
Container for view of currently saved states.


statusTable

JTable statusTable
The table showing the stored configurations.


storeSource

StoreSource storeSource
The StoreSource object, this understands the configuration data and how to encode and decode it from XML.


store

StoreConfiguration store
Object that mediates to the actual store.


menuBar

JMenuBar menuBar
Menubar and various menus and items that it contains.


fileMenu

JMenu fileMenu

Class uk.ac.starlink.util.gui.StoreControlFrame.AddAction extends AbstractAction implements Serializable

Class uk.ac.starlink.util.gui.StoreControlFrame.CloseAction extends AbstractAction implements Serializable

Class uk.ac.starlink.util.gui.StoreControlFrame.DeleteAction extends AbstractAction implements Serializable

Class uk.ac.starlink.util.gui.StoreControlFrame.RestoreAction extends AbstractAction implements Serializable

Class uk.ac.starlink.util.gui.StoreControlFrame.UpdateAction extends AbstractAction implements Serializable

Class uk.ac.starlink.util.gui.ValueButtonGroup extends ButtonGroup implements Serializable

Serialized Fields

valueMap_

Map<K,V> valueMap_

listeners_

List<E> listeners_

buttonListener_

ChangeListener buttonListener_

Package uk.ac.starlink.vo

Class uk.ac.starlink.vo.CapabilityTableModel extends AbstractTableModel implements Serializable

Serialized Fields

caps_

RegCapabilityInterface[] caps_

columns_

uk.ac.starlink.vo.CapabilityTableModel.CapColumn[] columns_

Class uk.ac.starlink.vo.CheckBoxMenu extends JMenu implements Serializable

Serialized Fields

selModel

ListSelectionModel selModel

Class uk.ac.starlink.vo.MetaColumnModel extends DefaultTableColumnModel implements Serializable

Serialized Fields

listModel

DefaultListModel listModel

visibleModel

ListSelectionModel visibleModel

tableModel

TableModel tableModel

purgedColumns

BitSet purgedColumns

Class uk.ac.starlink.vo.RegistryPanel extends JPanel implements Serializable

Serialized Fields

submitQueryAction_

Action submitQueryAction_

cancelQueryAction_

Action cancelQueryAction_

resScroller_

JScrollPane resScroller_

regTable_

RegistryTable regTable_

capTable_

JTable capTable_

capTableModel_

CapabilityTableModel capTableModel_

queryFactory_

RegistryQueryFactory queryFactory_

controlBox_

JComponent controlBox_

countLabel_

JLabel countLabel_

listenerList_

List<E> listenerList_

queryWorker_

Thread queryWorker_

workingPanel_

JComponent workingPanel_

dataPanel_

JComponent dataPanel_

activeItems_

List<E> activeItems_

Class uk.ac.starlink.vo.RegistrySelector extends JPanel implements Serializable

Serialized Fields

comboBox_

JComboBox comboBox_

updateAction_

Action updateAction_

endpointDownloader_

uk.ac.starlink.vo.RegistrySelector.EndpointDownloader endpointDownloader_

model_

RegistrySelectorModel model_

Class uk.ac.starlink.vo.RegistryTable extends JTable implements Serializable

Serialized Fields

tModel_

ResourceTableModel tModel_

colModel_

MetaColumnModel colModel_

sorter_

ArrayTableSorter sorter_

iSortcol_

int iSortcol_

descending_

boolean descending_

Class uk.ac.starlink.vo.RemoteTreeBrowser extends JPanel implements Serializable

Serialized Fields

logAction_

Action logAction_

locheadLabel_

JLabel locheadLabel_

locLabel_

JLabel locLabel_

emptyTreeModel_

TreeModel emptyTreeModel_

jtree_

JTree jtree_

extraPanel_

JComponent extraPanel_

isConnected_

boolean isConnected_

allowContainerSelection_

boolean allowContainerSelection_

Class uk.ac.starlink.vo.ResolverException extends Exception implements Serializable

Class uk.ac.starlink.vo.ResourceTableModel extends ArrayTableModel implements Serializable

Class uk.ac.starlink.vo.Ri1RegistryQueryPanel extends JPanel implements Serializable

Serialized Fields

urlSelector_

RegistrySelector urlSelector_

querySelector_

JComboBox querySelector_

Class uk.ac.starlink.vo.SkyPositionEntry extends JPanel implements Serializable

Serialized Fields

resolveAction_

Action resolveAction_

resolveField_

JTextField resolveField_

raField_

DoubleValueField raField_

decField_

DoubleValueField decField_

qPanel_

ValueFieldPanel qPanel_

fieldList_

List<E> fieldList_

enablables_

JComponent[] enablables_

Class uk.ac.starlink.vo.TableSetPanel extends JPanel implements Serializable

Serialized Fields

tSelector_

JComboBox tSelector_

colTable_

JTable colTable_

foreignTable_

JTable foreignTable_

colTableModel_

ArrayTableModel colTableModel_

foreignTableModel_

ArrayTableModel foreignTableModel_

colColModel_

MetaColumnModel colColModel_

foreignColModel_

MetaColumnModel foreignColModel_

metaPanel_

JComponent metaPanel_

metaSplitter_

JSplitPane metaSplitter_

tableLabel_

JLabel tableLabel_

schemas_

SchemaMeta[] schemas_

Class uk.ac.starlink.vo.TapCapabilityPanel extends JPanel implements Serializable

Serialized Fields

capability_

TapCapability capability_

langSelector_

JComboBox langSelector_

uploadField_

JTextField uploadField_

maxrecSelector_

JComboBox maxrecSelector_

Class uk.ac.starlink.vo.TapQueryPanel extends JPanel implements Serializable

Serialized Fields

serviceUrl_

URL serviceUrl_

metaFetcher_

Thread metaFetcher_

capFetcher_

Thread capFetcher_

parseError_

Throwable parseError_

textPanel_

uk.ac.starlink.vo.TapQueryPanel.ParseTextArea textPanel_

tmetaPanel_

TableSetPanel tmetaPanel_

tcapPanel_

TapCapabilityPanel tcapPanel_

serviceLabel_

JLabel serviceLabel_

countLabel_

JLabel countLabel_

syncToggle_

JToggleButton syncToggle_

examplesAct_

Action examplesAct_

parseErrorAct_

Action parseErrorAct_

exampleActs_

uk.ac.starlink.vo.TapQueryPanel.AdqlExampleAction[] exampleActs_

Class uk.ac.starlink.vo.UwsJob.UnexpectedResponseException extends IOException implements Serializable

Serialized Fields

hconn_

HttpURLConnection hconn_

Class uk.ac.starlink.vo.UwsJobListPanel extends JPanel implements Serializable

Serialized Fields

listModel_

DefaultListModel listModel_

jlist_

JList jlist_

detail_

UwsJobPanel detail_

urlField_

JTextField urlField_

deleteAction_

Action deleteAction_

abortAction_

Action abortAction_

delOnExitModel_

JToggleButton.ToggleButtonModel delOnExitModel_

phaseWatcherMap_

Map<K,V> phaseWatcherMap_

Class uk.ac.starlink.vo.UwsJobPanel extends JPanel implements Serializable

Serialized Fields

urlField_

uk.ac.starlink.vo.UwsJobPanel.ValueField urlField_

phaseField_

uk.ac.starlink.vo.UwsJobPanel.ValueField phaseField_

idField_

uk.ac.starlink.vo.UwsJobPanel.ValueField idField_

runField_

uk.ac.starlink.vo.UwsJobPanel.ValueField runField_

ownerField_

uk.ac.starlink.vo.UwsJobPanel.ValueField ownerField_

durationField_

uk.ac.starlink.vo.UwsJobPanel.ValueField durationField_

startField_

uk.ac.starlink.vo.UwsJobPanel.ValueField startField_

endField_

uk.ac.starlink.vo.UwsJobPanel.ValueField endField_

destructionField_

uk.ac.starlink.vo.UwsJobPanel.ValueField destructionField_

errorField_

uk.ac.starlink.vo.UwsJobPanel.ValueField errorField_

paramPanel_

JComponent paramPanel_

job_

UwsJob job_

Class uk.ac.starlink.vo.ValueFieldPanel extends JPanel implements Serializable

Serialized Fields

layer_

GridBagLayout layer_

gbcs_

GridBagConstraints[] gbcs_

Package uk.ac.starlink.votable.soap

Class uk.ac.starlink.votable.soap.AxisTableDeserializer extends org.apache.axis.encoding.DeserializerImpl implements Serializable

Serialized Fields

storagePolicy_

StoragePolicy storagePolicy_

starTable_

StarTable starTable_

voParser_

TableContentHandler voParser_

rowStore_

RowStore rowStore_

done_

boolean done_

Class uk.ac.starlink.votable.soap.AxisTableDeserializerFactory extends Object implements Serializable

Class uk.ac.starlink.votable.soap.AxisTableSerializer extends Object implements Serializable

Class uk.ac.starlink.votable.soap.AxisTableSerializerFactory extends Object implements Serializable



Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.