Klasse GanttChartBase<R extends Row<?,?,?>>
java.lang.Object
javafx.scene.Node
javafx.scene.Parent
javafx.scene.layout.Region
javafx.scene.control.Control
com.flexganttfx.view.util.FlexGanttFXControl
com.flexganttfx.view.GanttChartBase<R>
- Typparameter:
R- the type of the rows shown by the Gantt chart (e.g. "Aircraft")
- Alle implementierten Schnittstellen:
Styleable,EventTarget,Skinnable
- Bekannte direkte Unterklassen:
GanttChart,GanttChartLite
Abstract base class for all Gantt chart controls. For detailed information
please refer to the documentation on those classes.
- Seit:
- 1.6
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enumDefines the type of scrollbar to be used for scrolling horizontally. -
Eigenschaftsübersicht
EigenschaftenTypEigenschaftBeschreibungfinal BooleanPropertyDetermines if the scrollbar will automatically hide itself if no longer needed.final ObjectProperty<Node> A property used to store a node that can be made visible on the right-hand side of the Gantt chart.final DoublePropertyA property used to set a fixed cell size for the rows shown in the table on the left-hand side and the graphics area on the right-hand side.final ObjectProperty<Node> A property used to store a node that will be placed above the graphics area instead of the timeline.final ObjectProperty<Timeline> A property used to store a reference to the timeline that is being considered the "master" timeline.final ObjectProperty<Position> A property used to store the position of the Gantt chart in a multi Gantt chart context, for example, inside aDualGanttChartContaineror aMultiGanttChartContainerBase.final ObjectProperty<Predicate<R>> A predicate used to filter the rows.Determines whether the application should present a standard scrollbar (like ListView, TableView, or TreeView), a scrollbar for infinite scrolling, or no scrollbar at all.final BooleanPropertyA property used to control whether the "details" node will be shown or not.Von Klasse geerbte Eigenschaften javafx.scene.control.Control
contextMenu, skin, tooltipVon Klasse geerbte Eigenschaften javafx.scene.layout.Region
background, border, cacheShape, centerShape, height, insets, maxHeight, maxWidth, minHeight, minWidth, opaqueInsets, padding, prefHeight, prefWidth, scaleShape, shape, snapToPixel, widthVon Klasse geerbte Eigenschaften javafx.scene.Parent
needsLayoutVon Klasse geerbte Eigenschaften javafx.scene.Node
accessibleHelp, accessibleRoleDescription, accessibleRole, accessibleText, blendMode, boundsInLocal, boundsInParent, cacheHint, cache, clip, cursor, depthTest, disabled, disable, effectiveNodeOrientation, effect, eventDispatcher, focused, focusTraversable, focusVisible, focusWithin, hover, id, inputMethodRequests, layoutBounds, layoutX, layoutY, localToParentTransform, localToSceneTransform, managed, mouseTransparent, nodeOrientation, onContextMenuRequested, onDragDetected, onDragDone, onDragDropped, onDragEntered, onDragExited, onDragOver, onInputMethodTextChanged, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragEntered, onMouseDragExited, onMouseDragged, onMouseDragOver, onMouseDragReleased, onMouseEntered, onMouseExited, onMouseMoved, onMousePressed, onMouseReleased, onRotate, onRotationFinished, onRotationStarted, onScrollFinished, onScroll, onScrollStarted, onSwipeDown, onSwipeLeft, onSwipeRight, onSwipeUp, onTouchMoved, onTouchPressed, onTouchReleased, onTouchStationary, onZoomFinished, onZoom, onZoomStarted, opacity, parent, pickOnBounds, pressed, rotate, rotationAxis, scaleX, scaleY, scaleZ, scene, style, translateX, translateY, translateZ, viewOrder, visible -
Feldübersicht
Von Klasse geerbte Felder javafx.scene.layout.Region
USE_COMPUTED_SIZE, USE_PREF_SIZEVon Klasse geerbte Felder javafx.scene.Node
BASELINE_OFFSET_SAME_AS_HEIGHT -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a new Gantt Chart control. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal BooleanPropertyDetermines if the scrollbar will automatically hide itself if no longer needed.protected ListViewGraphics<R> Creates the graphics view used by the Gantt chart.protected ScrollBarCreates a regular scroll bar that will be used when the scrollbar type specified viascrollBarTypeProperty()is set toGanttChartBase.ScrollBarType.FIXED_HORIZON.protected TimelineCreates the timeline component used by the Gantt chart.protected TimelineScrollBarCreates a custom scroll bar that will be used when the scrollbar type specified viascrollBarTypeProperty()is set toGanttChartBase.ScrollBarType.INFINITE.final ObjectProperty<Node> A property used to store a node that can be made visible on the right-hand side of the Gantt chart.final DoublePropertyA property used to set a fixed cell size for the rows shown in the table on the left-hand side and the graphics area on the right-hand side.final ObservableList<Calendar<?>> Convenience method to return the list of calendars registered on the graphics view.final NodeReturns the value ofdetailProperty().final doubleReturns the value offixedCellSizeProperty().final ListViewGraphics<R> Returns the graphics view shown on the right-hand side of the Gantt chart.final NodeReturns the value ofgraphicsHeaderProperty().Returns theMasterDetailPaneinstance that is used to display theListViewGraphicsin the master section and the detail node in the detail section.final ScrollBarReturns the scroll bar that will be used when the scrollbar type specified viascrollBarTypeProperty()is set toGanttChartBase.ScrollBarType.FIXED_HORIZON.final ObservableList<Layer> Convenience method to return the list of layers registered on the graphics view.final IntervalTree<ActivityLink> getLinks()Convenience method to return the list of links registered on the graphics view.final TimelineReturns the value ofmasterTimelineProperty().final PositionReturns the value ofpositionProperty().final PredicateReturns the value ofrowFilterProperty().Ruft den Wert derscrollBarType-Eigenschaft ab.final Timelinefinal TimelineScrollBarReturns the specialized timeline scrollbar control used for scrolling forward and back in time.final ObjectProperty<Node> A property used to store a node that will be placed above the graphics area instead of the timeline.final booleanRuft den Wert derautoHideScrollBar-Eigenschaft ab.final booleanReturns the value ofshowDetailProperty().final ObjectProperty<Timeline> A property used to store a reference to the timeline that is being considered the "master" timeline.final ObjectProperty<Position> A property used to store the position of the Gantt chart in a multi Gantt chart context, for example, inside aDualGanttChartContaineror aMultiGanttChartContainerBase.protected voidredrawObservable(Observable property) final ObjectProperty<Predicate<R>> A predicate used to filter the rows.Determines whether the application should present a standard scrollbar (like ListView, TableView, or TreeView), a scrollbar for infinite scrolling, or no scrollbar at all.final voidsetAutoHideScrollBar(boolean autoHideScrollBar) Legt den Wert derautoHideScrollBar-Eigenschaft fest.final voidSets the value ofdetailProperty().final voidsetFixedCellSize(double size) Sets the value offixedCellSizeProperty().final voidsetGraphicsHeader(Node node) Sets the value ofgraphicsHeaderProperty().final voidsetMasterTimeline(Timeline timeline) Sets the value ofmasterTimelineProperty().final voidsetPosition(Position position) Sets the value ofpositionProperty().final voidsetRowFilter(Predicate<R> predicate) Sets the value ofrowFilterProperty().final voidsetScrollBarType(GanttChartBase.ScrollBarType scrollBarType) Legt den Wert derscrollBarType-Eigenschaft fest.final voidsetShowDetail(boolean show) Sets the value ofshowDetailProperty().final BooleanPropertyA property used to control whether the "details" node will be shown or not.Von Klasse geerbte Methoden com.flexganttfx.view.util.FlexGanttFXControl
getUserAgentStylesheetVon Klasse geerbte Methoden javafx.scene.control.Control
computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, contextMenuProperty, createDefaultSkin, executeAccessibleAction, getBaselineOffset, getClassCssMetaData, getContextMenu, getControlCssMetaData, getCssMetaData, getInitialFocusTraversable, getSkin, getTooltip, isResizable, layoutChildren, queryAccessibleAttribute, setContextMenu, setSkin, setTooltip, skinProperty, tooltipPropertyVon Klasse geerbte Methoden javafx.scene.layout.Region
backgroundProperty, borderProperty, cacheShapeProperty, centerShapeProperty, getBackground, getBorder, getHeight, getInsets, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getOpaqueInsets, getPadding, getPrefHeight, getPrefWidth, getShape, getWidth, heightProperty, insetsProperty, isCacheShape, isCenterShape, isScaleShape, isSnapToPixel, layoutInArea, layoutInArea, layoutInArea, layoutInArea, maxHeight, maxHeightProperty, maxWidth, maxWidthProperty, minHeight, minHeightProperty, minWidth, minWidthProperty, opaqueInsetsProperty, paddingProperty, positionInArea, positionInArea, prefHeight, prefHeightProperty, prefWidth, prefWidthProperty, resize, scaleShapeProperty, setBackground, setBorder, setCacheShape, setCenterShape, setHeight, setMaxHeight, setMaxSize, setMaxWidth, setMinHeight, setMinSize, setMinWidth, setOpaqueInsets, setPadding, setPrefHeight, setPrefSize, setPrefWidth, setScaleShape, setShape, setSnapToPixel, setWidth, shapeProperty, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, snapToPixelProperty, widthPropertyVon Klasse geerbte Methoden javafx.scene.Parent
getChildren, getChildrenUnmodifiable, getManagedChildren, getStylesheets, isNeedsLayout, layout, lookup, needsLayoutProperty, requestLayout, requestParentLayout, setNeedsLayout, updateBoundsVon Klasse geerbte Methoden javafx.scene.Node
accessibleHelpProperty, accessibleRoleDescriptionProperty, accessibleRoleProperty, accessibleTextProperty, addEventFilter, addEventHandler, applyCss, autosize, blendModeProperty, boundsInLocalProperty, boundsInParentProperty, buildEventDispatchChain, cacheHintProperty, cacheProperty, clipProperty, computeAreaInScreen, contains, contains, cursorProperty, depthTestProperty, disabledProperty, disableProperty, effectiveNodeOrientationProperty, effectProperty, eventDispatcherProperty, fireEvent, focusedProperty, focusTraversableProperty, focusVisibleProperty, focusWithinProperty, getAccessibleHelp, getAccessibleRole, getAccessibleRoleDescription, getAccessibleText, getBlendMode, getBoundsInLocal, getBoundsInParent, getCacheHint, getClip, getContentBias, getCursor, getDepthTest, getEffect, getEffectiveNodeOrientation, getEventDispatcher, getId, getInitialCursor, getInputMethodRequests, getLayoutBounds, getLayoutX, getLayoutY, getLocalToParentTransform, getLocalToSceneTransform, getNodeOrientation, getOnContextMenuRequested, getOnDragDetected, getOnDragDone, getOnDragDropped, getOnDragEntered, getOnDragExited, getOnDragOver, getOnInputMethodTextChanged, getOnKeyPressed, getOnKeyReleased, getOnKeyTyped, getOnMouseClicked, getOnMouseDragEntered, getOnMouseDragExited, getOnMouseDragged, getOnMouseDragOver, getOnMouseDragReleased, getOnMouseEntered, getOnMouseExited, getOnMouseMoved, getOnMousePressed, getOnMouseReleased, getOnRotate, getOnRotationFinished, getOnRotationStarted, getOnScroll, getOnScrollFinished, getOnScrollStarted, getOnSwipeDown, getOnSwipeLeft, getOnSwipeRight, getOnSwipeUp, getOnTouchMoved, getOnTouchPressed, getOnTouchReleased, getOnTouchStationary, getOnZoom, getOnZoomFinished, getOnZoomStarted, getOpacity, getParent, getProperties, getPseudoClassStates, getRotate, getRotationAxis, getScaleX, getScaleY, getScaleZ, getScene, getStyle, getStyleableParent, getStyleClass, getTransforms, getTranslateX, getTranslateY, getTranslateZ, getTypeSelector, getUserData, getViewOrder, hasProperties, hoverProperty, idProperty, inputMethodRequestsProperty, intersects, intersects, isCache, isDisable, isDisabled, isFocused, isFocusTraversable, isFocusVisible, isFocusWithin, isHover, isManaged, isMouseTransparent, isPickOnBounds, isPressed, isVisible, layoutBoundsProperty, layoutXProperty, layoutYProperty, localToParent, localToParent, localToParent, localToParent, localToParent, localToParentTransformProperty, localToScene, localToScene, localToScene, localToScene, localToScene, localToScene, localToScene, localToScene, localToScene, localToScene, localToSceneTransformProperty, localToScreen, localToScreen, localToScreen, localToScreen, localToScreen, lookupAll, managedProperty, mouseTransparentProperty, nodeOrientationProperty, notifyAccessibleAttributeChanged, onContextMenuRequestedProperty, onDragDetectedProperty, onDragDoneProperty, onDragDroppedProperty, onDragEnteredProperty, onDragExitedProperty, onDragOverProperty, onInputMethodTextChangedProperty, onKeyPressedProperty, onKeyReleasedProperty, onKeyTypedProperty, onMouseClickedProperty, onMouseDragEnteredProperty, onMouseDragExitedProperty, onMouseDraggedProperty, onMouseDragOverProperty, onMouseDragReleasedProperty, onMouseEnteredProperty, onMouseExitedProperty, onMouseMovedProperty, onMousePressedProperty, onMouseReleasedProperty, onRotateProperty, onRotationFinishedProperty, onRotationStartedProperty, onScrollFinishedProperty, onScrollProperty, onScrollStartedProperty, onSwipeDownProperty, onSwipeLeftProperty, onSwipeRightProperty, onSwipeUpProperty, onTouchMovedProperty, onTouchPressedProperty, onTouchReleasedProperty, onTouchStationaryProperty, onZoomFinishedProperty, onZoomProperty, onZoomStartedProperty, opacityProperty, parentProperty, parentToLocal, parentToLocal, parentToLocal, parentToLocal, parentToLocal, pickOnBoundsProperty, pressedProperty, pseudoClassStateChanged, relocate, removeEventFilter, removeEventHandler, requestFocus, resizeRelocate, rotateProperty, rotationAxisProperty, scaleXProperty, scaleYProperty, scaleZProperty, sceneProperty, sceneToLocal, sceneToLocal, sceneToLocal, sceneToLocal, sceneToLocal, sceneToLocal, sceneToLocal, sceneToLocal, screenToLocal, screenToLocal, screenToLocal, setAccessibleHelp, setAccessibleRole, setAccessibleRoleDescription, setAccessibleText, setBlendMode, setCache, setCacheHint, setClip, setCursor, setDepthTest, setDisable, setDisabled, setEffect, setEventDispatcher, setEventHandler, setFocused, setFocusTraversable, setHover, setId, setInputMethodRequests, setLayoutX, setLayoutY, setManaged, setMouseTransparent, setNodeOrientation, setOnContextMenuRequested, setOnDragDetected, setOnDragDone, setOnDragDropped, setOnDragEntered, setOnDragExited, setOnDragOver, setOnInputMethodTextChanged, setOnKeyPressed, setOnKeyReleased, setOnKeyTyped, setOnMouseClicked, setOnMouseDragEntered, setOnMouseDragExited, setOnMouseDragged, setOnMouseDragOver, setOnMouseDragReleased, setOnMouseEntered, setOnMouseExited, setOnMouseMoved, setOnMousePressed, setOnMouseReleased, setOnRotate, setOnRotationFinished, setOnRotationStarted, setOnScroll, setOnScrollFinished, setOnScrollStarted, setOnSwipeDown, setOnSwipeLeft, setOnSwipeRight, setOnSwipeUp, setOnTouchMoved, setOnTouchPressed, setOnTouchReleased, setOnTouchStationary, setOnZoom, setOnZoomFinished, setOnZoomStarted, setOpacity, setPickOnBounds, setPressed, setRotate, setRotationAxis, setScaleX, setScaleY, setScaleZ, setStyle, setTranslateX, setTranslateY, setTranslateZ, setUserData, setViewOrder, setVisible, snapshot, snapshot, startDragAndDrop, startFullDrag, styleProperty, toBack, toFront, toString, translateXProperty, translateYProperty, translateZProperty, usesMirroring, viewOrderProperty, visiblePropertyVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden javafx.css.Styleable
getStyleableNode
-
Eigenschaftsdetails
-
rowFilter
A predicate used to filter the rows.- Siehe auch:
-
graphicsHeader
A property used to store a node that will be placed above the graphics area instead of the timeline. This can be very useful when, for example, using aDualGanttChartContainerwhere the users do not want to see two timelines at the same time. The graphics header node could simply be a gray empty area or it could be used as a toolbar control for the secondary Gantt chart.- Seit:
- 1.6
- Siehe auch:
-
position
A property used to store the position of the Gantt chart in a multi Gantt chart context, for example, inside aDualGanttChartContaineror aMultiGanttChartContainerBase. One of the charts will be the first, some will be in the middle, and one will be the last. The first chart is the owner of the master timeline.- Seit:
- 1.6
- Siehe auch:
-
masterTimeline
A property used to store a reference to the timeline that is being considered the "master" timeline. This property is needed when several charts are used in combination with each other (seeDualGanttChartContainerorMultiGanttChartContainerBase). The master timeline is the one provided by the Gantt chart located at the top of the container (the "first" chart).- Seit:
- 1.6
- Siehe auch:
-
autoHideScrollBar
Determines if the scrollbar will automatically hide itself if no longer needed. The default is "true". If set to "true", the skin of the Gantt chart will use aHiddenSidesPaneinstance for the left- and right-hand side. This container supports the sliding in and out of controls on the four sides.- Seit:
- 11.12.3
- Siehe auch:
-
scrollBarType
Determines whether the application should present a standard scrollbar (like ListView, TableView, or TreeView), a scrollbar for infinite scrolling, or no scrollbar at all.- Seit:
- 11.12.3
- Siehe auch:
-
detail
A property used to store a node that can be made visible on the right-hand side of the Gantt chart. The node can be used to show any kind of controls that the application might require.- Seit:
- 1.6
- Siehe auch:
-
fixedCellSize
A property used to set a fixed cell size for the rows shown in the table on the left-hand side and the graphics area on the right-hand side.- Seit:
- 1.6
- Siehe auch:
-
showDetail
A property used to control whether the "details" node will be shown or not. This node gets shown on the right-hand side of the Gantt chart and can contain arbitrary content. By default it is used to display a property sheet with the current settings / configuration of the Gantt chart. The detail node is shown by the secondary master detail pane (seegetGraphicsMasterDetailPane()).- Seit:
- 1.6
- Siehe auch:
-
-
Konstruktordetails
-
GanttChartBase
protected GanttChartBase()Constructs a new Gantt Chart control.- Seit:
- 1.6
-
-
Methodendetails
-
createTimelineScrollBar
Creates a custom scroll bar that will be used when the scrollbar type specified viascrollBarTypeProperty()is set toGanttChartBase.ScrollBarType.INFINITE. The scroll bar UI is an instance of typePlusMinusSlider.- Gibt zurück:
- the scrollbar used for scrolling infinitely into the past or future
-
createHorizonScrollBar
Creates a regular scroll bar that will be used when the scrollbar type specified viascrollBarTypeProperty()is set toGanttChartBase.ScrollBarType.FIXED_HORIZON. In this case the propertiesTimelineModel.horizonStartTimeProperty()andTimelineModel.horizonEndTimeProperty()will be used to compute the min and max value of the scrollbar.- Gibt zurück:
- the scrollbar used for scrolling across the horizon (almost poetic).
- Seit:
- 11.12.3
-
getUserAgentStylesheet
- Setzt außer Kraft:
getUserAgentStylesheetin KlasseRegion
-
rowFilterProperty
A predicate used to filter the rows.- Gibt zurück:
- the filter predicate
- Siehe auch:
-
setRowFilter
Sets the value ofrowFilterProperty().- Parameter:
predicate- the filter predicate
-
getRowFilter
Returns the value ofrowFilterProperty().- Gibt zurück:
- the filter predicate
-
createGraphics
Creates the graphics view used by the Gantt chart. Applications can override this method to return a customized graphics view.- Gibt zurück:
- a graphics view instance
- Seit:
- 1.6
-
graphicsHeaderProperty
A property used to store a node that will be placed above the graphics area instead of the timeline. This can be very useful when, for example, using aDualGanttChartContainerwhere the users do not want to see two timelines at the same time. The graphics header node could simply be a gray empty area or it could be used as a toolbar control for the secondary Gantt chart.- Gibt zurück:
- the graphics header node property
- Seit:
- 1.6
- Siehe auch:
-
getGraphicsHeader
Returns the value ofgraphicsHeaderProperty().- Gibt zurück:
- the graphics header node
- Seit:
- 1.6
-
setGraphicsHeader
Sets the value ofgraphicsHeaderProperty().- Parameter:
node- the node used as a header above the graphics area- Seit:
- 1.6
-
redrawObservable
-
positionProperty
A property used to store the position of the Gantt chart in a multi Gantt chart context, for example, inside aDualGanttChartContaineror aMultiGanttChartContainerBase. One of the charts will be the first, some will be in the middle, and one will be the last. The first chart is the owner of the master timeline.- Gibt zurück:
- the Gantt chart position
- Seit:
- 1.6
- Siehe auch:
-
getPosition
Returns the value ofpositionProperty().- Gibt zurück:
- the position of the chart
- Seit:
- 1.6
-
setPosition
Sets the value ofpositionProperty().- Parameter:
position- the chart position (first, last, middle, only)
-
masterTimelineProperty
A property used to store a reference to the timeline that is being considered the "master" timeline. This property is needed when several charts are used in combination with each other (seeDualGanttChartContainerorMultiGanttChartContainerBase). The master timeline is the one provided by the Gantt chart located at the top of the container (the "first" chart).- Gibt zurück:
- the master timeline
- Seit:
- 1.6
- Siehe auch:
-
getMasterTimeline
Returns the value ofmasterTimelineProperty().- Gibt zurück:
- the master timeline
- Seit:
- 1.6
-
setMasterTimeline
Sets the value ofmasterTimelineProperty().- Parameter:
timeline- the new master timeline- Seit:
- 1.6
-
getTimeline
-
createTimeline
Creates the timeline component used by the Gantt chart. Applications can override this method to return a customized timeline.- Gibt zurück:
- the timeline instance
- Seit:
- 1.6
-
getGraphics
Returns the graphics view shown on the right-hand side of the Gantt chart. The view is set as the master node on the primaryMasterDetailPaneinstance.- Gibt zurück:
- the graphics view
- Seit:
- 1.6
- Siehe auch:
-
getTimelineScrollBar
Returns the specialized timeline scrollbar control used for scrolling forward and back in time. The scrollbar becomes visible when the user moves the mouse cursor close to the bottom edge of the graphics area. This scroll bar will be used when the scroll bar type is defined asGanttChartBase.ScrollBarType.INFINITE.- Gibt zurück:
- the timeline scrollbar
- Seit:
- 1.6
- Siehe auch:
-
getHorizonScrollBar
Returns the scroll bar that will be used when the scrollbar type specified viascrollBarTypeProperty()is set toGanttChartBase.ScrollBarType.FIXED_HORIZON. In this case the propertiesTimelineModel.horizonStartTimeProperty()andTimelineModel.horizonEndTimeProperty()will be used to compute the min and max value of the scrollbar.- Gibt zurück:
- the timeline scrollbar
- Seit:
- 11.12.3
- Siehe auch:
-
isAutoHideScrollBar
public final boolean isAutoHideScrollBar()Ruft den Wert derautoHideScrollBar-Eigenschaft ab.- Eigenschaftsbeschreibung:
- Determines if the scrollbar will automatically hide itself if no longer needed. The default is
"true". If set to "true", the skin of the Gantt chart will use a
HiddenSidesPaneinstance for the left- and right-hand side. This container supports the sliding in and out of controls on the four sides. - Gibt zurück:
- Wert der Eigenschaft
autoHideScrollBar - Seit:
- 11.12.3
- Siehe auch:
-
autoHideScrollBarProperty
Determines if the scrollbar will automatically hide itself if no longer needed. The default is "true". If set to "true", the skin of the Gantt chart will use aHiddenSidesPaneinstance for the left- and right-hand side. This container supports the sliding in and out of controls on the four sides.- Gibt zurück:
- true if the scrollbars should automatically hide when not used
- Seit:
- 11.12.3
- Siehe auch:
-
setAutoHideScrollBar
public final void setAutoHideScrollBar(boolean autoHideScrollBar) Legt den Wert derautoHideScrollBar-Eigenschaft fest.- Eigenschaftsbeschreibung:
- Determines if the scrollbar will automatically hide itself if no longer needed. The default is
"true". If set to "true", the skin of the Gantt chart will use a
HiddenSidesPaneinstance for the left- and right-hand side. This container supports the sliding in and out of controls on the four sides. - Parameter:
autoHideScrollBar- Wert für die EigenschaftautoHideScrollBar- Seit:
- 11.12.3
- Siehe auch:
-
scrollBarTypeProperty
Determines whether the application should present a standard scrollbar (like ListView, TableView, or TreeView), a scrollbar for infinite scrolling, or no scrollbar at all.- Gibt zurück:
- the scrollbar type supported by this Gantt chart, default is "infinite"
- Seit:
- 11.12.3
- Siehe auch:
-
getScrollBarType
Ruft den Wert derscrollBarType-Eigenschaft ab.- Eigenschaftsbeschreibung:
- Determines whether the application should present a standard scrollbar (like ListView, TableView, or TreeView), a scrollbar for infinite scrolling, or no scrollbar at all.
- Gibt zurück:
- Wert der Eigenschaft
scrollBarType - Seit:
- 11.12.3
- Siehe auch:
-
setScrollBarType
Legt den Wert derscrollBarType-Eigenschaft fest.- Eigenschaftsbeschreibung:
- Determines whether the application should present a standard scrollbar (like ListView, TableView, or TreeView), a scrollbar for infinite scrolling, or no scrollbar at all.
- Parameter:
scrollBarType- Wert für die EigenschaftscrollBarType- Seit:
- 11.12.3
- Siehe auch:
-
getGraphicsMasterDetailPane
Returns theMasterDetailPaneinstance that is used to display theListViewGraphicsin the master section and the detail node in the detail section.- Gibt zurück:
- the master detail pane
- Seit:
- 1.6
-
detailProperty
A property used to store a node that can be made visible on the right-hand side of the Gantt chart. The node can be used to show any kind of controls that the application might require.- Gibt zurück:
- the detail node
- Seit:
- 1.6
- Siehe auch:
-
setDetail
Sets the value ofdetailProperty().- Parameter:
node- the new detail node- Seit:
- 1.6
-
getDetail
Returns the value ofdetailProperty().- Gibt zurück:
- the detail node
- Seit:
- 1.6
-
fixedCellSizeProperty
A property used to set a fixed cell size for the rows shown in the table on the left-hand side and the graphics area on the right-hand side.- Gibt zurück:
- the fixed cell size
- Seit:
- 1.6
- Siehe auch:
-
getFixedCellSize
public final double getFixedCellSize()Returns the value offixedCellSizeProperty().- Gibt zurück:
- the fixed cell size
- Seit:
- 1.6
-
setFixedCellSize
public final void setFixedCellSize(double size) Sets the value offixedCellSizeProperty().- Parameter:
size- the fixed cell size- Seit:
- 1.6
-
showDetailProperty
A property used to control whether the "details" node will be shown or not. This node gets shown on the right-hand side of the Gantt chart and can contain arbitrary content. By default it is used to display a property sheet with the current settings / configuration of the Gantt chart. The detail node is shown by the secondary master detail pane (seegetGraphicsMasterDetailPane()).- Gibt zurück:
- the show details property
- Seit:
- 1.6
- Siehe auch:
-
isShowDetail
public final boolean isShowDetail()Returns the value ofshowDetailProperty().- Gibt zurück:
- true if the detail node gets shown
- Seit:
- 1.6
-
setShowDetail
public final void setShowDetail(boolean show) Sets the value ofshowDetailProperty().- Parameter:
show- if true, the detail node will be shown on the right-hand side of the Gantt chart- Seit:
- 1.6
-
getLayers
Convenience method to return the list of layers registered on the graphics view.- Gibt zurück:
- the layers registered on the graphics area
- Seit:
- 1.6
- Siehe auch:
-
getLinks
Convenience method to return the list of links registered on the graphics view.- Gibt zurück:
- the links registered on the graphics area
- Seit:
- 1.6
- Siehe auch:
-
getCalendars
Convenience method to return the list of calendars registered on the graphics view.- Gibt zurück:
- the calendars registered on the graphics area
- Seit:
- 1.6
- Siehe auch:
-