gov.nasa.gsfc.drl.rtstps.viewer.tables
Class PacketStatusTableAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by gov.nasa.gsfc.drl.rtstps.library.XAction
          extended by gov.nasa.gsfc.drl.rtstps.viewer.tables.StatusTableAction
              extended by gov.nasa.gsfc.drl.rtstps.viewer.tables.PacketStatusTableAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

public class PacketStatusTableAction
extends StatusTableAction

This action lets the user create a packet status table window.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class gov.nasa.gsfc.drl.rtstps.viewer.tables.StatusTableAction
StatusTableAction.MyWindowAdapter
 
Field Summary
private static long serialVersionUID
           
 
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
 
Constructor Summary
PacketStatusTableAction(javax.swing.JFrame frame, Distributor distributor)
           
 
Method Summary
protected  StatusTableModel createStatusTableModel(Distributor d)
           
protected  java.util.List<java.lang.String> getBlockList()
           
 
Methods inherited from class gov.nasa.gsfc.drl.rtstps.viewer.tables.StatusTableAction
actionPerformed, getBlockList, getBlockList, getKeyStroke, getMnemonic, getToolTip, setKeyStroke, setMnemonic, setToolTip
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

PacketStatusTableAction

public PacketStatusTableAction(javax.swing.JFrame frame,
                               Distributor distributor)
Method Detail

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