Module com.flexganttfx.view
Class SingleRowGraphicsSkin<R extends Row<?,?,?>>
- java.lang.Object
-
- javafx.scene.control.SkinBase<C>
-
- impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin<SingleRowGraphics<R>,R>
-
- impl.com.flexganttfx.skin.graphics.SingleRowGraphicsSkin<R>
-
- All Implemented Interfaces:
Skin<SingleRowGraphics<R>>
public class SingleRowGraphicsSkin<R extends Row<?,?,?>> extends GraphicsBaseSkin<SingleRowGraphics<R>,R>
-
-
Constructor Summary
Constructors Constructor Description SingleRowGraphicsSkin(SingleRowGraphics<R> graphics)
-
Method Summary
All Methods Instance Methods Concrete Methods 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, createLinksPane, getActivityBounds, getActivityBoundsAt, getActivityRefAt, getAllActivityBoundsAt, getAllActivityRefsAt, getAllCalendarActivitiesAt, getClippedContent, getDragCanvas, getLasso, getLayoutAt, getLayoutBoundsAt, getLinksPane, getLocalTimeAt, getRowAt, getRowCanvas, getRowCanvasAt, getRowPane, getTimeline, layoutChildren
-
Methods 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 Detail
-
SingleRowGraphicsSkin
public SingleRowGraphicsSkin(SingleRowGraphics<R> graphics)
-
-
Method Detail
-
createRowPaneRegion
protected final Region createRowPaneRegion()
- Specified by:
createRowPaneRegionin classGraphicsBaseSkin<SingleRowGraphics<R extends Row<?,?,?>>,R extends Row<?,?,?>>
-
findLassoSelectedRows
protected final List<Row<?,?,?>> findLassoSelectedRows()
- Specified by:
findLassoSelectedRowsin classGraphicsBaseSkin<SingleRowGraphics<R extends Row<?,?,?>>,R extends Row<?,?,?>>
-
findLassoSelectedActivities
protected final List<ActivityRef<?>> findLassoSelectedActivities()
- Specified by:
findLassoSelectedActivitiesin classGraphicsBaseSkin<SingleRowGraphics<R extends Row<?,?,?>>,R extends Row<?,?,?>>
-
getRowPaneAt
protected final RowPane<R> getRowPaneAt(double y)
- Specified by:
getRowPaneAtin classGraphicsBaseSkin<SingleRowGraphics<R extends Row<?,?,?>>,R extends Row<?,?,?>>
-
isRowAboveViewport
protected boolean isRowAboveViewport(R row)
- Specified by:
isRowAboveViewportin classGraphicsBaseSkin<SingleRowGraphics<R extends Row<?,?,?>>,R extends Row<?,?,?>>
-
-