Uses of Class
com.flexganttfx.view.graphics.ActivityEvent
Packages that use ActivityEvent
Package
Description
The various graphics controls that are used for rendering the Gantt chart.
-
Uses of ActivityEvent in com.flexganttfx.view.graphics
Fields in com.flexganttfx.view.graphics with type parameters of type ActivityEventModifier and TypeFieldDescriptionstatic final EventType<ActivityEvent>
ActivityEvent.ACTIVITY_CHANGE
The parent event type of all other activity event types.static final EventType<ActivityEvent>
ActivityEvent.ACTIVITY_CHANGE_FINISHED
The parent event type of all FINISHED activity event types.static final EventType<ActivityEvent>
ActivityEvent.ACTIVITY_CHANGE_ONGOING
The parent event type of all ONGOING activity event types.static final EventType<ActivityEvent>
ActivityEvent.ACTIVITY_CHANGE_STARTED
The parent event type of all STARTED activity event types.static final EventType<ActivityEvent>
ActivityEvent.ACTIVITY_DELETED
An event type used when the user pressed the delete shortcut to delete an activity.static final EventType<ActivityEvent>
ActivityEvent.CHART_HIGH_VALUE_CHANGE_FINISHED
An event type being used when the user has finished changing the chart high value of aMutableHighLowChartActivity
.static final EventType<ActivityEvent>
ActivityEvent.CHART_HIGH_VALUE_CHANGE_ONGOING
An event type being used when the user is in the process of changing the chart high value of aMutableHighLowChartActivity
.static final EventType<ActivityEvent>
ActivityEvent.CHART_HIGH_VALUE_CHANGE_STARTED
An event type being used when the user has started changing the chart high value of aMutableHighLowChartActivity
.static final EventType<ActivityEvent>
ActivityEvent.CHART_LOW_VALUE_CHANGE_FINISHED
An event type being used when the user has finished changing the chart low value of aMutableHighLowChartActivity
.static final EventType<ActivityEvent>
ActivityEvent.CHART_LOW_VALUE_CHANGE_ONGOING
An event type being used when the user is in the process of changing the chart low value of aMutableHighLowChartActivity
.static final EventType<ActivityEvent>
ActivityEvent.CHART_LOW_VALUE_CHANGE_STARTED
An event type being used when the user has started changing the chart low value of aMutableHighLowChartActivity
.static final EventType<ActivityEvent>
ActivityEvent.CHART_VALUE_CHANGE_FINISHED
An event type being used when the user has finished changing the chart value of aMutableChartActivity
.static final EventType<ActivityEvent>
ActivityEvent.CHART_VALUE_CHANGE_ONGOING
An event type being used when the user is in the process of changing the chart value of aMutableChartActivity
.static final EventType<ActivityEvent>
ActivityEvent.CHART_VALUE_CHANGE_STARTED
An event type being used when the user has started changing the chart value of aMutableChartActivity
.static final EventType<ActivityEvent>
ActivityEvent.DRAG_DONE
An event type being used when the user has finished dragging an activity.static final EventType<ActivityEvent>
ActivityEvent.DRAG_FINISHED
An event type being used when the user has finished dragging an activity from one row to another and changing its start time at the same time (diagonal drag).static final EventType<ActivityEvent>
ActivityEvent.DRAG_ONGOING
An event type being used when the user is in the process of dragging an activity from one row to another and changing its start time at the same time (diagonal drag).static final EventType<ActivityEvent>
ActivityEvent.DRAG_STARTED
An event type being used when the user has started dragging an activity from one row to another and changing its start time at the same time (diagonal drag).static final EventType<ActivityEvent>
ActivityEvent.END_TIME_CHANGE_FINISHED
An event type used when the end time of an activity has finished changing.static final EventType<ActivityEvent>
ActivityEvent.END_TIME_CHANGE_ONGOING
An event type used when the end time of an activity is currently being changed.static final EventType<ActivityEvent>
ActivityEvent.END_TIME_CHANGE_STARTED
An event type used when the user starts changing the end time of an activity.static final EventType<ActivityEvent>
ActivityEvent.HORIZONTAL_DRAG_FINISHED
An event type being used when the user has finished dragging an activity within its row, which means that the start and end time have both changed at the same time.static final EventType<ActivityEvent>
ActivityEvent.HORIZONTAL_DRAG_ONGOING
An event type that gets used when the user is in the process of dragging the activity within its row, changing the start and end time at the same time.static final EventType<ActivityEvent>
ActivityEvent.HORIZONTAL_DRAG_STARTED
An event type being used when the user has started dragging an activity within its row, which means that the start and end time will both change at the same time.static final EventType<ActivityEvent>
ActivityEvent.PERCENTAGE_CHANGE_FINISHED
An event type being used when the user has finished changing the percentage complete value of aMutableCompletableActivity
.static final EventType<ActivityEvent>
ActivityEvent.PERCENTAGE_CHANGE_ONGOING
An event type being used when the user is in the process of changing the percentage complete value of aMutableCompletableActivity
.static final EventType<ActivityEvent>
ActivityEvent.PERCENTAGE_CHANGE_STARTED
An event type being used when the user has started changing the percentage complete value of aMutableCompletableActivity
.static final EventType<ActivityEvent>
ActivityEvent.START_TIME_CHANGE_FINISHED
An event type used when the start time of an activity has finished changing.static final EventType<ActivityEvent>
ActivityEvent.START_TIME_CHANGE_ONGOING
An event type used when the start time of an activity is currently being changed.static final EventType<ActivityEvent>
ActivityEvent.START_TIME_CHANGE_STARTED
An event type used when the user is about to change the start time of an activity.static final EventType<ActivityEvent>
ActivityEvent.VERTICAL_DRAG_DONE
An event type being used when the user has finished dragging an activity.static final EventType<ActivityEvent>
ActivityEvent.VERTICAL_DRAG_FINISHED
An event type being used when the user has finished dragging an activity from one row to another while preserving the start and end time of the activity.static final EventType<ActivityEvent>
ActivityEvent.VERTICAL_DRAG_ONGOING
An event type that gets used when the user is in the process of dragging the activity from one row to another while preserving the start and end time of the activity.static final EventType<ActivityEvent>
ActivityEvent.VERTICAL_DRAG_STARTED
An event type being used when the user has started dragging an activity from one row to another while preserving the start and end time of the activity.Methods in com.flexganttfx.view.graphics that return types with arguments of type ActivityEventModifier and TypeMethodDescriptionfinal EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChange()
Gets the value of the property onActivityChange.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChangeFinished()
Gets the value of the property onActivityChangeFinished.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChangeOngoing()
Gets the value of the property onActivityChangeOngoing.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChangeStarted()
Gets the value of the property onActivityChangeStarted.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChartHighValueChangeFinished()
Gets the value of the property onActivityChartHighValueChangeFinished.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChartHighValueChangeOngoing()
Gets the value of the property onActivityChartHighValueChangeOngoing.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChartHighValueChangeStarted()
Gets the value of the property onActivityChartHighValueChangeStarted.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChartLowValueChangeFinished()
Gets the value of the property onActivityChartLowValueChangeFinished.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChartLowValueChangeOngoing()
Gets the value of the property onActivityChartLowValueChangeOngoing.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChartLowValueChangeStarted()
Gets the value of the property onActivityChartLowValueChangeStarted.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChartValueChangeFinished()
Gets the value of the property onActivityChartValueChangeFinished.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChartValueChangeOngoing()
Gets the value of the property onActivityChartValueChangeOngoing.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChartValueChangeStarted()
Gets the value of the property onActivityChartValueChangeStarted.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityDeleted()
Gets the value of the property onActivityDeleted.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityDragDone()
Gets the value of the property onActivityDragDone.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityDragFinished()
Gets the value of the property onActivityDragFinished.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityDragOngoing()
Gets the value of the property onActivityDragOngoing.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityDragStarted()
Gets the value of the property onActivityDragStarted.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityEndTimeChangeFinished()
Gets the value of the property onActivityEndTimeChangeFinished.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityEndTimeChangeOngoing()
Gets the value of the property onActivityEndTimeChangeOngoing.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityEndTimeChangeStarted()
Gets the value of the property onActivityEndTimeChangeStarted.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityHorizontalDragFinished()
Gets the value of the property onActivityHorizontalDragFinished.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityHorizontalDragOngoing()
Gets the value of the property onActivityHorizontalDragOngoing.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityHorizontalDragStarted()
Gets the value of the property onActivityHorizontalDragStarted.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityPercentageChangeFinished()
Gets the value of the property onActivityPercentageChangeFinished.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityPercentageChangeOngoing()
Gets the value of the property onActivityPercentageChangeOngoing.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityPercentageChangeStarted()
Gets the value of the property onActivityPercentageChangeStarted.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityStartTimeChangeFinished()
Gets the value of the property onActivityStartTimeChangeFinished.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityStartTimeChangeOngoing()
Gets the value of the property onActivityStartTimeChangeOngoing.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityStartTimeChangeStarted()
Gets the value of the property onActivityStartTimeChangeStarted.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityVerticalDragDone()
Gets the value of the property onActivityVerticalDragDone.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityVerticalDragFinished()
Gets the value of the property onActivityVerticalDragFinished.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityVerticalDragOngoing()
Gets the value of the property onActivityVerticalDragOngoing.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityVerticalDragStarted()
Gets the value of the property onActivityVerticalDragStarted.final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityChangeFinishedProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityChangeOngoingProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityChangeProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityChangeStartedProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityChartHighValueChangeFinishedProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityChartHighValueChangeOngoingProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityChartHighValueChangeStartedProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityChartLowValueChangeFinishedProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityChartLowValueChangeOngoingProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityChartLowValueChangeStartedProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityChartValueChangeFinishedProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityChartValueChangeOngoingProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityChartValueChangeStartedProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityDeletedProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityDragDoneProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityDragFinishedProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityDragOngoingProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityDragStartedProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityEndTimeChangeFinishedProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityEndTimeChangeOngoingProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityEndTimeChangeStartedProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityHorizontalDragFinishedProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityHorizontalDragOngoingProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityHorizontalDragStartedProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityPercentageChangeFinishedProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityPercentageChangeOngoingProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityPercentageChangeStartedProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityStartTimeChangeFinishedProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityStartTimeChangeOngoingProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityStartTimeChangeStartedProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityVerticalDragDoneProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityVerticalDragFinishedProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityVerticalDragOngoingProperty()
final ObjectProperty<EventHandler<ActivityEvent>>
GraphicsBase.onActivityVerticalDragStartedProperty()
Method parameters in com.flexganttfx.view.graphics with type arguments of type ActivityEventModifier and TypeMethodDescriptionfinal void
GraphicsBase.setOnActivityChange
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityChange.final void
GraphicsBase.setOnActivityChangeFinished
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityChangeFinished.final void
GraphicsBase.setOnActivityChangeOngoing
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityChangeOngoing.final void
GraphicsBase.setOnActivityChangeStarted
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityChangeStarted.final void
GraphicsBase.setOnActivityChartHighValueChangeFinished
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityChartHighValueChangeFinished.final void
GraphicsBase.setOnActivityChartHighValueChangeOngoing
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityChartHighValueChangeOngoing.final void
GraphicsBase.setOnActivityChartHighValueChangeStarted
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityChartHighValueChangeStarted.final void
GraphicsBase.setOnActivityChartLowValueChangeFinished
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityChartLowValueChangeFinished.final void
GraphicsBase.setOnActivityChartLowValueChangeOngoing
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityChartLowValueChangeOngoing.final void
GraphicsBase.setOnActivityChartLowValueChangeStarted
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityChartLowValueChangeStarted.final void
GraphicsBase.setOnActivityChartValueChangeFinished
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityChartValueChangeFinished.final void
GraphicsBase.setOnActivityChartValueChangeOngoing
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityChartValueChangeOngoing.final void
GraphicsBase.setOnActivityChartValueChangeStarted
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityChartValueChangeStarted.final void
GraphicsBase.setOnActivityDeleted
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityDeleted.final void
GraphicsBase.setOnActivityDragDone
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityDragDone.final void
GraphicsBase.setOnActivityDragFinished
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityDragFinished.final void
GraphicsBase.setOnActivityDragOngoing
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityDragOngoing.final void
GraphicsBase.setOnActivityDragStarted
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityDragStarted.final void
GraphicsBase.setOnActivityEndTimeChangeFinished
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityEndTimeChangeFinished.final void
GraphicsBase.setOnActivityEndTimeChangeOngoing
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityEndTimeChangeOngoing.final void
GraphicsBase.setOnActivityEndTimeChangeStarted
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityEndTimeChangeStarted.final void
GraphicsBase.setOnActivityHorizontalDragFinished
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityHorizontalDragFinished.final void
GraphicsBase.setOnActivityHorizontalDragOngoing
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityHorizontalDragOngoing.final void
GraphicsBase.setOnActivityHorizontalDragStarted
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityHorizontalDragStarted.final void
GraphicsBase.setOnActivityPercentageChangeFinished
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityPercentageChangeFinished.final void
GraphicsBase.setOnActivityPercentageChangeOngoing
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityPercentageChangeOngoing.final void
GraphicsBase.setOnActivityPercentageChangeStarted
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityPercentageChangeStarted.final void
GraphicsBase.setOnActivityStartTimeChangeFinished
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityStartTimeChangeFinished.final void
GraphicsBase.setOnActivityStartTimeChangeOngoing
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityStartTimeChangeOngoing.final void
GraphicsBase.setOnActivityStartTimeChangeStarted
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityStartTimeChangeStarted.final void
GraphicsBase.setOnActivityVerticalDragDone
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityVerticalDragDone.final void
GraphicsBase.setOnActivityVerticalDragFinished
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityVerticalDragFinished.final void
GraphicsBase.setOnActivityVerticalDragOngoing
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityVerticalDragOngoing.final void
GraphicsBase.setOnActivityVerticalDragStarted
(EventHandler<ActivityEvent> value) Sets the value of the property onActivityVerticalDragStarted.Constructor parameters in com.flexganttfx.view.graphics with type arguments of type ActivityEventModifierConstructorDescriptionActivityEvent
(ActivityRef<?> activity, EventTarget target, EventType<? extends ActivityEvent> eventType) ActivityEvent
(ActivityRef<?> activity, EventTarget target, EventType<? extends ActivityEvent> eventType, double oldValue) ActivityEvent
(ActivityRef<?> activity, EventTarget target, EventType<? extends ActivityEvent> eventType, Row<?, ?, ?> oldRow, Row<?, ?, ?> newRow, TimeInterval oldTimeInterval) ActivityEvent
(ActivityRef<?> activity, EventTarget target, EventType<? extends ActivityEvent> eventType, TimeInterval oldInterval) ActivityEvent
(ActivityRef<?> activity, EventTarget target, EventType<? extends ActivityEvent> eventType, Instant oldTime)