Module com.flexganttfx.view
Class ContainerSkinBase<T extends ContainerBase>
java.lang.Object
javafx.scene.control.SkinBase<T>
impl.com.flexganttfx.skin.container.ContainerSkinBase<T>
- All Implemented Interfaces:
Skin<T>
- Direct Known Subclasses:
MultiGanttChartContainerSkinBase
,QuadGanttChartContainerSkin
Created by dirk on 11/07/16.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ContainerSkinBase
(T control) Constructor for all SkinBase instances. -
Method Summary
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, registerInvalidationListener, registerListChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners, unregisterInvalidationListeners, unregisterListChangeListeners
-
Field Details
-
GANTT_TREE_TABLE_VIEW_LAST
- See Also:
-
GANTT_TREE_TABLE_VIEW_MIDDLE
- See Also:
-
GANTT_TREE_TABLE_VIEW_FIRST
- See Also:
-
TIMELINE_LAST
- See Also:
-
TIMELINE_MIDDLE
- See Also:
-
TIMELINE_FIRST
- See Also:
-
-
Constructor Details
-
ContainerSkinBase
Constructor for all SkinBase instances.- Parameters:
control
- The control for which this Skin should attach to.
-