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

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

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

      • RowEditorParameter

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

      • getRow

        public R getRow()
      • stopEditing

        public void stopEditing()