Klasse GanttChartBaseSkin<R extends Row<?,?,?> , C extends GanttChartBase<R>>
java.lang.Object
javafx.scene.control.SkinBase<C>
impl.com.flexganttfx.skin.GanttChartBaseSkin<R,C>
- Alle implementierten Schnittstellen:
Skin<C>
- Bekannte direkte Unterklassen:
GanttChartLiteSkin, GanttChartSkin
public abstract class GanttChartBaseSkin<R extends Row<?,?,?>, C extends GanttChartBase<R>>
extends SkinBase<C>
Base skin implementation for
GanttChartBase. It assembles the
timeline, graphics area, scroll bars, and master-detail panes and keeps them synchronized
with the control state.-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungprotected voidConfigures the detail node.protected voidConfigures the master node.Returns theVBoxinstance that will be used if the scroll bar type is equal toGanttChartBase.ScrollBarType.FIXED_HORIZON.Returns theHiddenSidesPaneinstance that will be used if the scroll bar type is equal toGanttChartBase.ScrollBarType.INFINITE.protected final BorderPaneReturns the timeline graphics pane.protected final TimelineScrollBarReturns the timeline scroll bar.Von Klasse geerbte Methoden 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, registerInvalidationListener, registerListChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners, unregisterInvalidationListeners, unregisterListChangeListeners
-
Konstruktordetails
-
GanttChartBaseSkin
Constructs a new skin for the given control.- Parameter:
control- the control
-
-
Methodendetails
-
configureMasterNode
protected void configureMasterNode()Configures the master node. -
configureDetailNode
protected void configureDetailNode()Configures the detail node. -
getRightHandSideHiddenSidesPane
Returns theHiddenSidesPaneinstance that will be used if the scroll bar type is equal toGanttChartBase.ScrollBarType.INFINITE. In this case the hidden sides pane will hide theTimelineScrollBarin its bottom position.- Gibt zurück:
- the hidden sides pane
- Seit:
- 11.12.3
- Siehe auch:
-
getRightHandSideBox
Returns theVBoxinstance that will be used if the scroll bar type is equal toGanttChartBase.ScrollBarType.FIXED_HORIZON. In this case a standard scrollbar will be added at the bottom of the box.- Gibt zurück:
- the hidden sides pane
- Seit:
- 11.12.3
- Siehe auch:
-
getTimelineGraphicsPane
Returns the timeline graphics pane.- Gibt zurück:
- the timeline graphics pane
-
getTimelineScrollBar
Returns the timeline scroll bar.- Gibt zurück:
- the timeline scroll bar
-