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 EventType<ActivityEvent> |
ActivityEvent.ACTIVITY_CHANGE
The parent event type of all other activity event types.
|
static EventType<ActivityEvent> |
ActivityEvent.ACTIVITY_CHANGE_FINISHED
The parent event type of all FINISHED activity event types.
|
static EventType<ActivityEvent> |
ActivityEvent.ACTIVITY_CHANGE_ONGOING
The parent event type of all ONGOING activity event types.
|
static EventType<ActivityEvent> |
ActivityEvent.ACTIVITY_CHANGE_STARTED
The parent event type of all STARTED activity event types.
|
static EventType<ActivityEvent> |
ActivityEvent.ACTIVITY_DELETED
An event type used when the user pressed the delete shortcut to delete an
activity.
|
static 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 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 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 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 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 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 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 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 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 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 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 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 EventType<ActivityEvent> |
ActivityEvent.END_TIME_CHANGE_FINISHED
An event type used when the end time of an activity has finished
changing.
|
static EventType<ActivityEvent> |
ActivityEvent.END_TIME_CHANGE_ONGOING
An event type used when the end time of an activity is currently being
changed.
|
static EventType<ActivityEvent> |
ActivityEvent.END_TIME_CHANGE_STARTED
An event type used when the user starts changing the end time of an
activity.
|
static 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 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 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 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 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 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 EventType<ActivityEvent> |
ActivityEvent.START_TIME_CHANGE_FINISHED
An event type used when the start time of an activity has finished
changing.
|
static EventType<ActivityEvent> |
ActivityEvent.START_TIME_CHANGE_ONGOING
An event type used when the start time of an activity is currently being
changed.
|
static 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 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 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 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 |
---|---|
void |
GraphicsBase.setOnActivityChange(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityChange.
|
void |
GraphicsBase.setOnActivityChangeFinished(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityChangeFinished.
|
void |
GraphicsBase.setOnActivityChangeOngoing(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityChangeOngoing.
|
void |
GraphicsBase.setOnActivityChangeStarted(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityChangeStarted.
|
void |
GraphicsBase.setOnActivityChartHighValueChangeFinished(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityChartHighValueChangeFinished.
|
void |
GraphicsBase.setOnActivityChartHighValueChangeOngoing(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityChartHighValueChangeOngoing.
|
void |
GraphicsBase.setOnActivityChartHighValueChangeStarted(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityChartHighValueChangeStarted.
|
void |
GraphicsBase.setOnActivityChartLowValueChangeFinished(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityChartLowValueChangeFinished.
|
void |
GraphicsBase.setOnActivityChartLowValueChangeOngoing(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityChartLowValueChangeOngoing.
|
void |
GraphicsBase.setOnActivityChartLowValueChangeStarted(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityChartLowValueChangeStarted.
|
void |
GraphicsBase.setOnActivityChartValueChangeFinished(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityChartValueChangeFinished.
|
void |
GraphicsBase.setOnActivityChartValueChangeOngoing(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityChartValueChangeOngoing.
|
void |
GraphicsBase.setOnActivityChartValueChangeStarted(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityChartValueChangeStarted.
|
void |
GraphicsBase.setOnActivityDeleted(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityDeleted.
|
void |
GraphicsBase.setOnActivityDragFinished(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityDragFinished.
|
void |
GraphicsBase.setOnActivityDragOngoing(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityDragOngoing.
|
void |
GraphicsBase.setOnActivityDragStarted(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityDragStarted.
|
void |
GraphicsBase.setOnActivityEndTimeChangeFinished(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityEndTimeChangeFinished.
|
void |
GraphicsBase.setOnActivityEndTimeChangeOngoing(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityEndTimeChangeOngoing.
|
void |
GraphicsBase.setOnActivityEndTimeChangeStarted(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityEndTimeChangeStarted.
|
void |
GraphicsBase.setOnActivityHorizontalDragFinished(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityHorizontalDragFinished.
|
void |
GraphicsBase.setOnActivityHorizontalDragOngoing(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityHorizontalDragOngoing.
|
void |
GraphicsBase.setOnActivityHorizontalDragStarted(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityHorizontalDragStarted.
|
void |
GraphicsBase.setOnActivityPercentageChangeFinished(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityPercentageChangeFinished.
|
void |
GraphicsBase.setOnActivityPercentageChangeOngoing(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityPercentageChangeOngoing.
|
void |
GraphicsBase.setOnActivityPercentageChangeStarted(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityPercentageChangeStarted.
|
void |
GraphicsBase.setOnActivityStartTimeChangeFinished(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityStartTimeChangeFinished.
|
void |
GraphicsBase.setOnActivityStartTimeChangeOngoing(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityStartTimeChangeOngoing.
|
void |
GraphicsBase.setOnActivityStartTimeChangeStarted(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityStartTimeChangeStarted.
|
void |
GraphicsBase.setOnActivityVerticalDragFinished(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityVerticalDragFinished.
|
void |
GraphicsBase.setOnActivityVerticalDragOngoing(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityVerticalDragOngoing.
|
void |
GraphicsBase.setOnActivityVerticalDragStarted(EventHandler<ActivityEvent> value)
Sets the value of the property onActivityVerticalDragStarted.
|
Constructor and Description |
---|
ActivityEvent(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,
Instant newTime) |
ActivityEvent(ActivityRef<?> activity,
EventTarget target,
EventType<? extends ActivityEvent> eventType,
Row<?,?,?> newRow,
TimeInterval newTimeInterval) |
ActivityEvent(ActivityRef<?> activity,
EventTarget target,
EventType<? extends ActivityEvent> eventType,
TimeInterval newInterval) |
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.