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 theonActivityChange
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChangeFinished()
Gets the value of theonActivityChangeFinished
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChangeOngoing()
Gets the value of theonActivityChangeOngoing
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChangeStarted()
Gets the value of theonActivityChangeStarted
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChartHighValueChangeFinished()
Gets the value of theonActivityChartHighValueChangeFinished
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChartHighValueChangeOngoing()
Gets the value of theonActivityChartHighValueChangeOngoing
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChartHighValueChangeStarted()
Gets the value of theonActivityChartHighValueChangeStarted
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChartLowValueChangeFinished()
Gets the value of theonActivityChartLowValueChangeFinished
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChartLowValueChangeOngoing()
Gets the value of theonActivityChartLowValueChangeOngoing
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChartLowValueChangeStarted()
Gets the value of theonActivityChartLowValueChangeStarted
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChartValueChangeFinished()
Gets the value of theonActivityChartValueChangeFinished
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChartValueChangeOngoing()
Gets the value of theonActivityChartValueChangeOngoing
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityChartValueChangeStarted()
Gets the value of theonActivityChartValueChangeStarted
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityDeleted()
Gets the value of theonActivityDeleted
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityDragDone()
Gets the value of theonActivityDragDone
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityDragFinished()
Gets the value of theonActivityDragFinished
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityDragOngoing()
Gets the value of theonActivityDragOngoing
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityDragStarted()
Gets the value of theonActivityDragStarted
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityEndTimeChangeFinished()
Gets the value of theonActivityEndTimeChangeFinished
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityEndTimeChangeOngoing()
Gets the value of theonActivityEndTimeChangeOngoing
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityEndTimeChangeStarted()
Gets the value of theonActivityEndTimeChangeStarted
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityHorizontalDragFinished()
Gets the value of theonActivityHorizontalDragFinished
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityHorizontalDragOngoing()
Gets the value of theonActivityHorizontalDragOngoing
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityHorizontalDragStarted()
Gets the value of theonActivityHorizontalDragStarted
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityPercentageChangeFinished()
Gets the value of theonActivityPercentageChangeFinished
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityPercentageChangeOngoing()
Gets the value of theonActivityPercentageChangeOngoing
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityPercentageChangeStarted()
Gets the value of theonActivityPercentageChangeStarted
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityStartTimeChangeFinished()
Gets the value of theonActivityStartTimeChangeFinished
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityStartTimeChangeOngoing()
Gets the value of theonActivityStartTimeChangeOngoing
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityStartTimeChangeStarted()
Gets the value of theonActivityStartTimeChangeStarted
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityVerticalDragDone()
Gets the value of theonActivityVerticalDragDone
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityVerticalDragFinished()
Gets the value of theonActivityVerticalDragFinished
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityVerticalDragOngoing()
Gets the value of theonActivityVerticalDragOngoing
property.final EventHandler<ActivityEvent>
GraphicsBase.getOnActivityVerticalDragStarted()
Gets the value of theonActivityVerticalDragStarted
property.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 theonActivityChange
property.final void
GraphicsBase.setOnActivityChangeFinished
(EventHandler<ActivityEvent> value) Sets the value of theonActivityChangeFinished
property.final void
GraphicsBase.setOnActivityChangeOngoing
(EventHandler<ActivityEvent> value) Sets the value of theonActivityChangeOngoing
property.final void
GraphicsBase.setOnActivityChangeStarted
(EventHandler<ActivityEvent> value) Sets the value of theonActivityChangeStarted
property.final void
GraphicsBase.setOnActivityChartHighValueChangeFinished
(EventHandler<ActivityEvent> value) Sets the value of theonActivityChartHighValueChangeFinished
property.final void
GraphicsBase.setOnActivityChartHighValueChangeOngoing
(EventHandler<ActivityEvent> value) Sets the value of theonActivityChartHighValueChangeOngoing
property.final void
GraphicsBase.setOnActivityChartHighValueChangeStarted
(EventHandler<ActivityEvent> value) Sets the value of theonActivityChartHighValueChangeStarted
property.final void
GraphicsBase.setOnActivityChartLowValueChangeFinished
(EventHandler<ActivityEvent> value) Sets the value of theonActivityChartLowValueChangeFinished
property.final void
GraphicsBase.setOnActivityChartLowValueChangeOngoing
(EventHandler<ActivityEvent> value) Sets the value of theonActivityChartLowValueChangeOngoing
property.final void
GraphicsBase.setOnActivityChartLowValueChangeStarted
(EventHandler<ActivityEvent> value) Sets the value of theonActivityChartLowValueChangeStarted
property.final void
GraphicsBase.setOnActivityChartValueChangeFinished
(EventHandler<ActivityEvent> value) Sets the value of theonActivityChartValueChangeFinished
property.final void
GraphicsBase.setOnActivityChartValueChangeOngoing
(EventHandler<ActivityEvent> value) Sets the value of theonActivityChartValueChangeOngoing
property.final void
GraphicsBase.setOnActivityChartValueChangeStarted
(EventHandler<ActivityEvent> value) Sets the value of theonActivityChartValueChangeStarted
property.final void
GraphicsBase.setOnActivityDeleted
(EventHandler<ActivityEvent> value) Sets the value of theonActivityDeleted
property.final void
GraphicsBase.setOnActivityDragDone
(EventHandler<ActivityEvent> value) Sets the value of theonActivityDragDone
property.final void
GraphicsBase.setOnActivityDragFinished
(EventHandler<ActivityEvent> value) Sets the value of theonActivityDragFinished
property.final void
GraphicsBase.setOnActivityDragOngoing
(EventHandler<ActivityEvent> value) Sets the value of theonActivityDragOngoing
property.final void
GraphicsBase.setOnActivityDragStarted
(EventHandler<ActivityEvent> value) Sets the value of theonActivityDragStarted
property.final void
GraphicsBase.setOnActivityEndTimeChangeFinished
(EventHandler<ActivityEvent> value) Sets the value of theonActivityEndTimeChangeFinished
property.final void
GraphicsBase.setOnActivityEndTimeChangeOngoing
(EventHandler<ActivityEvent> value) Sets the value of theonActivityEndTimeChangeOngoing
property.final void
GraphicsBase.setOnActivityEndTimeChangeStarted
(EventHandler<ActivityEvent> value) Sets the value of theonActivityEndTimeChangeStarted
property.final void
GraphicsBase.setOnActivityHorizontalDragFinished
(EventHandler<ActivityEvent> value) Sets the value of theonActivityHorizontalDragFinished
property.final void
GraphicsBase.setOnActivityHorizontalDragOngoing
(EventHandler<ActivityEvent> value) Sets the value of theonActivityHorizontalDragOngoing
property.final void
GraphicsBase.setOnActivityHorizontalDragStarted
(EventHandler<ActivityEvent> value) Sets the value of theonActivityHorizontalDragStarted
property.final void
GraphicsBase.setOnActivityPercentageChangeFinished
(EventHandler<ActivityEvent> value) Sets the value of theonActivityPercentageChangeFinished
property.final void
GraphicsBase.setOnActivityPercentageChangeOngoing
(EventHandler<ActivityEvent> value) Sets the value of theonActivityPercentageChangeOngoing
property.final void
GraphicsBase.setOnActivityPercentageChangeStarted
(EventHandler<ActivityEvent> value) Sets the value of theonActivityPercentageChangeStarted
property.final void
GraphicsBase.setOnActivityStartTimeChangeFinished
(EventHandler<ActivityEvent> value) Sets the value of theonActivityStartTimeChangeFinished
property.final void
GraphicsBase.setOnActivityStartTimeChangeOngoing
(EventHandler<ActivityEvent> value) Sets the value of theonActivityStartTimeChangeOngoing
property.final void
GraphicsBase.setOnActivityStartTimeChangeStarted
(EventHandler<ActivityEvent> value) Sets the value of theonActivityStartTimeChangeStarted
property.final void
GraphicsBase.setOnActivityVerticalDragDone
(EventHandler<ActivityEvent> value) Sets the value of theonActivityVerticalDragDone
property.final void
GraphicsBase.setOnActivityVerticalDragFinished
(EventHandler<ActivityEvent> value) Sets the value of theonActivityVerticalDragFinished
property.final void
GraphicsBase.setOnActivityVerticalDragOngoing
(EventHandler<ActivityEvent> value) Sets the value of theonActivityVerticalDragOngoing
property.final void
GraphicsBase.setOnActivityVerticalDragStarted
(EventHandler<ActivityEvent> value) Sets the value of theonActivityVerticalDragStarted
property.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)