wt.clients.beans.graph
Class DistributeXAction
java.lang.Object
javax.swing.AbstractAction
wt.clients.beans.graph.GraphAction
wt.clients.beans.graph.DistributeXAction
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- Direct Known Subclasses:
- DistributeHorizontallyAction
- public class DistributeXAction
- 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 final String NAME
- See Also:
- Constant Field Values
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
DistributeXAction
public DistributeXAction()
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
-