Uses of Class
com.flexganttfx.view.graphics.GraphicsBase.RowControlsParameter
-
Packages that use GraphicsBase.RowControlsParameter Package Description com.flexganttfx.view.graphics The various graphics controls that are used for rendering the Gantt chart. -
-
Uses of GraphicsBase.RowControlsParameter in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return types with arguments of type GraphicsBase.RowControlsParameter Modifier and Type Method Description Callback<GraphicsBase.RowControlsParameter<R>,Node>
GraphicsBase. getRowControlsFactory()
ObjectProperty<Callback<GraphicsBase.RowControlsParameter<R>,Node>>
GraphicsBase. rowControlsFactoryProperty()
Method parameters in com.flexganttfx.view.graphics with type arguments of type GraphicsBase.RowControlsParameter Modifier and Type Method Description void
GraphicsBase. setRowControlsFactory(Callback<GraphicsBase.RowControlsParameter<R>,Node> factory)
-