wt.clients.beans.monitor
Class MonitorTimeRendererAction
java.lang.Object
javax.swing.AbstractAction
wt.clients.beans.graph.GraphAction
wt.clients.beans.monitor.MonitorTimeRendererAction
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class MonitorTimeRendererAction
- extends GraphAction
- See Also:
- Serialized Form
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
MonitorTimeRendererAction
public MonitorTimeRendererAction()
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
-