Package com.macrofocus.high_d.tablelens
Class AbstractTableLensController<Component,Color,Row,Column>
java.lang.Object
com.macrofocus.high_d.tablelens.AbstractTableLensController<Component,Color,Row,Column>
- All Implemented Interfaces:
TableLensController<Component,
Color, Row, Column>
- Direct Known Subclasses:
JavaFXTableLensController
public abstract class AbstractTableLensController<Component,Color,Row,Column>
extends Object
implements TableLensController<Component,Color,Row,Column>
Created by luc on 26/07/16.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface com.macrofocus.high_d.tablelens.TableLensController
TableLensController.Mode
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractTableLensController
public AbstractTableLensController()
-
-
Method Details
-
setView
Description copied from interface:TableLensController
Replace the view currently under control. -
getView
-
getMode
-
setMode
-