Uses of Class
com.flexganttfx.view.graphics.GraphicsBase.RowEditorParameter
| Package | Description |
|---|---|
| com.flexganttfx.view.graphics |
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.RowEditorParameter Modifier and Type Method Description Callback<GraphicsBase.RowEditorParameter<R>,Node>GraphicsBase. getRowEditorFactory()Gets the value of the property rowEditorFactory.ObjectProperty<Callback<GraphicsBase.RowEditorParameter<R>,Node>>GraphicsBase. rowEditorFactoryProperty()Method parameters in com.flexganttfx.view.graphics with type arguments of type GraphicsBase.RowEditorParameter Modifier and Type Method Description voidGraphicsBase. setRowEditorFactory(Callback<GraphicsBase.RowEditorParameter<R>,Node> factory)Sets the value of the property rowEditorFactory.