Klasse MultiGanttChartContainerSkin
java.lang.Object
javafx.scene.control.SkinBase<MultiGanttChartContainerBase>
impl.com.flexganttfx.skin.container.ContainerSkinBase<MultiGanttChartContainerBase>
impl.com.flexganttfx.skin.container.MultiGanttChartContainerSkinBase<MultiGanttChartContainerBase>
impl.com.flexganttfx.skin.container.MultiGanttChartContainerSkin
- Alle implementierten Schnittstellen:
Skin<MultiGanttChartContainerBase>
public class MultiGanttChartContainerSkin
extends MultiGanttChartContainerSkinBase<MultiGanttChartContainerBase>
Skin for
MultiGanttChartContainerBase. It installs
the split pane used to display the contained charts and keeps its items in sync with the
container's chart list.-
Feldübersicht
Von Klasse geerbte Felder ContainerSkinBase
GANTT_TREE_TABLE_VIEW_FIRST, GANTT_TREE_TABLE_VIEW_LAST, GANTT_TREE_TABLE_VIEW_MIDDLE, TIMELINE_FIRST, TIMELINE_LAST, TIMELINE_MIDDLE -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs a new skin for the given multi Gantt chart container. -
Methodenübersicht
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
-
MultiGanttChartContainerSkin
Constructs a new skin for the given multi Gantt chart container.- Parameter:
container- the container
-