wt.clients.beans.monitor
Class MonitorTimeRendererAction

java.lang.Object
  extended byjavax.swing.AbstractAction
      extended bywt.clients.beans.graph.GraphAction
          extended bywt.clients.beans.monitor.MonitorTimeRendererAction
All Implemented Interfaces:
Action, ActionListener, Cloneable, EventListener, Serializable

public class MonitorTimeRendererAction
extends GraphAction

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class javax.swing.AbstractAction
 
Field Summary
private static String CLASSNAME
           
private static String NAME
           
private static String RESOURCE
           
(package private) static long serialVersionUID
           
private static String versionID
           
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
MonitorTimeRendererAction()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 void readExternal(ObjectInput input)
          Reads the non-transient fields of this class from an external source.
private  void readOldVersion(ObjectInput input, long readSerialVersionUID)
          Reads the non-transient fields of this class from an external source, which is not the current version.
 void writeExternal(ObjectOutput output)
          Writes the non-transient fields of this class to an external source.
 
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

CLASSNAME

private static final String CLASSNAME

versionID

private static final String versionID
See Also:
Constant Field Values

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

NAME

private static String NAME

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values
Constructor Detail

MonitorTimeRendererAction

public MonitorTimeRendererAction()
Method Detail

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Writes the non-transient fields of this class to an external source.

Parameters:
output -
Throws:
IOException

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Parameters:
input -
Throws:
IOException
ClassNotFoundException

readOldVersion

private void readOldVersion(ObjectInput input,
                            long readSerialVersionUID)
                     throws IOException,
                            ClassNotFoundException
Reads the non-transient fields of this class from an external source, which is not the current version.

Parameters:
input -
readSerialVersionUID -
Throws:
IOException
ClassNotFoundException

actionPerformed

public void actionPerformed(ActionEvent e)
Parameters:
e -