Package | Description |
---|---|
com.flexganttfx.view.graphics |
The various graphics controls that are used for rendering the Gantt chart.
|
Modifier and Type | Field and Description |
---|---|
static javafx.event.EventType<ActivityEvent> |
ActivityEvent.ACTIVITY_CHANGE
The parent event type of all other activity event types.
|
static javafx.event.EventType<ActivityEvent> |
ActivityEvent.ACTIVITY_CHANGE_FINISHED
The parent event type of all FINISHED activity event types.
|
static javafx.event.EventType<ActivityEvent> |
ActivityEvent.ACTIVITY_CHANGE_ONGOING
The parent event type of all ONGOING activity event types.
|
static javafx.event.EventType<ActivityEvent> |
ActivityEvent.ACTIVITY_CHANGE_STARTED
The parent event type of all STARTED activity event types.
|
static javafx.event.EventType<ActivityEvent> |
ActivityEvent.ACTIVITY_DELETED
An event type used when the user pressed the delete shortcut to delete an
activity.
|
static javafx.event.EventType<ActivityEvent> |
ActivityEvent.CHART_HIGH_VALUE_CHANGE_FINISHED
An event type being used when the user has finished changing the chart
high value of a
MutableHighLowChartActivity . |
static javafx.event.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 a
MutableHighLowChartActivity . |
static javafx.event.EventType<ActivityEvent> |
ActivityEvent.CHART_HIGH_VALUE_CHANGE_STARTED
An event type being used when the user has started changing the chart
high value of a
MutableHighLowChartActivity . |
static javafx.event.EventType<ActivityEvent> |
ActivityEvent.CHART_LOW_VALUE_CHANGE_FINISHED
An event type being used when the user has finished changing the chart
low value of a
MutableHighLowChartActivity . |
static javafx.event.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 a
MutableHighLowChartActivity . |
static javafx.event.EventType<ActivityEvent> |
ActivityEvent.CHART_LOW_VALUE_CHANGE_STARTED
An event type being used when the user has started changing the chart low
value of a
MutableHighLowChartActivity . |
static javafx.event.EventType<ActivityEvent> |
ActivityEvent.CHART_VALUE_CHANGE_FINISHED
An event type being used when the user has finished changing the chart
value of a
MutableChartActivity . |
static javafx.event.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 a
MutableChartActivity . |
static javafx.event.EventType<ActivityEvent> |
ActivityEvent.CHART_VALUE_CHANGE_STARTED
An event type being used when the user has started changing the chart
value of a
MutableChartActivity . |
static javafx.event.EventType<ActivityEvent> |
ActivityEvent.DRAG_DONE
An event type being used when the user has finished dragging an activity.
|
static javafx.event.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 javafx.event.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 javafx.event.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 javafx.event.EventType<ActivityEvent> |
ActivityEvent.END_TIME_CHANGE_FINISHED
An event type used when the end time of an activity has finished
changing.
|
static javafx.event.EventType<ActivityEvent> |
ActivityEvent.END_TIME_CHANGE_ONGOING
An event type used when the end time of an activity is currently being
changed.
|
static javafx.event.EventType<ActivityEvent> |
ActivityEvent.END_TIME_CHANGE_STARTED
An event type used when the user starts changing the end time of an
activity.
|
static javafx.event.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 javafx.event.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 javafx.event.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 javafx.event.EventType<ActivityEvent> |
ActivityEvent.PERCENTAGE_CHANGE_FINISHED
An event type being used when the user has finished changing the
percentage complete value of a
MutableCompletableActivity . |
static javafx.event.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 a
MutableCompletableActivity . |
static javafx.event.EventType<ActivityEvent> |
ActivityEvent.PERCENTAGE_CHANGE_STARTED
An event type being used when the user has started changing the
percentage complete value of a
MutableCompletableActivity . |
static javafx.event.EventType<ActivityEvent> |
ActivityEvent.START_TIME_CHANGE_FINISHED
An event type used when the start time of an activity has finished
changing.
|
static javafx.event.EventType<ActivityEvent> |
ActivityEvent.START_TIME_CHANGE_ONGOING
An event type used when the start time of an activity is currently being
changed.
|
static javafx.event.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 javafx.event.EventType<ActivityEvent> |
ActivityEvent.VERTICAL_DRAG_DONE
An event type being used when the user has finished dragging an activity.
|
static javafx.event.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 javafx.event.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 javafx.event.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.
|
Modifier and Type | Method and Description |
---|---|
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityChange() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityChangeFinished() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityChangeOngoing() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityChangeStarted() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityChartHighValueChangeFinished() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityChartHighValueChangeOngoing() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityChartHighValueChangeStarted() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityChartLowValueChangeFinished() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityChartLowValueChangeOngoing() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityChartLowValueChangeStarted() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityChartValueChangeFinished() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityChartValueChangeOngoing() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityChartValueChangeStarted() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityDeleted() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityDragDone() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityDragFinished() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityDragOngoing() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityDragStarted() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityEndTimeChangeFinished() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityEndTimeChangeOngoing() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityEndTimeChangeStarted() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityHorizontalDragFinished() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityHorizontalDragOngoing() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityHorizontalDragStarted() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityPercentageChangeFinished() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityPercentageChangeOngoing() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityPercentageChangeStarted() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityStartTimeChangeFinished() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityStartTimeChangeOngoing() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityStartTimeChangeStarted() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityVerticalDragDone() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityVerticalDragFinished() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityVerticalDragOngoing() |
javafx.event.EventHandler<ActivityEvent> |
GraphicsBase.getOnActivityVerticalDragStarted() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityChangeFinishedProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityChangeOngoingProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityChangeProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityChangeStartedProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityChartHighValueChangeFinishedProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityChartHighValueChangeOngoingProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityChartHighValueChangeStartedProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityChartLowValueChangeFinishedProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityChartLowValueChangeOngoingProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityChartLowValueChangeStartedProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityChartValueChangeFinishedProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityChartValueChangeOngoingProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityChartValueChangeStartedProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityDeletedProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityDragDoneProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityDragFinishedProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityDragOngoingProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityDragStartedProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityEndTimeChangeFinishedProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityEndTimeChangeOngoingProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityEndTimeChangeStartedProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityHorizontalDragFinishedProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityHorizontalDragOngoingProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityHorizontalDragStartedProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityPercentageChangeFinishedProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityPercentageChangeOngoingProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityPercentageChangeStartedProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityStartTimeChangeFinishedProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityStartTimeChangeOngoingProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityStartTimeChangeStartedProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityVerticalDragDoneProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityVerticalDragFinishedProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityVerticalDragOngoingProperty() |
javafx.beans.property.ObjectProperty<javafx.event.EventHandler<ActivityEvent>> |
GraphicsBase.onActivityVerticalDragStartedProperty() |
Modifier and Type | Method and Description |
---|---|
void |
GraphicsBase.setOnActivityChange(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityChangeFinished(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityChangeOngoing(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityChangeStarted(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityChartHighValueChangeFinished(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityChartHighValueChangeOngoing(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityChartHighValueChangeStarted(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityChartLowValueChangeFinished(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityChartLowValueChangeOngoing(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityChartLowValueChangeStarted(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityChartValueChangeFinished(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityChartValueChangeOngoing(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityChartValueChangeStarted(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityDeleted(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityDragDone(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityDragFinished(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityDragOngoing(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityDragStarted(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityEndTimeChangeFinished(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityEndTimeChangeOngoing(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityEndTimeChangeStarted(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityHorizontalDragFinished(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityHorizontalDragOngoing(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityHorizontalDragStarted(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityPercentageChangeFinished(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityPercentageChangeOngoing(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityPercentageChangeStarted(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityStartTimeChangeFinished(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityStartTimeChangeOngoing(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityStartTimeChangeStarted(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityVerticalDragDone(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityVerticalDragFinished(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityVerticalDragOngoing(javafx.event.EventHandler<ActivityEvent> value) |
void |
GraphicsBase.setOnActivityVerticalDragStarted(javafx.event.EventHandler<ActivityEvent> value) |
Constructor and Description |
---|
ActivityEvent(ActivityRef<?> activity,
javafx.event.EventTarget target,
javafx.event.EventType<? extends ActivityEvent> eventType) |
ActivityEvent(ActivityRef<?> activity,
javafx.event.EventTarget target,
javafx.event.EventType<? extends ActivityEvent> eventType,
double oldValue) |
ActivityEvent(ActivityRef<?> activity,
javafx.event.EventTarget target,
javafx.event.EventType<? extends ActivityEvent> eventType,
Instant oldTime) |
ActivityEvent(ActivityRef<?> activity,
javafx.event.EventTarget target,
javafx.event.EventType<? extends ActivityEvent> eventType,
Row<?,?,?> oldRow,
Row<?,?,?> newRow,
TimeInterval oldTimeInterval) |
ActivityEvent(ActivityRef<?> activity,
javafx.event.EventTarget target,
javafx.event.EventType<? extends ActivityEvent> eventType,
TimeInterval oldInterval) |
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.