Package com.macrofocus.treemap.swing
Class DrillDownAction<N,Row,Column>
- java.lang.Object
-
- javax.swing.AbstractAction
-
- com.macrofocus.treemap.swing.DrillDownAction<N,Row,Column>
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class DrillDownAction<N,Row,Column> extends javax.swing.AbstractActionAction to drill down one level. When the last level is reached, it will go back to the root node.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DrillDownAction(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
-
DrillDownAction
public DrillDownAction(TreeMapView<javax.swing.JComponent,N,Row,Column,java.awt.Color,java.awt.Font> view)
-
-