org.grinvin.list.actions
Class RecalculateInvariantValueAction
public class RecalculateInvariantValueAction
Action which can be used to invalidate an invariant value for the graphbundle in a
graph list element. The graph list element and invariant value must be set before
the action can be performed and the invariant value has to belong to the graph
bundle in the graph list element.
RecalculateInvariantValueAction
public RecalculateInvariantValueAction()
Create an action of this type. The graph list element and invariant value to which
this action applies should be set later using RecalculateInvariantValueAction
and
RecalculateInvariantValueAction
.
RecalculateInvariantValueAction
public RecalculateInvariantValueAction(InvariantValue iv,
GraphListElement gle)
Create an action of this type for the given invariant value and graph list element.
actionPerformed
public void actionPerformed(ActionEvent ev)