Uses of Class
com.flexganttfx.view.graphics.GraphicsBase.RowEditorParameter
Packages that use GraphicsBase.RowEditorParameter
Package
Description
The various graphics controls that are used for rendering the Gantt chart.
-
Uses of GraphicsBase.RowEditorParameter in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return types with arguments of type GraphicsBase.RowEditorParameterModifier and TypeMethodDescriptionfinal Callback<GraphicsBase.RowEditorParameter<R>,
Node> GraphicsBase.getRowEditorFactory()
Gets the value of the property rowEditorFactory.GraphicsBase.rowEditorFactoryProperty()
Method parameters in com.flexganttfx.view.graphics with type arguments of type GraphicsBase.RowEditorParameterModifier and TypeMethodDescriptionfinal void
GraphicsBase.setRowEditorFactory
(Callback<GraphicsBase.RowEditorParameter<R>, Node> factory) Sets the value of the property rowEditorFactory.