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>
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected voidprotected voidReturns 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 BorderPaneprotected final TimelineScrollBarVon Klasse geerbte Methoden 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, registerInvalidationListener, registerListChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners, unregisterInvalidationListeners, unregisterListChangeListeners
-
Konstruktordetails
-
GanttChartBaseSkin
-
-
Methodendetails
-
configureMasterNode
protected void configureMasterNode() -
configureDetailNode
protected void configureDetailNode() -
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
-
getTimelineScrollBar
-