wt.clients.beans.graph
Class DistributeYAction
java.lang.Object
javax.swing.AbstractAction
wt.clients.beans.graph.GraphAction
wt.clients.beans.graph.DistributeYAction
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Externalizable, Serializable
- Direct Known Subclasses:
- DistributeVerticallyAction
- public class DistributeYAction
- extends GraphAction
- implements Externalizable
- 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 final String NAME
- See Also:
- Constant Field Values
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
DistributeYAction
public DistributeYAction()
writeExternal
public void writeExternal(ObjectOutput output)
throws IOException
- Writes the non-transient fields of this class to an external source.
- Specified by:
writeExternal
in interface Externalizable
- 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.
- Specified by:
readExternal
in interface Externalizable
- 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)
- Specified by:
actionPerformed
in interface ActionListener
- Parameters:
e
-