Class GraphicsBase.RowControlsParameter<R extends Row<?,​?,​?>>

  • Type Parameters:
    R - the row type
    Enclosing class:
    GraphicsBase<R extends Row<?,​?,​?>>

    public static final class GraphicsBase.RowControlsParameter<R extends Row<?,​?,​?>>
    extends Object
    A callback parameter object used to provide context for the row controls factory.
    See Also:
    GraphicsBase.rowControlsFactoryProperty()
    • Constructor Detail

      • RowControlsParameter

        public RowControlsParameter​(GraphicsBase<R> graphics,
                                    R row)
    • Method Detail

      • getRow

        public R getRow()