public class ResetAction
extends javax.swing.AbstractAction
| Modifier and Type | Field and Description |
|---|---|
private ConfigurationGraph |
graph
the configuration graph.
|
| Constructor and Description |
|---|
ResetAction(ConfigurationGraph graph)
the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
actionPerformed(java.awt.event.WindowEvent we)
performs the reset process.
|
private void |
performReset()
Performs the reset action.
|
private final ConfigurationGraph graph
public ResetAction(ConfigurationGraph graph)
graph - the graph.