Uses of Class
com.flexganttfx.view.graphics.GraphicsBase.ContextMenuParameter
| Package | Description |
|---|---|
| com.flexganttfx.view.graphics |
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.ContextMenuParameter Modifier and Type Method Description ObjectProperty<Callback<GraphicsBase.ContextMenuParameter<R>,ContextMenu>>GraphicsBase. contextMenuCallbackProperty()A property used to store a callback which is used for creating a context menu.Callback<GraphicsBase.ContextMenuParameter<R>,ContextMenu>GraphicsBase. getContextMenuCallback()Returns the value ofGraphicsBase.contextMenuCallbackProperty().Method parameters in com.flexganttfx.view.graphics with type arguments of type GraphicsBase.ContextMenuParameter Modifier and Type Method Description voidGraphicsBase. setContextMenuCallback(Callback<GraphicsBase.ContextMenuParameter<R>,ContextMenu> callback)Sets the value ofGraphicsBase.contextMenuCallbackProperty().