JIDE 3.5.15

com.jidesoft.treemap
Interface TreeMapController<N>

All Known Implementing Classes:
DefaultTreeMapController

public interface TreeMapController<N>

Control the user interactions with the view.


Method Summary
 void setView(TreeMapView<N> view)
          Replace the view currently under control.
 

Method Detail

setView

void setView(TreeMapView<N> view)
Replace the view currently under control.

Parameters:
view - the TreeMapView to use

JIDE 3.5.15