Interface TreePlotController<C,N,Row,Column,Color,Font>

All Known Implementing Classes:
AbstractTreePlotController, JavaFXTreePlotController

public interface TreePlotController<C,N,Row,Column,Color,Font>
Control the user interactions with the view.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Replace the view currently under control.
  • Method Details