Package com.macrofocus.treemap.swing
Class ZoomOutAction<N,Row,Column>
- java.lang.Object
-
- javax.swing.AbstractAction
-
- com.macrofocus.treemap.swing.ZoomOutAction<N,Row,Column>
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class ZoomOutAction<N,Row,Column> extends javax.swing.AbstractActionZoom out.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZoomOutAction(TreeMapView<javax.swing.JComponent,N,Row,Column,java.awt.Color,java.awt.Font> view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
ZoomOutAction
public ZoomOutAction(TreeMapView<javax.swing.JComponent,N,Row,Column,java.awt.Color,java.awt.Font> view)
-
-