Module com.flexganttfx.view
Package com.flexganttfx.view.graphics
Class GraphicsBase.EditModeCallbackParameter
java.lang.Object
com.flexganttfx.view.graphics.GraphicsBase.EditModeCallbackParameter
- Enclosing class:
GraphicsBase<R extends Row<?,
?, ?>>
A callback parameter object used by the edit mode callback that provides information
about the context for which the edit mode will be determined.
-
Constructor Summary
ConstructorsConstructorDescriptionEditModeCallbackParameter
(ActivityBounds activityBounds, MouseEvent event) Constructs a new callback parameter. -
Method Summary
Modifier and TypeMethodDescriptionThe activity / bounds for which to determine the edit mode.The event that triggered the lookup.
-
Constructor Details
-
EditModeCallbackParameter
Constructs a new callback parameter.- Parameters:
activityBounds
- the activity / bounds for which to determine the edit modeevent
- the mouse event triggering the edit mode lookup
-
-
Method Details
-
getActivityBounds
The activity / bounds for which to determine the edit mode.- Returns:
- the activity
-
getMouseEvent
The event that triggered the lookup.- Returns:
- the event causing the lookup
-