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.
info.monitorenter.gui.chart.events.Chart2DActionSetCustomGridColor
,
Serialized Formm_chart
changeSupport, enabled
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
static Chart2DActionSaveImageSingleton |
getInstance(Chart2D chart,
String actionName)
Returns the single instance for the given component, potentially creating it.
|
void |
propertyChange(PropertyChangeEvent evt) |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public static Chart2DActionSaveImageSingleton getInstance(Chart2D chart, 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(ActionEvent e)
public void propertyChange(PropertyChangeEvent evt)
Copyright © 2017. All rights reserved.