Module com.flexganttfx.view
Package impl.com.flexganttfx.skin
Class GanttChartSkin<R extends Row<?,?,?>>
java.lang.Object
javafx.scene.control.SkinBase<C>
impl.com.flexganttfx.skin.GanttChartBaseSkin<R,GanttChart<R>>
impl.com.flexganttfx.skin.GanttChartSkin<R>
- All Implemented Interfaces:
Skin<GanttChart<R>>
public class GanttChartSkin<R extends Row<?,?,?>> extends GanttChartBaseSkin<R,GanttChart<R>>
-
Constructor Summary
Constructors Constructor Description GanttChartSkin(GanttChart<R> ganttChart)
-
Method Summary
Modifier and Type Method Description protected void
bindVerticalListViewScrollBarWithVerticalTreeTableScrollBar()
org.controlsfx.control.HiddenSidesPane
getLeftHandSide()
org.controlsfx.control.HiddenSidesPane
getRightHandSide()
Methods inherited from class impl.com.flexganttfx.skin.GanttChartBaseSkin
configureDetailNode, getHiddenSidesPane, getTimelineGraphicsPane, getTimelineScrollBar
Methods inherited from class javafx.scene.control.SkinBase
computeBaselineOffset, computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, consumeMouseEvents, dispose, executeAccessibleAction, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutChildren, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, queryAccessibleAttribute, registerChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners
-
Constructor Details
-
Method Details
-
getRightHandSide
public org.controlsfx.control.HiddenSidesPane getRightHandSide() -
getLeftHandSide
public org.controlsfx.control.HiddenSidesPane getLeftHandSide() -
bindVerticalListViewScrollBarWithVerticalTreeTableScrollBar
protected void bindVerticalListViewScrollBarWithVerticalTreeTableScrollBar()
-