public final class Chart2DActionSaveImageSingleton extends AChart2DAction
Action that saves the current chart to an image at the location
specified by showing a modal file chooser save dialog.
Only one instance per target component may exist.
Chart2DActionSetCustomGridColor,
Serialized Formm_chart| Modifier and Type | Method | Description |
|---|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
|
static Chart2DActionSaveImageSingleton |
getInstance(Chart2D chart,
java.lang.String actionName) |
Returns the single instance for the given component, potentially creating it.
|
void |
propertyChange(java.beans.PropertyChangeEvent evt) |
public static Chart2DActionSaveImageSingleton getInstance(Chart2D chart, java.lang.String actionName)
If an instance for the given component had been created the description String is ignored.
chart - the target the action will work onactionName - the descriptive String that will be displayed by
AbstractButton subclasses that get this Action
assigned ( AbstractButton.setAction(javax.swing.Action)).public void actionPerformed(java.awt.event.ActionEvent e)
ActionListener.actionPerformed(java.awt.event.ActionEvent)public void propertyChange(java.beans.PropertyChangeEvent evt)
PropertyChangeListener.propertyChange(java.beans.PropertyChangeEvent)Copyright © 2001 - 2010 LGPL, All Rights Footloose.