org.grinvin.list.actions
Class ShowDetailsAction
public class ShowDetailsAction
Action which can be used to show details for an invariant value.
ShowDetailsAction
public ShowDetailsAction()
Create an action of this type. The graph list element and invariant value to which
this action applies should be set later using ShowDetailsAction
and
ShowDetailsAction
.
ShowDetailsAction
public ShowDetailsAction(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)
setComponent
public void setComponent(JComponent comp)
setX
public void setX(int x)
setY
public void setY(int y)