Package | Description |
---|---|
com.flexganttfx.model.util |
Various utility classes for comparing, sorting, and storing activities.
|
com.flexganttfx.view.graphics |
The various graphics controls that are used for rendering the Gantt chart.
|
com.flexganttfx.view.timeline |
The timeline control, which consists of the dateline and the eventline child
controls.
|
Modifier and Type | Method and Description |
---|---|
Collection<A> |
IntervalTree.getIntersectingObjects(TimeInterval interval)
Returns all activities found within the given time interval.
|
Collection<A> |
IntervalTree.removePeriod(TimeInterval interval)
Removes all activities found within the given time interval.
|
Modifier and Type | Method and Description |
---|---|
TimeInterval |
ActivityEvent.getAffectedTimeInterval()
Returns the entire affected time interval of the change.
|
TimeInterval |
GraphicsBase.DragAndDropInfo.getDropInterval()
Returns the time interval where the drop would take place.
|
TimeInterval |
ActivityEvent.getOldTimeInterval()
Returns the time interval of an activity before the user performed a
change on it.
|
Constructor and Description |
---|
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) |
DragAndDropInfo(Row<?,?,?> row,
ActivityBounds activityBounds,
List<ActivityBounds> selectedActivities,
TimeInterval dropInterval,
javafx.scene.input.DragEvent dragEvent,
javafx.geometry.Point2D offset) |
Modifier and Type | Method and Description |
---|---|
TimeInterval |
Dateline.getHoverTimeInterval()
Returns the value of
Dateline.hoverTimeIntervalProperty() . |
TimeInterval |
DatelineCell.getInterval() |
TimeInterval |
Eventline.getMarkedTimeInterval() |
TimeInterval |
Dateline.getSelectedTimeInterval()
Returns the value of
Dateline.selectedTimeIntervalProperty() . |
Modifier and Type | Method and Description |
---|---|
javafx.collections.ObservableList<TimeInterval> |
Dateline.getSelectedIntervals()
An observable list of the currently selected time intervals.
|
javafx.beans.property.ReadOnlyObjectProperty<TimeInterval> |
Dateline.hoverTimeIntervalProperty()
A read-only property that can be used to find out the time shown at the current
mouse hover location.
|
javafx.beans.property.ObjectProperty<TimeInterval> |
Eventline.markedTimeIntervalProperty() |
javafx.beans.property.ReadOnlyObjectProperty<TimeInterval> |
Dateline.selectedTimeIntervalProperty()
A read-only property used to store the currently selected time interval.
|
Modifier and Type | Method and Description |
---|---|
void |
Eventline.setMarkedTimeInterval(TimeInterval timeInterval) |
void |
Timeline.showRange(TimeInterval interval)
Requests that the given time interval will be completely visible within the timeline.
|
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.