Uses of Class
com.flexganttfx.view.graphics.GraphicsBase.RowEditorParameter
-
Packages that use 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()
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 void
GraphicsBase. setRowEditorFactory(Callback<GraphicsBase.RowEditorParameter<R>,Node> factory)
-