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
public abstract class ContainerSkinBase<T extends ContainerBase> extends SkinBase<T>
Created by dirk on 11/07/16.
-
Field Summary
Fields Modifier and Type Field Description protected static StringGANTT_TREE_TABLE_VIEW_FIRSTprotected static StringGANTT_TREE_TABLE_VIEW_LASTprotected static StringGANTT_TREE_TABLE_VIEW_MIDDLEprotected static StringTIMELINE_FIRSTprotected static StringTIMELINE_LASTprotected static StringTIMELINE_MIDDLE -
Constructor Summary
Constructors Modifier Constructor Description protectedContainerSkinBase(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, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners
-
Field Details
-
GANTT_TREE_TABLE_VIEW_LAST
- See Also:
- Constant Field Values
-
GANTT_TREE_TABLE_VIEW_MIDDLE
- See Also:
- Constant Field Values
-
GANTT_TREE_TABLE_VIEW_FIRST
- See Also:
- Constant Field Values
-
TIMELINE_LAST
- See Also:
- Constant Field Values
-
TIMELINE_MIDDLE
- See Also:
- Constant Field Values
-
TIMELINE_FIRST
- See Also:
- Constant Field Values
-
-
Constructor Details
-
ContainerSkinBase
Constructor for all SkinBase instances.- Parameters:
control- The control for which this Skin should attach to.
-