Class JavaFXTableLensComponent<Row,Column>
- java.lang.Object
-
- com.macrofocus.high_d.tablelens.AbstractTableLensComponent<javafx.scene.Node,javafx.scene.paint.Color,Row,Column>
-
- com.macrofocus.high_d.tablelens.javafx.JavaFXTableLensComponent<Row,Column>
-
- All Implemented Interfaces:
com.macrofocus.crossplatform.CPComponent<javafx.scene.Node>
,com.macrofocus.crossplatform.CPInteractiveComponent<javafx.scene.Node>
,TableLensComponent<javafx.scene.Node,Row,Column>
public class JavaFXTableLensComponent<Row,Column> extends AbstractTableLensComponent<javafx.scene.Node,javafx.scene.paint.Color,Row,Column>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.macrofocus.high_d.tablelens.AbstractTableLensComponent
AbstractTableLensComponent.AbstractVisualLayerIDrawing
-
-
Field Summary
-
Fields inherited from class com.macrofocus.high_d.tablelens.AbstractTableLensComponent
canvas, model, timer, view
-
-
Constructor Summary
Constructors Constructor Description JavaFXTableLensComponent(TableLensView view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getHeight()
javafx.scene.Node
getNativeComponent()
protected int
getWidth()
protected void
refresh()
protected void
repaint()
void
scheduleUpdate()
void
setStyleClass(java.lang.String... styleClasses)
-
Methods inherited from class com.macrofocus.high_d.tablelens.AbstractTableLensComponent
addMouseListener, addMouseMotionListener, createOverplots, getClosestRow, getRows, removeMouseListener, removeMouseMotionListener, setModel
-
-
-
-
Constructor Detail
-
JavaFXTableLensComponent
public JavaFXTableLensComponent(TableLensView view)
-
-
Method Detail
-
setStyleClass
public void setStyleClass(java.lang.String... styleClasses)
-
getNativeComponent
public javafx.scene.Node getNativeComponent()
-
scheduleUpdate
public void scheduleUpdate()
-
getWidth
protected int getWidth()
- Specified by:
getWidth
in classAbstractTableLensComponent<javafx.scene.Node,javafx.scene.paint.Color,Row,Column>
-
getHeight
protected int getHeight()
- Specified by:
getHeight
in classAbstractTableLensComponent<javafx.scene.Node,javafx.scene.paint.Color,Row,Column>
-
refresh
protected void refresh()
- Specified by:
refresh
in classAbstractTableLensComponent<javafx.scene.Node,javafx.scene.paint.Color,Row,Column>
-
repaint
protected void repaint()
- Specified by:
repaint
in classAbstractTableLensComponent<javafx.scene.Node,javafx.scene.paint.Color,Row,Column>
-
-