org.grinvin.worksheet.actions

Class InvalidateGraphBundleCacheAction


public class InvalidateGraphBundleCacheAction
extends AbstractGraphListElementAction

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.

Field Summary

Fields inherited from class org.grinvin.worksheet.actions.AbstractGraphListElementAction

graphListElements

Constructor Summary

InvalidateGraphBundleCacheAction()
Create an action of this type.
InvalidateGraphBundleCacheAction(GraphListElement graphListElement)
Create an action of this type for the given graph list element.
InvalidateGraphBundleCacheAction(GraphListElement[] graphListElements)
Create an action of this type for the given graph list elements.

Method Summary

void
actionPerformed(ActionEvent ev)

Methods inherited from class org.grinvin.worksheet.actions.AbstractGraphListElementAction

setEnabled, setGraphListElements, setGraphListElements

Constructor Details

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.

Method Details

actionPerformed

public void actionPerformed(ActionEvent ev)