gov.nasa.gsfc.drl.rtstps.viewer.tables
Class VcStatusTableAction
java.lang.Object
javax.swing.AbstractAction
gov.nasa.gsfc.drl.rtstps.library.XAction
gov.nasa.gsfc.drl.rtstps.viewer.tables.StatusTableAction
gov.nasa.gsfc.drl.rtstps.viewer.tables.VcStatusTableAction
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
public final class VcStatusTableAction
- extends StatusTableAction
This action lets the user create a virtual channel status table window.
- See Also:
- Serialized Form
Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
Methods inherited from class gov.nasa.gsfc.drl.rtstps.library.XAction |
getText |
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
typeNames
private static final java.lang.String[] typeNames
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
VcStatusTableAction
public VcStatusTableAction(javax.swing.JFrame frame,
Distributor distributor)
getBlockList
protected final java.util.List<java.lang.String> getBlockList()
- Specified by:
getBlockList
in class StatusTableAction
createStatusTableModel
protected StatusTableModel createStatusTableModel(Distributor d)
- Specified by:
createStatusTableModel
in class StatusTableAction