Klasse GraphicsBase.RowEditorParameter<R extends Row<?,?,?>>

java.lang.Object
com.flexganttfx.view.graphics.GraphicsBase.RowEditorParameter<R>
Typparameter:
R - the row type
Umschließende Klasse:
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.
Seit:
1.0
Siehe auch:
  • Konstruktordetails

    • RowEditorParameter

      public RowEditorParameter(GraphicsBase<R> graphics, R row)
  • Methodendetails

    • getRow

      public R getRow()
    • getGraphics

      public GraphicsBase<R> getGraphics()
    • stopEditing

      public void stopEditing()