| DefaultTreeMapController<N,Row,Column> |
Default controller mediating user interactions with a TreeMapView.
|
| DrillDownAction<N,Row,Column> |
Action to drill down one level.
|
| DrillUpAction<N,Row,Column> |
Drill one level up.
|
| JideTreeMapPopup |
An implementation of a treemap popup based on JidePopup
|
| SwingAlgorithmFactory |
|
| SwingTreeMap<N,Row,Column> |
A facade to the TreeMap model-view-controller (MVC) architecture.
|
| SwingTreeMapController<N,Row,Column> |
Created by luc on 03.05.17.
|
| SwingTreeMapModel<N extends AbstractTreeMapNode<N,Row,Column,java.awt.Color,java.awt.Font>,Row,Column> |
Created by luc on 01.05.17.
|
| SwingTreeMapModel.AbstractTreeMapFieldComboBoxModel<N extends MutableTreeMapNode> |
|
| SwingTreeMapModel.BackgroundComboBoxModel<N extends MutableTreeMapNode> |
|
| SwingTreeMapModel.ColorComboBoxModel<N extends MutableTreeMapNode> |
|
| SwingTreeMapModel.GroupByComboBoxModel<N extends MutableTreeMapNode> |
|
| SwingTreeMapModel.HeightComboBoxModel<N extends MutableTreeMapNode> |
|
| SwingTreeMapModel.LabelComboBoxModel<N extends MutableTreeMapNode> |
|
| SwingTreeMapModel.SizeComboBoxModel<N extends MutableTreeMapNode> |
|
| SwingTreeMapPopup |
An implementation of a popup window using straight painting.
|
| SwingTreeMapToolTip<N,Row,Column> |
Default implementation of a tooltip using JidePopup as a container.
|
| SwingTreeMapView<N,Row,Column> |
Provides a view for a TreeMapModel
|
| TreeMapPanel |
Panel with range slider zoom into the TreeMap
|
| VariablesComboBoxModel<E> |
|
| ZoomInAction<N,Row,Column> |
Zoom in on the group containing the mouse cursor.
|
| ZoomOutAction<N,Row,Column> |
Zoom out.
|