Uses of Class
com.flexganttfx.view.graphics.LassoEvent
-
Packages that use LassoEvent Package Description com.flexganttfx.view.graphics The various graphics controls that are used for rendering the Gantt chart. -
-
Uses of LassoEvent in com.flexganttfx.view.graphics
Fields in com.flexganttfx.view.graphics with type parameters of type LassoEvent Modifier and Type Field Description static EventType<LassoEvent>
LassoEvent. ALL
The parent event type of all other lasso event types.static EventType<LassoEvent>
LassoEvent. SELECTION_FINISHED
An event type used when the user finishes a selection with the lasso.static EventType<LassoEvent>
LassoEvent. SELECTION_ONGOING
An event type used while the user is using the lasso to perform a selection.static EventType<LassoEvent>
LassoEvent. SELECTION_STARTED
An event type used when the user starts a selection with the lasso.Methods in com.flexganttfx.view.graphics that return types with arguments of type LassoEvent Modifier and Type Method Description EventHandler<LassoEvent>
GraphicsBase. getOnLassoSelection()
EventHandler<LassoEvent>
GraphicsBase. getOnLassoSelectionFinished()
EventHandler<LassoEvent>
GraphicsBase. getOnLassoSelectionOngoing()
EventHandler<LassoEvent>
GraphicsBase. getOnLassoSelectionStarted()
ObjectProperty<EventHandler<LassoEvent>>
GraphicsBase. onLassoSelectionFinishedProperty()
ObjectProperty<EventHandler<LassoEvent>>
GraphicsBase. onLassoSelectionOngoingProperty()
ObjectProperty<EventHandler<LassoEvent>>
GraphicsBase. onLassoSelectionProperty()
ObjectProperty<EventHandler<LassoEvent>>
GraphicsBase. onLassoSelectionStartedProperty()
Method parameters in com.flexganttfx.view.graphics with type arguments of type LassoEvent Modifier and Type Method Description void
GraphicsBase. setOnLassoSelection(EventHandler<LassoEvent> value)
void
GraphicsBase. setOnLassoSelectionFinished(EventHandler<LassoEvent> value)
void
GraphicsBase. setOnLassoSelectionOngoing(EventHandler<LassoEvent> value)
void
GraphicsBase. setOnLassoSelectionStarted(EventHandler<LassoEvent> value)
Constructor parameters in com.flexganttfx.view.graphics with type arguments of type LassoEvent Constructor Description LassoEvent(GraphicsBase<?> target, EventType<? extends LassoEvent> eventType, LassoEvent.LassoInfo info)
Constructs a new event object.
-