org.grinvin.worksheet.actions
Class InvalidateGraphBundleCacheAction
public class InvalidateGraphBundleCacheAction
Action which can be used to invalidate the cache of the graphbundle in a
graph list element. The graph list elements must be set before the action
can be performed.
InvalidateGraphBundleCacheAction
public InvalidateGraphBundleCacheAction()
Create an action of this type. The graph list elements to which
this action applies should be set later using InvalidateGraphBundleCacheAction
InvalidateGraphBundleCacheAction
public InvalidateGraphBundleCacheAction(GraphListElement graphListElement)
Create an action of this type for the given graph list element.
InvalidateGraphBundleCacheAction
public InvalidateGraphBundleCacheAction(GraphListElement[] graphListElements)
Create an action of this type for the given graph list elements.
actionPerformed
public void actionPerformed(ActionEvent ev)