Uses of Class
com.flexganttfx.view.graphics.GraphicsBase.ContextMenuParameter
Packages that use GraphicsBase.ContextMenuParameter
Package
Description
The various graphics controls that are used for rendering the Gantt chart.
-
Uses of GraphicsBase.ContextMenuParameter in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return types with arguments of type GraphicsBase.ContextMenuParameterModifier and TypeMethodDescriptionGraphicsBase.contextMenuCallbackProperty()
A property used to store a callback which is used for creating a context menu.GraphicsBase.getContextMenuCallback()
Returns the value ofGraphicsBase.contextMenuCallbackProperty()
.Method parameters in com.flexganttfx.view.graphics with type arguments of type GraphicsBase.ContextMenuParameterModifier and TypeMethodDescriptionfinal void
GraphicsBase.setContextMenuCallback
(Callback<GraphicsBase.ContextMenuParameter<R>, ContextMenu> callback) Sets the value ofGraphicsBase.contextMenuCallbackProperty()
.