Serialized Form
-
Package uk.ac.starlink.util
-
Class uk.ac.starlink.util.LoadException extends java.lang.Exception implements Serializable
-
-
Package uk.ac.starlink.util.gui
-
Class uk.ac.starlink.util.gui.ArrayTableModel extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
columns_
ArrayTableColumn<R,?>[] columns_
-
items_
R[] items_
-
-
-
Class uk.ac.starlink.util.gui.BasicFileChooser extends javax.swing.JFileChooser implements Serializable
-
Class uk.ac.starlink.util.gui.BasicFontChooser extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
accepted
boolean accepted
Whether selected font is accepted. -
cancelButton
javax.swing.JButton cancelButton
Cancel and exit button. -
contentPane
javax.swing.JPanel contentPane
The dialog contentpane. -
currentFont
java.lang.String currentFont
Selected font name -
currentSize
int currentSize
Selected font size. -
currentStyle
int currentStyle
Selected font style. -
fontBox
javax.swing.JComboBox fontBox
List of all available fonts. -
fontDisplay
javax.swing.JTextField fontDisplay
Display of the currently selected font. -
fontLabel
javax.swing.JLabel fontLabel
Label for font selector. -
okButton
javax.swing.JButton okButton
Accept and exit button. -
sizeBox
javax.swing.JComboBox sizeBox
List of pre-selected sizes. -
sizeLabel
javax.swing.JLabel sizeLabel
Label for size selector. -
styleBox
javax.swing.JComboBox styleBox
List of possible styles. -
styleLabel
javax.swing.JLabel styleLabel
Label for style selector.
-
-
-
Class uk.ac.starlink.util.gui.BeanTableModel extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
beanClass_
java.lang.Class beanClass_
-
data_
java.lang.Object[] data_
-
properties_
java.beans.PropertyDescriptor[] properties_
-
readErrorReported_
boolean readErrorReported_
-
writeErrorReported_
boolean writeErrorReported_
-
-
-
Class uk.ac.starlink.util.gui.ChangingComboBoxModel extends javax.swing.DefaultComboBoxModel implements Serializable
-
Serialized Fields
-
actionListeners_
java.util.Collection actionListeners_
-
changeListeners_
java.util.Collection changeListeners_
-
-
-
Class uk.ac.starlink.util.gui.ComboBoxBumper extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
bumpActions_
javax.swing.Action[] bumpActions_
-
comboBox_
javax.swing.JComboBox comboBox_
-
-
-
Class uk.ac.starlink.util.gui.ConstrainedViewportLayout extends javax.swing.ViewportLayout implements Serializable
-
Class uk.ac.starlink.util.gui.ErrorDialog extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
detailPanel_
javax.swing.JComponent detailPanel_
-
error_
java.lang.Throwable error_
-
holder_
javax.swing.JComponent holder_
-
message_
java.lang.String[] message_
-
summaryPanel_
javax.swing.JComponent summaryPanel_
-
title_
java.lang.String title_
-
-
-
Class uk.ac.starlink.util.gui.ExampleSelectField extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
comboBox_
javax.swing.JComboBox comboBox_
-
editor_
javax.swing.ComboBoxEditor editor_
-
exampleText_
java.lang.String exampleText_
-
focusListener_
java.awt.event.FocusListener focusListener_
-
-
-
Class uk.ac.starlink.util.gui.ExampleTextField extends javax.swing.JTextField implements Serializable
-
Serialized Fields
-
docListener_
javax.swing.event.DocumentListener docListener_
-
exampleText_
java.lang.String exampleText_
-
focusListener_
java.awt.event.FocusListener focusListener_
-
-
-
Class uk.ac.starlink.util.gui.FileNameListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable
-
Serialized Fields
-
parent
javax.swing.JComboBox parent
The JComboBox hosting these rendering instances, if used.
-
-
-
Class uk.ac.starlink.util.gui.MemoryMonitor extends javax.swing.JComponent implements Serializable
-
Serialized Fields
-
maxColor_
java.awt.Color maxColor_
-
reverse_
boolean reverse_
-
runtime_
java.lang.Runtime runtime_
-
showText_
boolean showText_
-
textAngle_
double textAngle_
-
timer_
javax.swing.Timer timer_
-
totalColor_
java.awt.Color totalColor_
-
usedColor_
java.awt.Color usedColor_
-
vertical_
boolean vertical_
-
-
-
Class uk.ac.starlink.util.gui.ProxySetupFrame extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
acceptButton
javax.swing.JButton acceptButton
-
cancelButton
javax.swing.JButton cancelButton
-
closeFileMenu
javax.swing.JMenuItem closeFileMenu
-
fileMenu
javax.swing.JMenu fileMenu
-
hostName
javax.swing.JTextField hostName
-
menuBar
javax.swing.JMenuBar menuBar
Menubar and various menus and items that it contains. -
needProxy
javax.swing.JCheckBox needProxy
Other UI elements -
nonHostNames
javax.swing.JTextField nonHostNames
-
portNumber
javax.swing.JTextField portNumber
-
proxySetup
ProxySetup proxySetup
The ProxySetup instance.
-
-
-
Class uk.ac.starlink.util.gui.ProxySetupFrame.AcceptAction extends javax.swing.AbstractAction implements Serializable
-
Class uk.ac.starlink.util.gui.ProxySetupFrame.CancelAction extends javax.swing.AbstractAction implements Serializable
-
Class uk.ac.starlink.util.gui.RenderingComboBox extends javax.swing.JComboBox implements Serializable
-
Serialized Fields
-
renderer_
javax.swing.ListCellRenderer renderer_
-
-
-
Class uk.ac.starlink.util.gui.SelectCharacters extends javax.swing.JDialog implements Serializable
-
Serialized Fields
-
actionBar
javax.swing.JPanel actionBar
The actions bar. -
contentPane
javax.swing.JPanel contentPane
The JFrame content panel. -
displayFont
java.awt.Font displayFont
The font to display. -
listeners
javax.swing.event.EventListenerList listeners
-
menuBar
javax.swing.JMenuBar menuBar
Menu bar components -
menuFile
javax.swing.JMenu menuFile
-
menuFileCancel
javax.swing.JMenuItem menuFileCancel
-
menuHelp
javax.swing.JMenu menuHelp
-
model
SelectCharactersModel model
The model of the character table. -
scrollPane
javax.swing.JScrollPane scrollPane
ScrollPane for control view of table. -
table
javax.swing.JTable table
Table that displays the characters in the font. -
text
javax.swing.JTextField text
JTextField for displaying the selected characters.
-
-
-
Class uk.ac.starlink.util.gui.SelectCharacters.AcceptAction extends javax.swing.AbstractAction implements Serializable
-
Class uk.ac.starlink.util.gui.SelectCharacters.CancelAction extends javax.swing.AbstractAction implements Serializable
-
Class uk.ac.starlink.util.gui.SelectCharactersEvent extends java.util.EventObject implements Serializable
-
Serialized Fields
-
text
java.lang.String text
The text.
-
-
-
Class uk.ac.starlink.util.gui.SelectCharactersModel extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
font
java.awt.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 javax.swing.JDialog implements Serializable
-
Serialized Fields
-
textField
SelectTextField textField
The SelectText component -
value
java.lang.String value
The accepted value, null if not accepted
-
-
-
Class uk.ac.starlink.util.gui.SelectTextField extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
charButton
javax.swing.JButton charButton
Button to initiate selecting special characters. -
charChooser
SelectCharacters charChooser
The special character chooser. -
listeners
javax.swing.event.EventListenerList listeners
-
textField
javax.swing.JTextField textField
The text entry field.
-
-
-
Class uk.ac.starlink.util.gui.ShrinkWrapper extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
component_
java.awt.Component component_
-
-
-
Class uk.ac.starlink.util.gui.SizingScrollPane extends javax.swing.JScrollPane implements Serializable
-
Serialized Fields
-
config_
uk.ac.starlink.util.gui.SizingScrollPane.SizeConfig config_
-
-
-
Class uk.ac.starlink.util.gui.StoreConfiguration extends javax.swing.table.AbstractTableModel implements Serializable
-
Serialized Fields
-
applicationName
java.lang.String applicationName
Name of the application (used for name of config directory). -
document
org.w3c.dom.Document document
The Document. -
rootElement
org.w3c.dom.Element rootElement
Document root Element. -
storeName
java.lang.String storeName
Name of the file used for storage.
-
-
-
Class uk.ac.starlink.util.gui.StoreControlFrame extends javax.swing.JFrame implements Serializable
-
Serialized Fields
-
actionBar
javax.swing.JPanel actionBar
Action buttons container. -
contentPane
javax.swing.JPanel contentPane
Content pane of frame. -
fileMenu
javax.swing.JMenu fileMenu
-
menuBar
javax.swing.JMenuBar menuBar
Menubar and various menus and items that it contains. -
statusTable
javax.swing.JTable statusTable
The table showing the stored configurations. -
statusView
javax.swing.JPanel statusView
Container for view of currently saved states. -
store
StoreConfiguration store
Object that mediates to the actual store. -
storeSource
StoreSource storeSource
The StoreSource object, this understands the configuration data and how to encode and decode it from XML.
-
-
-
Class uk.ac.starlink.util.gui.StoreControlFrame.AddAction extends javax.swing.AbstractAction implements Serializable
-
Class uk.ac.starlink.util.gui.StoreControlFrame.CloseAction extends javax.swing.AbstractAction implements Serializable
-
Class uk.ac.starlink.util.gui.StoreControlFrame.DeleteAction extends javax.swing.AbstractAction implements Serializable
-
Class uk.ac.starlink.util.gui.StoreControlFrame.RestoreAction extends javax.swing.AbstractAction implements Serializable
-
Class uk.ac.starlink.util.gui.StoreControlFrame.UpdateAction extends javax.swing.AbstractAction implements Serializable
-
Class uk.ac.starlink.util.gui.TallWrapper extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
comp_
java.awt.Component comp_
-
-
-
Class uk.ac.starlink.util.gui.ValueButtonGroup extends javax.swing.ButtonGroup implements Serializable
-
Serialized Fields
-
buttonListener_
javax.swing.event.ChangeListener buttonListener_
-
listeners_
java.util.List<javax.swing.event.ChangeListener> listeners_
-
valueMap_
java.util.Map<javax.swing.AbstractButton,T> valueMap_
-
-
-