Klasse DualGanttChartContainerSkin
java.lang.Object
javafx.scene.control.SkinBase<DualGanttChartContainerBase>
impl.com.flexganttfx.skin.container.ContainerSkinBase<DualGanttChartContainerBase>
impl.com.flexganttfx.skin.container.MultiGanttChartContainerSkinBase<DualGanttChartContainerBase>
impl.com.flexganttfx.skin.container.DualGanttChartContainerSkin
- Alle implementierten Schnittstellen:
Skin<DualGanttChartContainerBase>
public class DualGanttChartContainerSkin
extends MultiGanttChartContainerSkinBase<DualGanttChartContainerBase>
Skin for a container that shows two Gantt charts. It arranges the primary and secondary
charts in a master-detail pane and binds their shared state.
-
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 dual 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
-
DualGanttChartContainerSkin
Constructs a new skin for the given dual Gantt chart container.- Parameter:
container- the container
-