Klasse ListViewGraphics<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.graphics.GraphicsBase<R>
com.flexganttfx.view.graphics.ListViewGraphics<R>
- Typparameter:
R- the type of the rows displayed inside the list view
- Alle implementierten Schnittstellen:
Styleable,EventTarget,Skinnable
A specialization of
GraphicsBase that uses a ListView to
display a list of rows. The user can use the arrow up and down keys for
scrolling vertically and arrows left and right for scrolling horizontally.- Seit:
- 1.0
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen com.flexganttfx.view.graphics.GraphicsBase
GraphicsBase.ContextMenuParameter<R extends Row<?,?, ?>>, GraphicsBase.DragAndDropFeedback, GraphicsBase.DragAndDropInfo, GraphicsBase.EditingCallbackParameter, GraphicsBase.EditMode, GraphicsBase.EditModeCallbackParameter, GraphicsBase.LassoSelectionBehaviour, GraphicsBase.RowControlsParameter<R extends Row<?, ?, ?>>, GraphicsBase.RowEditingMode, GraphicsBase.RowEditorParameter<R extends Row<?, ?, ?>>, GraphicsBase.RowHeader<R extends Row<?, ?, ?>>, GraphicsBase.SelectionMode -
Eigenschaftsübersicht
EigenschaftenTypEigenschaftBeschreibungfinal DoublePropertyThis property defines the distance from the viewport borders (in pixels) where the viewport will automatically start scrolling, either horizontally or vertically.final DoublePropertyStores the number of pixels that the list view will scroll when the user uses the arrow up and down keys.Von Klasse geerbte Eigenschaften com.flexganttfx.view.graphics.GraphicsBase
activityFilter, animateRowEditor, autoGridEnabled, autoMarkedTimeInterval, automaticRedraw, canvasBuffer, contextMenuCallback, debugMode, dragAndDropFeedback, dragAndDropInfo, dragImageProvider, dropLayerProvider, editedActivity, editMode, enableRowResizing, fadeInOutVisibilityChangesDuration, fadeInOutVisibilityChanges, fixedCellSize, gridEnabled, gridLineColor1, gridLineColor2, gridLineColor3, highlightDelay, highlighted, horizontalDragEnabled, hoverActivity, hoverLayout, hoverRow, innerLinesColor, lassoActive, lassoEnabled, lassoSelectionBehaviour, lassoSnapsToGrid, maxGridLevel, onActivityChangeFinished, onActivityChangeOngoing, onActivityChange, onActivityChangeStarted, onActivityChartHighValueChangeFinished, onActivityChartHighValueChangeOngoing, onActivityChartHighValueChangeStarted, onActivityChartLowValueChangeFinished, onActivityChartLowValueChangeOngoing, onActivityChartLowValueChangeStarted, onActivityChartValueChangeFinished, onActivityChartValueChangeOngoing, onActivityChartValueChangeStarted, onActivityDeleted, onActivityDragDone, onActivityDragFinished, onActivityDragOngoing, onActivityDragStarted, onActivityEndTimeChangeFinished, onActivityEndTimeChangeOngoing, onActivityEndTimeChangeStarted, onActivityHorizontalDragFinished, onActivityHorizontalDragOngoing, onActivityHorizontalDragStarted, onActivityPercentageChangeFinished, onActivityPercentageChangeOngoing, onActivityPercentageChangeStarted, onActivityStartTimeChangeFinished, onActivityStartTimeChangeOngoing, onActivityStartTimeChangeStarted, onActivityVerticalDragDone, onActivityVerticalDragFinished, onActivityVerticalDragOngoing, onActivityVerticalDragStarted, onLassoSelectionFinished, onLassoSelectionOngoing, onLassoSelection, onLassoSelectionStarted, placeholder, pressedActivity, rowControlsFactory, rowEditingMode, rowEditorFactory, rowFilter, rowHeaderFactory, rowHeadersWidth, rows, safeRendering, selectionMode, showAgendaLinesLayer, showCalendarLayer, showChartLinesLayer, showDSTLineLayer, showGridLineLayer, showHorizontalCursor, showHoverTimeIntervalLayer, showInnerLinesLayer, showLayoutLayer, showLinks, showMarkedTimeInterval, showNowLineLayer, showRowHeaders, showRowLayer, showSelectedTimeIntervalsLayer, showVerticalCursor, showZoneId, showZoomTimeIntervalLayer, timeline, timeNowColor, virtualGrid, weekendColorVon 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
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal DoublePropertyThis property defines the distance from the viewport borders (in pixels) where the viewport will automatically start scrolling, either horizontally or vertically.protected Skin<?> Creates the list view instance to be used by this graphics view.final doubleReturns the value ofautoscrollProximityProperty().Returns the list view control used by this graphics view.final doubleReturns the value ofscrollValueProperty().final voidMakes the list view scroll down.final voidscrollUp()Makes the list view scroll up.final DoublePropertyStores the number of pixels that the list view will scroll when the user uses the arrow up and down keys.final voidsetAutoscrollProximity(double value) Sets the value ofautoscrollProximityProperty().final voidsetScrollValue(double pixels) Sets the value ofscrollValueProperty().Von Klasse geerbte Methoden com.flexganttfx.view.graphics.GraphicsBase
activityFilterProperty, animateRowEditorProperty, autoGridEnabledProperty, autoMarkedTimeIntervalProperty, automaticRedrawProperty, canvasBufferProperty, contextMenuCallbackProperty, debugModeProperty, dragAndDropFeedbackProperty, dragAndDropInfoProperty, dragImageProviderProperty, drawLinks, dropLayerProviderProperty, editedActivityProperty, editModeProperty, enableRowResizingProperty, fadeInOutVisibilityChangesDurationProperty, fadeInOutVisibilityChangesProperty, fixedCellSizeProperty, getActivityBoundsAt, getActivityEditingCallback, getActivityFilter, getActivityRefAt, getActivityRenderer, getAllActivityBoundsAt, getAllActivityRefsAt, getAllActivityRenderers, getAllCalendarActivitiesAt, getBackgroundSystemLayer, getBackgroundSystemLayers, getCalendars, getCanvasBuffer, getClassCssMetaData, getContextMenuCallback, getControlCssMetaData, getDragAndDropFeedback, getDragAndDropInfo, getDragImageProvider, getDropLayerProvider, getEarliestTimeUsed, getEditedActivity, getEditMode, getEditModeCallback, getFadeInOutVisibilityChangesDuration, getFixedCellSize, getForegroundSystemLayer, getForegroundSystemLayers, getGridLineColor1, getGridLineColor2, getGridLineColor3, getHighlightDelay, getHighlightedActivities, getHighlightedRows, getHoverActivity, getHoverLayout, getHoverRow, getInnerLinesColor, getLassoSelectionBehaviour, getLatestTimeUsed, getLayers, getLayoutAt, getLinkRenderer, getLinks, getLocalTimeAt, getLocation, getMaxGridLevel, getOnActivityChange, getOnActivityChangeFinished, getOnActivityChangeOngoing, getOnActivityChangeStarted, getOnActivityChartHighValueChangeFinished, getOnActivityChartHighValueChangeOngoing, getOnActivityChartHighValueChangeStarted, getOnActivityChartLowValueChangeFinished, getOnActivityChartLowValueChangeOngoing, getOnActivityChartLowValueChangeStarted, getOnActivityChartValueChangeFinished, getOnActivityChartValueChangeOngoing, getOnActivityChartValueChangeStarted, getOnActivityDeleted, getOnActivityDragDone, getOnActivityDragFinished, getOnActivityDragOngoing, getOnActivityDragStarted, getOnActivityEndTimeChangeFinished, getOnActivityEndTimeChangeOngoing, getOnActivityEndTimeChangeStarted, getOnActivityHorizontalDragFinished, getOnActivityHorizontalDragOngoing, getOnActivityHorizontalDragStarted, getOnActivityPercentageChangeFinished, getOnActivityPercentageChangeOngoing, getOnActivityPercentageChangeStarted, getOnActivityStartTimeChangeFinished, getOnActivityStartTimeChangeOngoing, getOnActivityStartTimeChangeStarted, getOnActivityVerticalDragDone, getOnActivityVerticalDragFinished, getOnActivityVerticalDragOngoing, getOnActivityVerticalDragStarted, getOnLassoSelection, getOnLassoSelectionFinished, getOnLassoSelectionOngoing, getOnLassoSelectionStarted, getPlaceholder, getPressedActivity, getRowAt, getRowControlsFactory, getRowDragAndDropCallback, getRowEditingMode, getRowEditorFactory, getRowFilter, getRowHeaderFactory, getRowHeadersWidth, getRows, getRowsEditing, getSelectedActivities, getSelectionMode, getSystemLayer, getTimeAt, getTimeline, getTimeNowColor, getUserAgentStylesheet, getVirtualGrid, getVirtualGrids, getWeekendColor, gridEnabledProperty, gridLineColor1Property, gridLineColor2Property, gridLineColor3Property, highlightDelayProperty, highlightedProperty, horizontalDragEnabledProperty, hoverActivityProperty, hoverLayoutProperty, hoverRowProperty, innerLinesColorProperty, isAnimateRowEditor, isAutoGridEnabled, isAutoMarkedTimeInterval, isAutomaticRedraw, isDebugMode, isEnableRowResizing, isFadeInOutVisibilityChanges, isGridEnabled, isHighlighted, isHorizontalDragEnabled, isLassoActive, isLassoEnabled, isLassoSnapsToGrid, isSafeRendering, isShowAgendaLinesLayer, isShowCalendarLayer, isShowChartLinesLayer, isShowDSTLineLayer, isShowGridLineLayer, isShowHorizontalCursor, isShowHoverTimeIntervalLayer, isShowInnerLinesLayer, isShowLayoutLayer, isShowLinks, isShowMarkedTimeInterval, isShowNowLineLayer, isShowRowHeaders, isShowRowLayer, isShowSelectedTimeIntervalsLayer, isShowVerticalCursor, isShowZoneId, isShowZoomTimeIntervalLayer, lassoActiveProperty, lassoEnabledProperty, lassoSelectionBehaviourProperty, lassoSnapsToGridProperty, maxGridLevelProperty, moveLayerBackward, moveLayerForward, moveLayerToBack, moveLayerToFront, onActivityChangeFinishedProperty, onActivityChangeOngoingProperty, onActivityChangeProperty, onActivityChangeStartedProperty, onActivityChartHighValueChangeFinishedProperty, onActivityChartHighValueChangeOngoingProperty, onActivityChartHighValueChangeStartedProperty, onActivityChartLowValueChangeFinishedProperty, onActivityChartLowValueChangeOngoingProperty, onActivityChartLowValueChangeStartedProperty, onActivityChartValueChangeFinishedProperty, onActivityChartValueChangeOngoingProperty, onActivityChartValueChangeStartedProperty, onActivityDeletedProperty, onActivityDragDoneProperty, onActivityDragFinishedProperty, onActivityDragOngoingProperty, onActivityDragStartedProperty, onActivityEndTimeChangeFinishedProperty, onActivityEndTimeChangeOngoingProperty, onActivityEndTimeChangeStartedProperty, onActivityHorizontalDragFinishedProperty, onActivityHorizontalDragOngoingProperty, onActivityHorizontalDragStartedProperty, onActivityPercentageChangeFinishedProperty, onActivityPercentageChangeOngoingProperty, onActivityPercentageChangeStartedProperty, onActivityStartTimeChangeFinishedProperty, onActivityStartTimeChangeOngoingProperty, onActivityStartTimeChangeStartedProperty, onActivityVerticalDragDoneProperty, onActivityVerticalDragFinishedProperty, onActivityVerticalDragOngoingProperty, onActivityVerticalDragStartedProperty, onLassoSelectionFinishedProperty, onLassoSelectionOngoingProperty, onLassoSelectionProperty, onLassoSelectionStartedProperty, placeholderProperty, pressedActivityProperty, redraw, redraw, redrawImmediately, rowControlsFactoryProperty, rowEditingModeProperty, rowEditorFactoryProperty, rowFilterProperty, rowHeaderFactoryProperty, rowHeadersWidthProperty, rowsProperty, safeRenderingProperty, selectionModeProperty, setActivityEditingCallback, setActivityFilter, setActivityRenderer, setAnimateRowEditor, setAutoGridEnabled, setAutoMarkedTimeInterval, setAutomaticRedraw, setCanvasBuffer, setContextMenuCallback, setDebugMode, setDragAndDropFeedback, setDragImageProvider, setDropLayerProvider, setEditModeCallback, setEnableRowResizing, setFadeInOutVisibilityChanges, setFadeInOutVisibilityChangesDuration, setFixedCellSize, setGridLineColor1, setGridLineColor2, setGridLineColor3, setHighlightDelay, setHorizontalDragEnabled, setInnerLinesColor, setLassoEnabled, setLassoSelectionBehaviour, setLassoSnapsToGrid, setLinkRenderer, setMaxGridLevel, setOnActivityChange, setOnActivityChangeFinished, setOnActivityChangeOngoing, setOnActivityChangeStarted, setOnActivityChartHighValueChangeFinished, setOnActivityChartHighValueChangeOngoing, setOnActivityChartHighValueChangeStarted, setOnActivityChartLowValueChangeFinished, setOnActivityChartLowValueChangeOngoing, setOnActivityChartLowValueChangeStarted, setOnActivityChartValueChangeFinished, setOnActivityChartValueChangeOngoing, setOnActivityChartValueChangeStarted, setOnActivityDeleted, setOnActivityDragDone, setOnActivityDragFinished, setOnActivityDragOngoing, setOnActivityDragStarted, setOnActivityEndTimeChangeFinished, setOnActivityEndTimeChangeOngoing, setOnActivityEndTimeChangeStarted, setOnActivityHorizontalDragFinished, setOnActivityHorizontalDragOngoing, setOnActivityHorizontalDragStarted, setOnActivityPercentageChangeFinished, setOnActivityPercentageChangeOngoing, setOnActivityPercentageChangeStarted, setOnActivityStartTimeChangeFinished, setOnActivityStartTimeChangeOngoing, setOnActivityStartTimeChangeStarted, setOnActivityVerticalDragDone, setOnActivityVerticalDragFinished, setOnActivityVerticalDragOngoing, setOnActivityVerticalDragStarted, setOnLassoSelection, setOnLassoSelectionFinished, setOnLassoSelectionOngoing, setOnLassoSelectionStarted, setPlaceholder, setRowControlsFactory, setRowDragAndDropCallback, setRowEditingMode, setRowEditorFactory, setRowFilter, setRowHeaderFactory, setRowHeadersWidth, setRows, setSafeRendering, setSelectionMode, setShowAgendaLinesLayer, setShowCalendarLayer, setShowChartLinesLayer, setShowDSTLineLayer, setShowGridLineLayer, setShowHorizontalCursor, setShowHoverTimeIntervalLayer, setShowInnerLinesLayer, setShowLayoutLayer, setShowLinks, setShowMarkedTimeInterval, setShowNowLineLayer, setShowRowHeaders, setShowRowLayer, setShowSelectedTimeIntervalsLayer, setShowVerticalCursor, setShowZoneId, setShowZoomTimeIntervalLayer, setTimeline, setTimeNowColor, setVirtualGrid, setWeekendColor, showAgendaLinesLayerProperty, showAllActivities, showCalendarLayerProperty, showChartLinesLayerProperty, showDSTLineLayerProperty, showEarliestActivities, showGridLineLayerProperty, showHorizontalCursorProperty, showHoverTimeIntervalLayerProperty, showInnerLinesLayerProperty, showLatestActivities, showLayoutLayerProperty, showLinksProperty, showMarkedTimeIntervalProperty, showNowLineLayerProperty, showRowHeadersProperty, showRowLayerProperty, showSelectedTimeIntervalsLayerProperty, showVerticalCursorProperty, showZoneIdProperty, showZoomTimeIntervalLayerProperty, startRowEditing, stopRowEditing, stopRowEditing, timelineProperty, timeNowColorProperty, virtualGridProperty, weekendColorPropertyVon Klasse geerbte Methoden com.flexganttfx.view.util.FlexGanttFXControl
getUserAgentStylesheetVon Klasse geerbte Methoden javafx.scene.control.Control
computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, contextMenuProperty, executeAccessibleAction, getBaselineOffset, getContextMenu, 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
-
autoscrollProximity
This property defines the distance from the viewport borders (in pixels) where the viewport will automatically start scrolling, either horizontally or vertically. This behaviour is needed when the user performs a drag operation and needs to reach an area inside the graphics that is currently not visible. Setting this value to 0 disables the automatic scrolling feature.- Seit:
- 1.3
- Siehe auch:
-
scrollValue
Stores the number of pixels that the list view will scroll when the user uses the arrow up and down keys.- Seit:
- 1.3
- Siehe auch:
-
-
Konstruktordetails
-
ListViewGraphics
public ListViewGraphics()
-
-
Methodendetails
-
createDefaultSkin
- Setzt außer Kraft:
createDefaultSkinin KlasseControl
-
getListView
-
createListView
-
getRowPanes
- Angegeben von:
getRowPanesin KlasseGraphicsBase<R extends Row<?,?, ?>>
-
autoscrollProximityProperty
This property defines the distance from the viewport borders (in pixels) where the viewport will automatically start scrolling, either horizontally or vertically. This behaviour is needed when the user performs a drag operation and needs to reach an area inside the graphics that is currently not visible. Setting this value to 0 disables the automatic scrolling feature.- Gibt zurück:
- the property used to control the autoscroll proximity
- Seit:
- 1.3
- Siehe auch:
-
getAutoscrollProximity
public final double getAutoscrollProximity()Returns the value ofautoscrollProximityProperty().- Gibt zurück:
- the distance in pixels to the viewport borders
- Seit:
- 1.3
-
setAutoscrollProximity
public final void setAutoscrollProximity(double value) Sets the value ofautoscrollProximityProperty().- Parameter:
value- the distance in pixels to the viewport borders- Seit:
- 1.3
-
scrollValueProperty
Stores the number of pixels that the list view will scroll when the user uses the arrow up and down keys.- Gibt zurück:
- the scroll value
- Seit:
- 1.3
- Siehe auch:
-
getScrollValue
public final double getScrollValue()Returns the value ofscrollValueProperty().- Gibt zurück:
- the scroll value (in pixels)
- Seit:
- 1.3
-
setScrollValue
public final void setScrollValue(double pixels) Sets the value ofscrollValueProperty().- Parameter:
pixels- the scroll value (in pixels)- Seit:
- 1.3
-
scrollUp
public final void scrollUp()Makes the list view scroll up.- Seit:
- 1.3
- Siehe auch:
-
scrollDown
public final void scrollDown()Makes the list view scroll down.- Seit:
- 1.3
- Siehe auch:
-