org.grinvin.worksheet.actions

Class ShowGraphPropertiesAction


public class ShowGraphPropertiesAction
extends AbstractGraphListElementAction

Actions which shows the graph properties window of a certain graph list element. The graph list element must be set before the action can be performed.

Field Summary

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

graphListElements

Constructor Summary

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

Method Summary

void
actionPerformed(ActionEvent e)

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

setEnabled, setGraphListElements, setGraphListElements

Constructor Details

ShowGraphPropertiesAction

public ShowGraphPropertiesAction()
Create an action of this type. The graph list elements to which this action applies should be set later using ShowGraphPropertiesAction

ShowGraphPropertiesAction

public ShowGraphPropertiesAction(GraphListElement[] graphListElements)
Create an action of this type for the given graph list element.

Method Details

actionPerformed

public void actionPerformed(ActionEvent e)