public abstract class AbstractConfigurationGraphAction
extends javax.swing.AbstractAction
| Modifier and Type | Field and Description |
|---|---|
private ConfigurationGraph |
graph
the graph.
|
| Constructor and Description |
|---|
AbstractConfigurationGraphAction(java.lang.String name,
ConfigurationGraph graph)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) ConfigurationGraph |
getGraph()
getter of the graph.
|
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledprivate final ConfigurationGraph graph
public AbstractConfigurationGraphAction(java.lang.String name,
ConfigurationGraph graph)
name - the name.graph - the graph.ConfigurationGraph getGraph()