Class DrillDownAction<N,Row,Column>

java.lang.Object
javax.swing.AbstractAction
com.treemap.swing.DrillDownAction<N,Row,Column>
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class DrillDownAction<N,Row,Column> extends AbstractAction
Action to drill down one level. When the last level is reached, it will go back to the root node.
See Also: