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<?,?, ?>>
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungRowEditorParameter(GraphicsBase<R> graphics, R row) Creates row editor parameters for the given graphics view and row. -
Methodenübersicht
Modifikator und TypMethodeBeschreibungReturns the graphics view associated with this row editor parameter.getRow()Returns the row associated with this row editor parameter.voidStops editing for the associated row.
-
Konstruktordetails
-
RowEditorParameter
Creates row editor parameters for the given graphics view and row.- Parameter:
graphics- the graphics viewrow- the row
-
-
Methodendetails
-
getRow
-
getGraphics
Returns the graphics view associated with this row editor parameter.- Gibt zurück:
- the graphics view
-
stopEditing
public void stopEditing()Stops editing for the associated row.
-