Uses of Enum
com.flexganttfx.view.graphics.GraphicsBase.EditMode
Packages that use GraphicsBase.EditMode
Package
Description
The various graphics controls that are used for rendering the Gantt chart.
Classes for the graphics skin.
-
Uses of GraphicsBase.EditMode in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return GraphicsBase.EditModeModifier and TypeMethodDescriptionfinal GraphicsBase.EditMode
GraphicsBase.EditingCallbackParameter.getEditMode()
final GraphicsBase.EditMode
GraphicsBase.getEditMode()
Returns the value ofGraphicsBase.editModeProperty()
.static GraphicsBase.EditMode
Returns the enum constant of this type with the specified name.static GraphicsBase.EditMode[]
GraphicsBase.EditMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.flexganttfx.view.graphics that return types with arguments of type GraphicsBase.EditModeModifier and TypeMethodDescriptionGraphicsBase.editModeProperty()
A property used to store the currently active editing mode, e.g.GraphicsBase.getEditModeCallback
(Class<? extends MutableActivity> activityType, Class<? extends Layout> layoutType) Method parameters in com.flexganttfx.view.graphics with type arguments of type GraphicsBase.EditModeModifier and TypeMethodDescriptionfinal void
GraphicsBase.setEditModeCallback
(Class<? extends MutableActivity> activityType, Class<? extends Layout> layoutType, Callback<GraphicsBase.EditModeCallbackParameter, GraphicsBase.EditMode> callback) Constructors in com.flexganttfx.view.graphics with parameters of type GraphicsBase.EditModeModifierConstructorDescriptionEditingCallbackParameter
(ActivityRef<?> activityRef, GraphicsBase.EditMode editMode) -
Uses of GraphicsBase.EditMode in impl.com.flexganttfx.skin.graphics
Methods in impl.com.flexganttfx.skin.graphics that return GraphicsBase.EditModeMethods in impl.com.flexganttfx.skin.graphics with parameters of type GraphicsBase.EditModeModifier and TypeMethodDescriptionstatic void
RowCanvasBehaviour.setCursor
(GraphicsBase.EditMode editMode, Cursor cursor)