Uses of Enum
com.flexganttfx.view.graphics.GraphicsBase.RowEditingMode
Packages that use GraphicsBase.RowEditingMode
Package
Description
The various graphics controls that are used for rendering the Gantt chart.
-
Uses of GraphicsBase.RowEditingMode in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return GraphicsBase.RowEditingModeModifier and TypeMethodDescriptionGraphicsBase.getRowEditingMode()
Gets the value of therowEditingMode
property.static GraphicsBase.RowEditingMode
Returns the enum constant of this type with the specified name.static GraphicsBase.RowEditingMode[]
GraphicsBase.RowEditingMode.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.RowEditingModeMethods in com.flexganttfx.view.graphics with parameters of type GraphicsBase.RowEditingModeModifier and TypeMethodDescriptionfinal void
GraphicsBase.setRowEditingMode
(GraphicsBase.RowEditingMode mode) Sets the value of therowEditingMode
property.