java.beans.PropertyChangeListener
, java.util.EventListener
ATrace2DActionErrorBarPolicy
, Trace2DActionAddRemoveHighlighter
, Trace2DActionAddRemoveTracePainter
, Trace2DActionRemove
, Trace2DActionSetColor
, Trace2DActionSetCustomColor
, Trace2DActionSetName
, Trace2DActionSetPhysicalUnits
, Trace2DActionSetStroke
, Trace2DActionSetVisible
, Trace2DActionSetZindex
, Trace2DActionZindexDecrease
, Trace2DActionZindexIncrease
public abstract class ATrace2DAction
extends javax.swing.AbstractAction
implements java.beans.PropertyChangeListener
ITrace2D
instance.
Every subclass may access it's constructor-given ITrace2D
instance as protected member m_trace
.
Modifier and Type | Field | Description |
---|---|---|
protected ITrace2D |
m_trace |
The trace to trigger the action upon.
|
Constructor | Description |
---|---|
ATrace2DAction(ITrace2D trace,
java.lang.String description) |
Create an
Action that accesses the trace and identifies
itself with the given action String. |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
protected ITrace2D m_trace
public ATrace2DAction(ITrace2D trace, java.lang.String description)
Action
that accesses the trace and identifies
itself with the given action String.trace
- the target the action will work on.description
- the descriptive String
that will be displayed by
AbstractButton
subclasses that get this
Action
assigned (
AbstractButton.setAction(javax.swing.Action)
).Copyright © 2001 - 2010 LGPL, All Rights Footloose.