Module com.flexganttfx.view
Class ListViewGraphicsSkin<R extends Row<?,?,?>>
java.lang.Object
javafx.scene.control.SkinBase<C>
impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin<ListViewGraphics<R>,R>
impl.com.flexganttfx.skin.graphics.ListViewGraphicsSkin<R>
- All Implemented Interfaces:
Skin<ListViewGraphics<R>>
public class ListViewGraphicsSkin<R extends Row<?,?,?>> extends GraphicsBaseSkin<ListViewGraphics<R>,R>
-
Constructor Summary
Constructors Constructor Description ListViewGraphicsSkin(ListViewGraphics<R> graphics) -
Method Summary
Modifier and Type Method Description protected RegioncreateRowPaneRegion()protected List<ActivityRef<?>>findLassoSelectedActivities()protected List<Row<?,?,?>>findLassoSelectedRows()protected RowPane<R>getRowPaneAt(double y)protected booleanisRowAboveViewport(R row)Methods inherited from class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
createDragCanvas, createLassoInfo, createLinksCanvas, getActivityBounds, getActivityBoundsAt, getActivityRefAt, getAllActivityBoundsAt, getAllActivityRefsAt, getAllCalendarActivitiesAt, getClippedContent, getDragCanvas, getLasso, getLayoutAt, getLayoutBoundsAt, getLinksCanvas, getLocalTimeAt, getRowAt, getRowCanvas, getRowCanvasAt, getRowHeaderWidth, getRowPane, getTimeline, layoutChildrenMethods inherited from class javafx.scene.control.SkinBase
computeBaselineOffset, computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, consumeMouseEvents, dispose, executeAccessibleAction, getChildren, getClassCssMetaData, getCssMetaData, getNode, getSkinnable, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, queryAccessibleAttribute, registerChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners
-
Constructor Details
-
ListViewGraphicsSkin
-
-
Method Details
-
createRowPaneRegion
- Specified by:
createRowPaneRegionin classGraphicsBaseSkin<ListViewGraphics<R extends Row<?,?,?>>,R extends Row<?,?,?>>
-
findLassoSelectedRows
- Specified by:
findLassoSelectedRowsin classGraphicsBaseSkin<ListViewGraphics<R extends Row<?,?,?>>,R extends Row<?,?,?>>
-
findLassoSelectedActivities
- Specified by:
findLassoSelectedActivitiesin classGraphicsBaseSkin<ListViewGraphics<R extends Row<?,?,?>>,R extends Row<?,?,?>>
-
getRowPaneAt
- Specified by:
getRowPaneAtin classGraphicsBaseSkin<ListViewGraphics<R extends Row<?,?,?>>,R extends Row<?,?,?>>
-
isRowAboveViewport
- Specified by:
isRowAboveViewportin classGraphicsBaseSkin<ListViewGraphics<R extends Row<?,?,?>>,R extends Row<?,?,?>>
-