Uses of Class
com.flexganttfx.view.graphics.GraphicsBase.EditModeCallbackParameter
-
Packages that use GraphicsBase.EditModeCallbackParameter Package Description com.flexganttfx.view.graphics The various graphics controls that are used for rendering the Gantt chart. -
-
Uses of GraphicsBase.EditModeCallbackParameter in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return types with arguments of type GraphicsBase.EditModeCallbackParameter Modifier and Type Method Description Callback<GraphicsBase.EditModeCallbackParameter,GraphicsBase.EditMode>
GraphicsBase. getEditModeCallback(Class<? extends MutableActivity> activityType, Class<? extends Layout> layoutType)
Method parameters in com.flexganttfx.view.graphics with type arguments of type GraphicsBase.EditModeCallbackParameter Modifier and Type Method Description void
GraphicsBase. setEditModeCallback(Class<? extends MutableActivity> activityType, Class<? extends Layout> layoutType, Callback<GraphicsBase.EditModeCallbackParameter,GraphicsBase.EditMode> callback)
-