info.monitorenter.gui.chart.events
Class Trace2DActionRemove
java.lang.Object
javax.swing.AbstractAction
info.monitorenter.gui.chart.events.ATrace2DAction
info.monitorenter.gui.chart.events.Trace2DActionRemove
- All Implemented Interfaces:
- ActionListener, PropertyChangeListener, Serializable, Cloneable, EventListener, Action
public final class Trace2DActionRemove
- extends ATrace2DAction
Action
that removes the constructor given
ITrace2D
from the
corresponding Chart2D
.
This action is "destructive" - the trace will be lost. There exists no
counterpart to add a trace yet (there is no fixed data format / source for
creating a chart).
- Version:
- $Revision: 1.4 $
- Author:
- Achim Westermann
- See Also:
- Serialized Form
Trace2DActionRemove
public Trace2DActionRemove(ITrace2D trace,
String name)
- Create an
Action
that removes the given the trace from it's
chart upon action.
- Parameters:
trace
- the target the action will work on.name
- the descriptive String
that will be displayed by
AbstractButton
subclasses that get this
Action
assigned (
AbstractButton.setAction(javax.swing.Action)
).
actionPerformed
public void actionPerformed(ActionEvent e)
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- See Also:
PropertyChangeListener.propertyChange(java.beans.PropertyChangeEvent)
Copyright © 2001 - 2007 LGPL, All Rights Footloose.