Index

A B C D E F G H I K L M N O P Q R S T U V W Z 
All Classes|All Packages

A

ABOVE - com.flexganttfx.view.graphics.renderer.ActivityBarRenderer.TextPosition
 
ABOVE - com.flexganttfx.view.graphics.renderer.LinkRenderer.TargetLocation
A enumerator value indicating that the target object is located in a row above the source object and that the x-coordinate of its start time is equal to the x-coordinate of the end time of the source object.
ABOVE - impl.com.flexganttfx.skin.graphics.PathBuilder.TargetLocation
A enumerator value indicating that the target object is located in a row above the source object and that the x-coordinate of its start time is equal to the x-coordinate of the end time of the source object.
ABOVE_LEFT - com.flexganttfx.view.graphics.renderer.ActivityBarRenderer.TextPosition
 
ABOVE_LEFT - com.flexganttfx.view.graphics.renderer.LinkRenderer.TargetLocation
A enumerator value indicating that the target object is located in a row above the source object and that the x-coordinate of its start time is smaller than the x-coordinate of the end time of the source object.
ABOVE_LEFT - impl.com.flexganttfx.skin.graphics.PathBuilder.TargetLocation
A enumerator value indicating that the target object is located in a row above the source object and that the x-coordinate of its start time is smaller than the x-coordinate of the end time of the source object.
ABOVE_RIGHT - com.flexganttfx.view.graphics.renderer.ActivityBarRenderer.TextPosition
 
ABOVE_RIGHT - com.flexganttfx.view.graphics.renderer.LinkRenderer.TargetLocation
A enumerator value indicating that the target object is located in a row above the source object and that the x-coordinate of its start time is larger than the x-coordinate of the end time of the source object.
ABOVE_RIGHT - impl.com.flexganttfx.skin.graphics.PathBuilder.TargetLocation
A enumerator value indicating that the target object is located in a row above the source object and that the x-coordinate of its start time is larger than the x-coordinate of the end time of the source object.
Activity - Interface in com.flexganttfx.model
Activities represent objects that will be displayed below the timeline in the graphics view of the Gantt chart control.
ACTIVITY_ADDED - Static variable in class com.flexganttfx.model.repository.RepositoryEvent
An event type that indicates that an activity has been added to the repository.
ACTIVITY_CHANGE - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
The parent event type of all other activity event types.
ACTIVITY_CHANGE_FINISHED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
The parent event type of all FINISHED activity event types.
ACTIVITY_CHANGE_ONGOING - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
The parent event type of all ONGOING activity event types.
ACTIVITY_CHANGE_STARTED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
The parent event type of all STARTED activity event types.
ACTIVITY_DELETED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
An event type used when the user pressed the delete shortcut to delete an activity.
ACTIVITY_REMOVED - Static variable in class com.flexganttfx.model.repository.RepositoryEvent
An event type that indicates that an activity has been removed from the repository.
ActivityBarRenderer<A extends Activity> - Class in com.flexganttfx.view.graphics.renderer
 
ActivityBarRenderer(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
ActivityBarRenderer.TextPosition - Enum in com.flexganttfx.view.graphics.renderer
 
ActivityBarRendererItemProvider - Class in com.flexganttfx.extras.properties.renderer
A property sheet item provider for ActivityBarRenderer.
ActivityBarRendererItemProvider() - Constructor for class com.flexganttfx.extras.properties.renderer.ActivityBarRendererItemProvider
 
ActivityBase<T> - Class in com.flexganttfx.model.activity
The base implementation of the Activity interface.
ActivityBase() - Constructor for class com.flexganttfx.model.activity.ActivityBase
Constructs a new activity.
ActivityBase(String) - Constructor for class com.flexganttfx.model.activity.ActivityBase
Constructs a new activity with the given name.
ActivityBase(String, Instant, Instant) - Constructor for class com.flexganttfx.model.activity.ActivityBase
Constructs a new activity with the given name, start time, and end time.
ActivityBase(Instant, Instant) - Constructor for class com.flexganttfx.model.activity.ActivityBase
Constructs a new activity with the start time and end time.
ActivityBounds - Class in com.flexganttfx.view.graphics
Activity bounds contain the visual bounds of and the reference to an activity.
ActivityBounds(ActivityRef<?>, double, double, double, double) - Constructor for class com.flexganttfx.view.graphics.ActivityBounds
 
ActivityComparator - Class in com.flexganttfx.model.util
A specialized comparator used for sorting activities.
ActivityComparator() - Constructor for class com.flexganttfx.model.util.ActivityComparator
 
ActivityEvent - Class in com.flexganttfx.view.graphics
Activity events are being fired whenever the user makes a change to an activity in the graphics view.
ActivityEvent(ActivityRef<?>, EventTarget, EventType<? extends ActivityEvent>) - Constructor for class com.flexganttfx.view.graphics.ActivityEvent
 
ActivityEvent(ActivityRef<?>, EventTarget, EventType<? extends ActivityEvent>, double) - Constructor for class com.flexganttfx.view.graphics.ActivityEvent
 
ActivityEvent(ActivityRef<?>, EventTarget, EventType<? extends ActivityEvent>, Row<?, ?, ?>, Row<?, ?, ?>, TimeInterval) - Constructor for class com.flexganttfx.view.graphics.ActivityEvent
 
ActivityEvent(ActivityRef<?>, EventTarget, EventType<? extends ActivityEvent>, TimeInterval) - Constructor for class com.flexganttfx.view.graphics.ActivityEvent
 
ActivityEvent(ActivityRef<?>, EventTarget, EventType<? extends ActivityEvent>, Instant) - Constructor for class com.flexganttfx.view.graphics.ActivityEvent
 
activityFilterProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to store a filter function, which determines if an activity will be rendered or not.
ActivityHelper - Class in com.flexganttfx.model.util
A helper class for working with activities.
ActivityHelper() - Constructor for class com.flexganttfx.model.util.ActivityHelper
 
ActivityLink<A extends Activity> - Class in com.flexganttfx.model
An activity link can be used to model any kind of dependency between two activities.
ActivityLink(ActivityRef<A>, ActivityRef<A>) - Constructor for class com.flexganttfx.model.ActivityLink
Constructs a new activity link with type ActivityLink.LinkType.END_TO_START.
ActivityLink(ActivityRef<A>, ActivityRef<A>, ActivityLink.LinkType) - Constructor for class com.flexganttfx.model.ActivityLink
Constructs a new activity link.
ActivityLink.LinkType - Enum in com.flexganttfx.model
An enumerator listing the available link types.
ActivityRef<A extends Activity> - Class in com.flexganttfx.model
An activity reference is used to precisely identify the location of an activity where the location is a combination of row, layer, and the activity itself.
ActivityRef(Row<?, ?, A>, Layer, A) - Constructor for class com.flexganttfx.model.ActivityRef
Constructs a new activity reference.
ActivityRenderer<A extends Activity> - Class in com.flexganttfx.view.graphics.renderer
 
ActivityRenderer(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.ActivityRenderer
 
ActivityRendererItemProvider - Class in com.flexganttfx.extras.properties.renderer
A property sheet item provider for ActivityRenderer.
ActivityRendererItemProvider() - Constructor for class com.flexganttfx.extras.properties.renderer.ActivityRendererItemProvider
 
ActivityRepository<A extends Activity> - Interface in com.flexganttfx.model
Activity repositories are used by rows to store and lookup activities.
ActivityRepositoryBase<A extends Activity> - Class in com.flexganttfx.model.repository
An abstract base implementation of ActivityRepository that provides support for event handlers (adding, removing, firing events).
ActivityRepositoryBase() - Constructor for class com.flexganttfx.model.repository.ActivityRepositoryBase
Constructs a new repository.
add(A) - Method in class com.flexganttfx.model.util.IntervalTree
Adds an activity to the tree.
add(A) - Method in class impl.com.flexganttfx.skin.util.Cluster
Adds an activity to the cluster.
add(A) - Method in class impl.com.flexganttfx.skin.util.Column
Adds the given activity to the cluster.
addActivity(ActivityRef<A>) - Method in class com.flexganttfx.model.repository.IntervalTreeActivityRepository
 
addActivity(ActivityRef<A>) - Method in class com.flexganttfx.model.repository.ListActivityRepository
 
addActivity(ActivityRef<A>) - Method in interface com.flexganttfx.model.repository.MutableActivityRepository
Adds the given activity to the repository.
addActivity(Layer, A) - Method in class com.flexganttfx.model.Row
Adds the given activity for the given layer to this row.
addDuration(Duration) - Method in class com.flexganttfx.model.activity.MutableActivityBase
Convenience method to determine a new end time based on a duration that will be added once to the current end time of the activity.
addDuration(Duration) - Method in class com.flexganttfx.model.activity.MutableChartActivityBase
Convenience method to determine a new end time based on a duration that will be added once to the current end time of the activity.
addDuration(Duration) - Method in class com.flexganttfx.model.activity.MutableCompletableActivityBase
Convenience method to determine a new end time based on a duration that will be added once to the current end time of the activity.
addDuration(Duration) - Method in class com.flexganttfx.model.activity.MutableHighLowChartActivityBase
Convenience method to determine a new end time based on a duration that will be added once to the current end time of the activity.
addDuration(Duration, long) - Method in class com.flexganttfx.model.activity.MutableActivityBase
Convenience method to determine a new end time based on a duration that will be added several times to the current end time of the activity.
addDuration(Duration, long) - Method in class com.flexganttfx.model.activity.MutableChartActivityBase
Convenience method to determine a new end time based on a duration that will be added several times to the current end time of the activity.
addDuration(Duration, long) - Method in class com.flexganttfx.model.activity.MutableCompletableActivityBase
Convenience method to determine a new end time based on a duration that will be added several times to the current end time of the activity.
addDuration(Duration, long) - Method in class com.flexganttfx.model.activity.MutableHighLowChartActivityBase
Convenience method to determine a new end time based on a duration that will be added several times to the current end time of the activity.
addEventHandler(EventHandler<RepositoryEvent>) - Method in interface com.flexganttfx.model.ActivityRepository
Adds an event handler for receiving repository events.
addEventHandler(EventHandler<RepositoryEvent>) - Method in class com.flexganttfx.model.repository.ActivityRepositoryBase
 
addResolution(Resolution<T>) - Method in class com.flexganttfx.model.dateline.DatelineModel
Adds a resolution to the model.
addTo(R, long) - Method in enum com.flexganttfx.model.util.SimpleUnit
 
addZoneId(String) - Method in class com.flexganttfx.model.dateline.DatelineModel
Adds a ZoneId to the model.
adjustTime(Instant, ZoneId, boolean, DayOfWeek) - Method in class com.flexganttfx.model.dateline.ChronoUnitGrid
 
adjustTime(Instant, ZoneId, boolean, DayOfWeek) - Method in class com.flexganttfx.model.dateline.SimpleUnitGrid
 
adjustTime(Instant, ZoneId, boolean, DayOfWeek) - Method in class com.flexganttfx.model.dateline.VirtualGrid
Adjusts the given instant so that the returned instant will snap to the position defined by the grid settings.
adjustTime(LocalTime, boolean) - Method in class com.flexganttfx.model.dateline.ChronoUnitGrid
 
adjustTime(LocalTime, boolean) - Method in class com.flexganttfx.model.dateline.SimpleUnitGrid
 
adjustTime(LocalTime, boolean) - Method in class com.flexganttfx.model.dateline.VirtualGrid
Adjusts the given local time so that the returned time will snap to the position defined by the grid settings.
AGENDA_ASSIGNING - com.flexganttfx.view.graphics.GraphicsBase.EditMode
 
AGENDA_DRAGGING - com.flexganttfx.view.graphics.GraphicsBase.EditMode
 
AGENDA_END_TIME_CHANGE - com.flexganttfx.view.graphics.GraphicsBase.EditMode
 
AGENDA_START_TIME_CHANGE - com.flexganttfx.view.graphics.GraphicsBase.EditMode
 
AgendaHelper - Class in impl.com.flexganttfx.skin.util
A couple of utility methods used for the AgendaLayout.
AgendaHelper.AgendaLineLocation - Class in impl.com.flexganttfx.skin.util
Stores information about an agenda line location.
agendaLabelsVisibleProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
 
AgendaLayout - Class in com.flexganttfx.model.layout
The agenda layout class is used to lay out activities in a style similar to a regular calendar where a vertical scale will display hours.
AgendaLayout() - Constructor for class com.flexganttfx.model.layout.AgendaLayout
Constructs a new agenda layout instance.
AgendaLayout.LayoutStrategy - Enum in com.flexganttfx.model.layout
An enumerator for the different ways overlapping agenda entries can be laid out.
AgendaLineLocation(LocalTime, double, boolean) - Constructor for class impl.com.flexganttfx.skin.util.AgendaHelper.AgendaLineLocation
Constructs a new agenda line location.
AgendaLinesLayer<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics.layer
Draws the horizontal grid lines for a row if the row or any of its inner lines are using the agenda layout.
AgendaLinesLayer(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
AgendaLinesLayerItemProvider - Class in com.flexganttfx.extras.properties.layer
A property sheet item provider for AgendaLinesLayer.
AgendaLinesLayerItemProvider() - Constructor for class com.flexganttfx.extras.properties.layer.AgendaLinesLayerItemProvider
 
agendaLinesLineWidthProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
 
agendaLinesSizeProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
 
agendaLinesStrokeProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
 
agendaLinesVisibleProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
 
ALL - Static variable in class com.flexganttfx.core.LoggingDomain
 
ALL - Static variable in class com.flexganttfx.view.graphics.LassoEvent
The parent event type of all other lasso event types.
alphaProperty() - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
 
animatedProperty() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
A property used to control whether the opening / closing of the three instances of MasterDetailPane in this container will be animated or not.
animateRowEditorProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
arrowHeadColorProperty() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
 
arrowSizeProperty() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
The arrow size determines how big the arrow head will be drawn.
attachToRow() - Method in class com.flexganttfx.model.ActivityRef
Attaches the activity to its row.
autoFixTextProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
autoGridEnabledProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to enable / disable the autogrid mode.
autoHideScrollBarProperty() - Method in class com.flexganttfx.view.GanttChartBase
Determines if the scrollbar will automatically hide itself if no longer needed.
AutoLinesManager<R extends Row<?,​?,​A>,​A extends Activity> - Class in com.flexganttfx.view.util
A specialized LinesManager used for ensuring that activities will not overlap each other.
AutoLinesManager(R, GraphicsBase<R>) - Constructor for class com.flexganttfx.view.util.AutoLinesManager
Constructs a new automatic lines manager.
autoMarkedTimeIntervalProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Controls whether the marked time interval property of the Eventline will be automatically set when the user performs certain editing operations (e.g.
automaticRedrawProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to determine if the graphics will be redrawn whenever the data in any of the activity repository changes.
autoscrollProximityProperty() - Method in class com.flexganttfx.view.graphics.ListViewGraphics
This property defines the distance from the viewport borders (in pixels) where the viewport will automatically start scrolling, either horizontally or vertically.

B

barHeightProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
BELOW - com.flexganttfx.view.graphics.renderer.ActivityBarRenderer.TextPosition
 
BELOW - com.flexganttfx.view.graphics.renderer.LinkRenderer.TargetLocation
A enumerator value indicating that the target object is located in a row below the source object and that the x-coordinate of its start time is equal to the x-coordinate of the end time of the source object.
BELOW - impl.com.flexganttfx.skin.graphics.PathBuilder.TargetLocation
A enumerator value indicating that the target object is located in a row below the source object and that the x-coordinate of its start time is equal to the x-coordinate of the end time of the source object.
BELOW_LEFT - com.flexganttfx.view.graphics.renderer.ActivityBarRenderer.TextPosition
 
BELOW_LEFT - com.flexganttfx.view.graphics.renderer.LinkRenderer.TargetLocation
A enumerator value indicating that the target object is located in a row below the source object and that the x-coordinate of its start time is smaller than the x-coordinate of the end time of the source object.
BELOW_LEFT - impl.com.flexganttfx.skin.graphics.PathBuilder.TargetLocation
A enumerator value indicating that the target object is located in a row below the source object and that the x-coordinate of its start time is smaller than the x-coordinate of the end time of the source object.
BELOW_RIGHT - com.flexganttfx.view.graphics.renderer.ActivityBarRenderer.TextPosition
 
BELOW_RIGHT - com.flexganttfx.view.graphics.renderer.LinkRenderer.TargetLocation
A enumerator value indicating that the target object is located in a row below the source object and that the x-coordinate of its start time is larger than the x-coordinate of the end time of the source object.
BELOW_RIGHT - impl.com.flexganttfx.skin.graphics.PathBuilder.TargetLocation
A enumerator value indicating that the target object is located in a row below the source object and that the x-coordinate of its start time is larger than the x-coordinate of the end time of the source object.
between(Temporal, Temporal) - Method in enum com.flexganttfx.model.util.SimpleUnit
 
BILLION - com.flexganttfx.model.util.SimpleUnit
A granularity representing one billion milliseconds.
BILLION_HUNDRED - com.flexganttfx.model.util.SimpleUnit
A granularity representing one hundred billion milliseconds.
BILLION_TEN - com.flexganttfx.model.util.SimpleUnit
A granularity representing ten billion milliseconds.
BINARY_ITERATOR - com.flexganttfx.model.repository.ListActivityRepository.IteratorType
Causes the repository to return an instance of type ListActivityRepository.BinarySearchActivityIterator.
bind(GanttChartBase<?>, GanttChartBase<?>, boolean) - Static method in class impl.com.flexganttfx.skin.util.Binder
 
Binder - Class in impl.com.flexganttfx.skin.util
 
Binder() - Constructor for class impl.com.flexganttfx.skin.util.Binder
 
bindVerticalListViewScrollBarWithVerticalTreeTableScrollBar() - Method in class impl.com.flexganttfx.skin.GanttChartSkin
 
BOTTOM - com.flexganttfx.model.dateline.Resolution.Position
 
BOUNDS_CONTAINMENT - com.flexganttfx.view.graphics.GraphicsBase.LassoSelectionBehaviour
A value indicating to the lasso selection that the bounds of an activity need to be completely contained within the bounds of the lasso in order for the activity to become selected.
buildEventDispatchChain(EventDispatchChain) - Method in class com.flexganttfx.model.repository.ActivityRepositoryBase
 
buildPathEndToEnd(Rectangle2D, Rectangle2D) - Method in class impl.com.flexganttfx.skin.graphics.PathBuilder
Builds a path in the given graphics context from the end of the source rectangle to the end of the target rectangle.
buildPathEndToStart(Rectangle2D, Rectangle2D) - Method in class impl.com.flexganttfx.skin.graphics.PathBuilder
Builds a path in the given graphics context from the end of the source rectangle to the start of the target rectangle.
buildPathStartToEnd(Rectangle2D, Rectangle2D) - Method in class impl.com.flexganttfx.skin.graphics.PathBuilder
Builds a path in the given graphics context from the start of the source rectangle to the end of the target rectangle.
buildPathStartToStart(Rectangle2D, Rectangle2D) - Method in class impl.com.flexganttfx.skin.graphics.PathBuilder
Builds a path in the given graphics context from the start of the source rectangle to the start of the target rectangle.

C

calculateLocationForTime(Instant) - Method in class com.flexganttfx.model.timeline.TimelineModel
Returns the pixel location of the given time.
calculateTargetLocation(double, double, double, double) - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
 
calculateTimeForLocation(double) - Method in class com.flexganttfx.model.timeline.TimelineModel
Returns the time for the given location.
Calendar<A extends CalendarActivity> - Interface in com.flexganttfx.model
A calendar is an extension of an activity repository with the additions of a name and a visibility property.
CalendarActivity - Interface in com.flexganttfx.model.calendar
An extension of the Activity interface which marks an activity as something that is being returned / managed by a Calendar.
CalendarActivityBase<T> - Class in com.flexganttfx.model.calendar
The base implementation of a calendar activity.
CalendarActivityBase() - Constructor for class com.flexganttfx.model.calendar.CalendarActivityBase
Constructs a new calendar activity.
CalendarActivityBase(String) - Constructor for class com.flexganttfx.model.calendar.CalendarActivityBase
Constructs a new calendar activity with the given name.
CalendarActivityBase(String, Instant, Instant) - Constructor for class com.flexganttfx.model.calendar.CalendarActivityBase
Constructs a new calendar activity with the given name, start time, and end time.
CalendarActivityBase(Instant, Instant) - Constructor for class com.flexganttfx.model.calendar.CalendarActivityBase
Constructs a new calendar activity with the start time and end time.
CalendarActivityRenderer<A extends CalendarActivity> - Class in com.flexganttfx.view.graphics.renderer
 
CalendarActivityRenderer(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.CalendarActivityRenderer
 
CalendarBase<A extends CalendarActivity> - Class in com.flexganttfx.model.calendar
An abstract base implementation of an activity repository that implements the Calendar interface.
CalendarBase(String) - Constructor for class com.flexganttfx.model.calendar.CalendarBase
Constructs a new calendar.
CalendarLayer<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics.layer
Draws the entries returned by the calendars attached to a row or attached to the entire graphics view.
CalendarLayer(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.layer.CalendarLayer
 
call(SimpleUnit) - Method in class impl.com.flexganttfx.skin.timeline.SimpleUnitCellFactory
 
call(ChronoUnit) - Method in class impl.com.flexganttfx.skin.timeline.ChronoUnitCellFactory
 
canvasBufferProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A canvas buffer size that is larger than zero increases the rendering performance of the Gantt chart substantially as fewer repaints of each row's canvas are needed.
CENTER - com.flexganttfx.view.graphics.renderer.ActivityBarRenderer.TextPosition
 
CENTER - com.flexganttfx.view.timeline.Timeline.ZoomMode
The time shown in the middle of the timeline will also be in the middle after the zoom has finished.
CHART_HIGH_VALUE_CHANGE_FINISHED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
An event type being used when the user has finished changing the chart high value of a MutableHighLowChartActivity.
CHART_HIGH_VALUE_CHANGE_ONGOING - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
An event type being used when the user is in the process of changing the chart high value of a MutableHighLowChartActivity.
CHART_HIGH_VALUE_CHANGE_STARTED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
An event type being used when the user has started changing the chart high value of a MutableHighLowChartActivity.
CHART_LOW_VALUE_CHANGE_FINISHED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
An event type being used when the user has finished changing the chart low value of a MutableHighLowChartActivity.
CHART_LOW_VALUE_CHANGE_ONGOING - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
An event type being used when the user is in the process of changing the chart low value of a MutableHighLowChartActivity.
CHART_LOW_VALUE_CHANGE_STARTED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
An event type being used when the user has started changing the chart low value of a MutableHighLowChartActivity.
CHART_VALUE_CHANGE - com.flexganttfx.view.graphics.GraphicsBase.EditMode
 
CHART_VALUE_CHANGE_FINISHED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
An event type being used when the user has finished changing the chart value of a MutableChartActivity.
CHART_VALUE_CHANGE_ONGOING - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
An event type being used when the user is in the process of changing the chart value of a MutableChartActivity.
CHART_VALUE_CHANGE_STARTED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
An event type being used when the user has started changing the chart value of a MutableChartActivity.
CHART_VALUE_HIGH_CHANGE - com.flexganttfx.view.graphics.GraphicsBase.EditMode
 
CHART_VALUE_LOW_CHANGE - com.flexganttfx.view.graphics.GraphicsBase.EditMode
 
ChartActivity - Interface in com.flexganttfx.model.activity
An add-on interface for any activity that is managed by the ChartLayout.
ChartActivityBase<T> - Class in com.flexganttfx.model.activity
The base implementation of a chart activity, which defines an additional chart value attribute that can be utilized by the ChartLayout to create charts based on activities, e.g.
ChartActivityBase() - Constructor for class com.flexganttfx.model.activity.ChartActivityBase
Constructs a new chart activity.
ChartActivityBase(double) - Constructor for class com.flexganttfx.model.activity.ChartActivityBase
Constructs a new chart activity with the given value.
ChartActivityBase(double, Instant) - Constructor for class com.flexganttfx.model.activity.ChartActivityBase
Constructs a new chart activity with the given value.
ChartActivityBase(double, Instant, Instant) - Constructor for class com.flexganttfx.model.activity.ChartActivityBase
Constructs a new chart activity with the given value.
ChartActivityRenderer<A extends ChartActivity> - Class in com.flexganttfx.view.graphics.renderer
 
ChartActivityRenderer(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.ChartActivityRenderer
 
ChartLayout - Class in com.flexganttfx.model.layout
Using the chart layout class results in activities being laid out as chart bars.
ChartLayout() - Constructor for class com.flexganttfx.model.layout.ChartLayout
Constructs a new chart layout with a range of 0 to 100.
ChartLinesLayer<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics.layer
Draws the horizontal grid lines for a row if the row or any of its inner lines are using the chart layout (see ChartLayout).
ChartLinesLayer(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
ChartLinesLayerItemProvider - Class in com.flexganttfx.extras.properties.layer
A property sheet item provider for ChartLinesLayer.
ChartLinesLayerItemProvider() - Constructor for class com.flexganttfx.extras.properties.layer.ChartLinesLayerItemProvider
 
chartValue - Variable in class com.flexganttfx.model.activity.ChartActivityBase
 
ChronoUnitCellFactory - Class in impl.com.flexganttfx.skin.timeline
 
ChronoUnitCellFactory() - Constructor for class impl.com.flexganttfx.skin.timeline.ChronoUnitCellFactory
 
ChronoUnitDatelineCell - Class in impl.com.flexganttfx.skin.timeline
 
ChronoUnitDatelineCell() - Constructor for class impl.com.flexganttfx.skin.timeline.ChronoUnitDatelineCell
 
ChronoUnitDatelineModel - Class in com.flexganttfx.model.dateline
The chrono unit dateline model is a specialization of the dateline model that works in combination with the ChronoUnit.
ChronoUnitDatelineModel() - Constructor for class com.flexganttfx.model.dateline.ChronoUnitDatelineModel
Constructs a new dateline model with a long list of predefined resolutions of type ChronoUnitResolution.
ChronoUnitGrid - Class in com.flexganttfx.model.dateline
A virtual grid implementation for ChronoUnit.
ChronoUnitGrid(String, String, ChronoUnit, int) - Constructor for class com.flexganttfx.model.dateline.ChronoUnitGrid
Constructs a new grid.
ChronoUnitGrid(String, ChronoUnit, int) - Constructor for class com.flexganttfx.model.dateline.ChronoUnitGrid
Constructs a new grid.
ChronoUnitResolution - Class in com.flexganttfx.model.dateline
A resolution type for ChronoUnit that can be used in combination with the ChronoUnitDatelineModel.
ChronoUnitResolution(ChronoUnit, String, int) - Constructor for class com.flexganttfx.model.dateline.ChronoUnitResolution
Constructs a new resolution for the given unit, format, step rate, and positions.
ChronoUnitResolution(ChronoUnit, String, int, Resolution.Position...) - Constructor for class com.flexganttfx.model.dateline.ChronoUnitResolution
Constructs a new resolution for the given unit, format, step rate, and positions.
ChronoUnitTimelineModel - Class in com.flexganttfx.model.timeline
A specialized timeline model for the ChronoUnit temporal unit.
ChronoUnitTimelineModel() - Constructor for class com.flexganttfx.model.timeline.ChronoUnitTimelineModel
Constructs a new model with the lowest unit set to minutes and the highest unit set to years.
ChronoUnitUtils - Class in com.flexganttfx.model.util
A utility class providing methods used in combination with ChronoUnit.
ChronoUnitUtils() - Constructor for class com.flexganttfx.model.util.ChronoUnitUtils
 
clear() - Method in class com.flexganttfx.model.util.IntervalTree
Removes all activities from the tree.
clearActivities() - Method in class com.flexganttfx.model.repository.IntervalTreeActivityRepository
 
clearActivities() - Method in class com.flexganttfx.model.repository.ListActivityRepository
 
clearActivities() - Method in interface com.flexganttfx.model.repository.MutableActivityRepository
Removes all activities from all layers from the repository.
clearActivities() - Method in class com.flexganttfx.model.Row
Removes all activities from the row.
clearActivities(Layer) - Method in class com.flexganttfx.model.repository.IntervalTreeActivityRepository
 
clearActivities(Layer) - Method in class com.flexganttfx.model.repository.ListActivityRepository
 
clearActivities(Layer) - Method in interface com.flexganttfx.model.repository.MutableActivityRepository
Removes the activities on the given layer from the repository.
clearActivities(Layer) - Method in class com.flexganttfx.model.Row
Removes all activities on the given layer from the row.
clearResolutions() - Method in class com.flexganttfx.model.dateline.DatelineModel
Removes all resolutions from the model.
clearResolutions(T) - Method in class com.flexganttfx.model.dateline.DatelineModel
Removes all resolutions for the given temporal unit.
Cluster<A extends Activity> - Class in impl.com.flexganttfx.skin.util
A cluster is a group of activities placed on multiple columns.
Cluster() - Constructor for class impl.com.flexganttfx.skin.util.Cluster
 
collapseRows() - Method in class com.flexganttfx.view.GanttChart
Collapses all rows inside the Gantt chart.
collapseRowsByOneLevel() - Method in class com.flexganttfx.view.GanttChart
Collapses the hightest level of rows inside the Gantt chart that is currently being used.
Column<A extends Activity> - Class in impl.com.flexganttfx.skin.util
A column is part of a Cluster.
Column() - Constructor for class impl.com.flexganttfx.skin.util.Column
 
com.flexganttfx.core - module com.flexganttfx.core
A very small module used for supporting logging and licensing.
com.flexganttfx.core - package com.flexganttfx.core
Core classes used for logging, license managment, string utilities.
com.flexganttfx.extras - module com.flexganttfx.extras
A couple of non-essential custom controls designed to work with the Gantt charts.
com.flexganttfx.extras - package com.flexganttfx.extras
Various utility classes, most notably a toolbar and a statusbar control for rapid prototyping (not intended for production use).
com.flexganttfx.extras.properties - package com.flexganttfx.extras.properties
Contains the item factory and item providers for use with the property sheet view of ControlsFX.
com.flexganttfx.extras.properties.layer - package com.flexganttfx.extras.properties.layer
Contains item providers for use with the property sheet view of ControlsFX.
com.flexganttfx.extras.properties.renderer - package com.flexganttfx.extras.properties.renderer
Contains item providers for use with the property sheet view of ControlsFX.
com.flexganttfx.extras.properties.view - package com.flexganttfx.extras.properties.view
Contains views for displaying the various properties used by the framework inside the property sheet view of ControlsFX.
com.flexganttfx.extras.util - package com.flexganttfx.extras.util
Utility classes for the utility controls (e.g.
com.flexganttfx.model - module com.flexganttfx.model
Contains all model classes used for the various Gantt chart controls.
com.flexganttfx.model - package com.flexganttfx.model
Top-level model classes required for creating a Gantt chart.
com.flexganttfx.model.activity - package com.flexganttfx.model.activity
Classes and interfaces related to activities.
com.flexganttfx.model.calendar - package com.flexganttfx.model.calendar
Classes and interfaces related to calendars.
com.flexganttfx.model.dateline - package com.flexganttfx.model.dateline
Classes used to support the dateline (child control of timeline).
com.flexganttfx.model.exception - package com.flexganttfx.model.exception
Specialized exception classes.
com.flexganttfx.model.layout - package com.flexganttfx.model.layout
Different layout and line manager implementations used to control the layout of activities.
com.flexganttfx.model.repository - package com.flexganttfx.model.repository
Classes related to activity repositories.
com.flexganttfx.model.timeline - package com.flexganttfx.model.timeline
Timeline model class and the two specializations for the temporal units ChronoUnit and SimpleUnit.
com.flexganttfx.model.util - package com.flexganttfx.model.util
Various utility classes for comparing, sorting, and storing activities.
com.flexganttfx.view - module com.flexganttfx.view
The view layer containing the various custom controls for creating Gantt charts.
com.flexganttfx.view - package com.flexganttfx.view
The main Gantt chart controls.
com.flexganttfx.view.container - package com.flexganttfx.view.container
Containers for the synchronized display of two or more Gantt charts.
com.flexganttfx.view.graphics - package com.flexganttfx.view.graphics
The various graphics controls that are used for rendering the Gantt chart.
com.flexganttfx.view.graphics.layer - package com.flexganttfx.view.graphics.layer
System layers are used to draw various pieces of information into the background of a row (time now, grid lines, marked time interval, chart and agenda lines, etc...).
com.flexganttfx.view.graphics.renderer - package com.flexganttfx.view.graphics.renderer
Renderer classes for visualizing activities, calendar entries, and for adding custom background visuals based on row type.
com.flexganttfx.view.timeline - package com.flexganttfx.view.timeline
The timeline control, which consists of the dateline and the eventline child controls.
com.flexganttfx.view.util - package com.flexganttfx.view.util
Various utility classes.
compare(Activity, Activity) - Method in class com.flexganttfx.model.util.ActivityComparator
 
CompletableActivity - Interface in com.flexganttfx.model.activity
An add-on interface for any Activity that wants to visualize a percentage complete value.
CompletableActivityBase<T> - Class in com.flexganttfx.model.activity
The base implementation of a completable activity, which stores a "percentage complete" value between 0 and 100%.
CompletableActivityBase() - Constructor for class com.flexganttfx.model.activity.CompletableActivityBase
Constructs a new activity.
CompletableActivityBase(String) - Constructor for class com.flexganttfx.model.activity.CompletableActivityBase
Constructs a new activity with the given name.
CompletableActivityBase(String, Instant, Instant) - Constructor for class com.flexganttfx.model.activity.CompletableActivityBase
Constructs a new activity with the given name, start time, and end time.
CompletableActivityBase(Instant, Instant) - Constructor for class com.flexganttfx.model.activity.CompletableActivityBase
Constructs a new activity with the start time and end time.
CompletableActivityRenderer<A extends CompletableActivity> - Class in com.flexganttfx.view.graphics.renderer
 
CompletableActivityRenderer(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
 
CompletableActivityRendererItemProvider - Class in com.flexganttfx.extras.properties.renderer
A property sheet item provider for CompletableActivityRenderer.
CompletableActivityRendererItemProvider() - Constructor for class com.flexganttfx.extras.properties.renderer.CompletableActivityRendererItemProvider
 
computeMaxHeight(double) - Method in class impl.com.flexganttfx.skin.treetable.GanttChartTreeTableRow
 
computeMinHeight(double) - Method in class impl.com.flexganttfx.skin.treetable.GanttChartTreeTableRow
 
computePrefHeight(double) - Method in class com.flexganttfx.view.timeline.DatelineCell
 
computePrefHeight(double) - Method in class impl.com.flexganttfx.skin.treetable.GanttChartTreeTableRow
 
computePrefWidth(double) - Method in class com.flexganttfx.view.timeline.DatelineCell
 
CONFIG - Static variable in class com.flexganttfx.core.LoggingDomain
 
configureDetailNode() - Method in class impl.com.flexganttfx.skin.GanttChartBaseSkin
 
configureMasterNode() - Method in class impl.com.flexganttfx.skin.GanttChartBaseSkin
 
ContainerBase<T extends GanttChartBase<?>> - Class in com.flexganttfx.view.container
A common base class for containers that wrap two or more Gantt charts.
ContainerBase() - Constructor for class com.flexganttfx.view.container.ContainerBase
Constructs a new container.
ContainerBase(boolean) - Constructor for class com.flexganttfx.view.container.ContainerBase
Constructs a new empty container.
ContainerBase(boolean, T...) - Constructor for class com.flexganttfx.view.container.ContainerBase
Constructs a new container with the given Gantt chart controls.
ContainerBase(T...) - Constructor for class com.flexganttfx.view.container.ContainerBase
Constructs a new container with the given Gantt chart controls.
ContainerSkinBase<T extends ContainerBase> - Class in impl.com.flexganttfx.skin.container
Created by dirk on 11/07/16.
ContainerSkinBase(T) - Constructor for class impl.com.flexganttfx.skin.container.ContainerSkinBase
Constructor for all SkinBase instances.
contextMenuCallbackProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to store a callback which is used for creating a context menu.
ContextMenuParameter(GraphicsBase<R>, R, List<ActivityRef<?>>, Layout, Instant, LocalTime) - Constructor for class com.flexganttfx.view.graphics.GraphicsBase.ContextMenuParameter
Constructs a new context menu parameter object.
cornerRadiusProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
 
cornersRoundedProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
 
createDefaultSkin() - Method in class com.flexganttfx.extras.LayersView
 
createDefaultSkin() - Method in class com.flexganttfx.extras.RadarView
 
createDefaultSkin() - Method in class com.flexganttfx.extras.VirtualGridControl
 
createDefaultSkin() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
 
createDefaultSkin() - Method in class com.flexganttfx.view.container.MultiGanttChartContainerBase
 
createDefaultSkin() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
 
createDefaultSkin() - Method in class com.flexganttfx.view.GanttChart
 
createDefaultSkin() - Method in class com.flexganttfx.view.GanttChartLite
 
createDefaultSkin() - Method in class com.flexganttfx.view.graphics.ListViewGraphics
 
createDefaultSkin() - Method in class com.flexganttfx.view.graphics.SingleRowGraphics
 
createDefaultSkin() - Method in class com.flexganttfx.view.graphics.SplitPaneGraphics
 
createDefaultSkin() - Method in class com.flexganttfx.view.graphics.VBoxGraphics
 
createDefaultSkin() - Method in class com.flexganttfx.view.timeline.Dateline
 
createDefaultSkin() - Method in class com.flexganttfx.view.timeline.Eventline
 
createDefaultSkin() - Method in class com.flexganttfx.view.timeline.Timeline
 
createDragCanvas() - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
createGraphics() - Method in class com.flexganttfx.view.GanttChartBase
Creates the graphics view used by the Gantt chart.
createGrid() - Method in class com.flexganttfx.model.dateline.ChronoUnitResolution
 
createGrid() - Method in class com.flexganttfx.model.dateline.Resolution
Creates a virtual grid for editing operations based on the settings of this resolution.
createGrid() - Method in class com.flexganttfx.model.dateline.SimpleUnitResolution
 
createHorizonScrollBar() - Method in class com.flexganttfx.view.GanttChartBase
Creates a regular scroll bar that will be used when the scrollbar type specified via GanttChartBase.scrollBarTypeProperty() is set to GanttChartBase.ScrollBarType.FIXED_HORIZON.
createLassoInfo(MouseEvent) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
createLinksCanvas() - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
createListView() - Method in class com.flexganttfx.view.graphics.ListViewGraphics
Creates the list view instance to be used by this graphics view.
createRowHeaderColumn() - Method in class com.flexganttfx.view.GanttChart
Creates the row header column used by the Gantt chart.
createRowPaneRegion() - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
createRowPaneRegion() - Method in class impl.com.flexganttfx.skin.graphics.ListViewGraphicsSkin
 
createRowPaneRegion() - Method in class impl.com.flexganttfx.skin.graphics.SingleRowGraphicsSkin
 
createRowPaneRegion() - Method in class impl.com.flexganttfx.skin.graphics.SplitPaneGraphicsSkin
 
createRowPaneRegion() - Method in class impl.com.flexganttfx.skin.graphics.VBoxGraphicsSkin
 
createSplitPane() - Method in class com.flexganttfx.view.graphics.SplitPaneGraphics
Creates the SplitPane used by this view.
createTimeline() - Method in class com.flexganttfx.view.GanttChartBase
Creates the timeline component used by the Gantt chart.
createTimelineScrollBar() - Method in class com.flexganttfx.view.GanttChartBase
Creates a custom scroll bar that will be used when the scrollbar type specified via GanttChartBase.scrollBarTypeProperty() is set to GanttChartBase.ScrollBarType.INFINITE.
createTreeTable() - Method in class com.flexganttfx.view.GanttChart
Creates the tree table view instance.
createVBox() - Method in class com.flexganttfx.view.graphics.VBoxGraphics
Creates the VBox used by this view.
cursorLocationProperty() - Method in class com.flexganttfx.view.timeline.Eventline
 
cursorTimeProperty() - Method in class com.flexganttfx.view.timeline.Eventline
 
CurvedLinkRenderer<T extends ActivityLink<?>> - Class in com.flexganttfx.view.graphics.renderer
A link renderer used to draw curved link lines between activities of type ActivityLink.
CurvedLinkRenderer(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.CurvedLinkRenderer
Constructs a new link renderer.

D

Dateline - Class in com.flexganttfx.view.timeline
The dateline is a control that displays the actual dates (Mo, Tu, We, ...) in cells in one or more rows.
Dateline(Timeline) - Constructor for class com.flexganttfx.view.timeline.Dateline
Constructs a new dateline.
datelineBufferProperty() - Method in class com.flexganttfx.view.timeline.Dateline
 
DatelineCell<T extends TemporalUnit> - Class in com.flexganttfx.view.timeline
Each row / scale in the Dateline consists of several cells.
DatelineCell() - Constructor for class com.flexganttfx.view.timeline.DatelineCell
 
DatelineModel<T extends TemporalUnit> - Class in com.flexganttfx.model.dateline
The dateline model provides the dateline control with various pieces of information so that it can layout itself correctly.
DatelineModel() - Constructor for class com.flexganttfx.model.dateline.DatelineModel
Constructs a new model and populates the list of available zone IDs.
DatelineSkin - Class in impl.com.flexganttfx.skin.timeline
 
DatelineSkin(Dateline) - Constructor for class impl.com.flexganttfx.skin.timeline.DatelineSkin
 
dateTimeFormatterProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
 
dateTimeFormatterProperty() - Method in class com.flexganttfx.view.timeline.Eventline
 
debugModeProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to enable / disable the debug mode.
decrement(long) - Method in enum com.flexganttfx.model.util.SimpleUnit
Decrements the given number of milliseconds with the milliseconds represented by the enumerator value.
decrement(Instant, ZoneId) - Method in class com.flexganttfx.model.dateline.ChronoUnitResolution
 
decrement(Instant, ZoneId) - Method in class com.flexganttfx.model.dateline.Resolution
Decrements the given time based on the temporal unit represented by this resolution.
decrement(Instant, ZoneId) - Method in class com.flexganttfx.model.dateline.SimpleUnitResolution
 
DEFAULT_DURATION - Static variable in class com.flexganttfx.model.activity.ActivityBase
 
DEFAULT_ROW_HEIGHT - Static variable in class com.flexganttfx.model.Row
The default height of a row (24 pixels).
deletableProperty() - Method in class com.flexganttfx.model.Layer
The property used to define whether the layer can be deleted by the user or not.
DELETING - com.flexganttfx.view.graphics.GraphicsBase.EditMode
 
detachFromRow() - Method in class com.flexganttfx.model.ActivityRef
Removes the activity from the row where it is currently shown.
detailProperty() - Method in class com.flexganttfx.view.GanttChartBase
A property used to store a node that can be made visible on the right-hand side of the Gantt chart.
disableRedrawAfterPropertyChange() - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
Disables automatic redrawing of the graphics area when one of the observed properties changes.
displayModeProperty() - Method in class com.flexganttfx.view.GanttChart
A property used to specify the mode in which the Gantt chart will layout its primary views, the table and the graphics.
dividerLineStrokeProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
 
DND - Static variable in class com.flexganttfx.core.LoggingDomain
 
DOWN - impl.com.flexganttfx.skin.graphics.PathBuilder.ArrowDirection
Draws the arrow pointing down.
DRAG_DONE - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
An event type being used when the user has finished dragging an activity.
DRAG_FINISHED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
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).
DRAG_INFO - Static variable in class impl.com.flexganttfx.skin.graphics.RowCanvasBehaviour
 
DRAG_ONGOING - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
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).
DRAG_STARTED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
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).
dragAndDropFeedbackProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
DragAndDropInfo(Row<?, ?, ?>, ActivityBounds, List<ActivityBounds>, TimeInterval, DragEvent, Point2D) - Constructor for class com.flexganttfx.view.graphics.GraphicsBase.DragAndDropInfo
 
dragAndDropInfoProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to store the current drag and drop information.
DragCanvas<R extends Row<?,​?,​?>> - Class in impl.com.flexganttfx.skin.graphics
 
DragCanvas(GraphicsBase<R>) - Constructor for class impl.com.flexganttfx.skin.graphics.DragCanvas
 
DRAGGING - com.flexganttfx.view.graphics.GraphicsBase.EditMode
 
DRAGGING_HORIZONTAL - com.flexganttfx.view.graphics.GraphicsBase.EditMode
 
DRAGGING_VERTICAL - com.flexganttfx.view.graphics.GraphicsBase.EditMode
 
dragImageProviderProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
draw() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
 
draw() - Method in class impl.com.flexganttfx.skin.graphics.LinksCanvas
 
draw() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
 
draw(ActivityRef<A>, Position, GraphicsContext, double, double, double, double, boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
 
draw(GraphicsBase.DragAndDropInfo) - Method in class impl.com.flexganttfx.skin.graphics.DragCanvas
Draws the current drag operation based on the information found inside the info parameter.
draw(R, GraphicsContext, double, double, boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.RowRenderer
 
draw(T, GraphicsContext, Rectangle2D, Rectangle2D) - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
Draws the given link between the two activity bounds into the given graphics context.
drawActivity(ActivityRef<A>, Position, GraphicsContext, double, double, double, double, boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
drawActivity(ActivityRef<A>, Position, GraphicsContext, double, double, double, double, boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
 
drawActivity(ActivityRef<A>, Position, GraphicsContext, double, double, double, double, boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.CalendarActivityRenderer
 
drawActivity(ActivityRef<A>, Position, GraphicsContext, double, double, double, double, boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
 
drawArrowHead(LinkRenderer.ArrowDirection, GraphicsContext, double, double) - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
 
drawBackground(ActivityRef<A>, Position, GraphicsContext, double, double, double, double, boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
drawBackground(ActivityRef<A>, Position, GraphicsContext, double, double, double, double, boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
 
drawBorder(ActivityRef<A>, Position, GraphicsContext, double, double, double, double, boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
drawBorder(ActivityRef<A>, Position, GraphicsContext, double, double, double, double, boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
 
drawCompletion(ActivityRef<A>, GraphicsContext, double, double, double, double, boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
 
drawEndToEnd(GraphicsContext, Rectangle2D, Rectangle2D) - Method in class com.flexganttfx.view.graphics.renderer.CurvedLinkRenderer
Draws a link in the given graphics context from the end of the source rectangle to the end of the target rectangle.
drawEndToEnd(GraphicsContext, Rectangle2D, Rectangle2D) - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
Draws a path in the given graphics context from the end of the source rectangle to the end of the target rectangle.
drawEndToEnd(GraphicsContext, Rectangle2D, Rectangle2D) - Method in class com.flexganttfx.view.graphics.renderer.StraightLinkRenderer
Draws a link in the given graphics context from the end of the source rectangle to the end of the target rectangle.
drawEndToStart(GraphicsContext, Rectangle2D, Rectangle2D) - Method in class com.flexganttfx.view.graphics.renderer.CurvedLinkRenderer
Draws a path in the given graphics context from the end of the source rectangle to the start of the target rectangle.
drawEndToStart(GraphicsContext, Rectangle2D, Rectangle2D) - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
Draws a path in the given graphics context from the end of the source rectangle to the start of the target rectangle.
drawEndToStart(GraphicsContext, Rectangle2D, Rectangle2D) - Method in class com.flexganttfx.view.graphics.renderer.StraightLinkRenderer
Draws a link in the given graphics context from the end of the source rectangle to the start of the target rectangle.
drawLastDividerLineProperty() - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
 
drawLayer(RowCanvas<R>, Instant, Instant) - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
drawLayer(RowCanvas<R>, Instant, Instant) - Method in class com.flexganttfx.view.graphics.layer.CalendarLayer
 
drawLayer(RowCanvas<R>, Instant, Instant) - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
drawLayer(RowCanvas<R>, Instant, Instant) - Method in class com.flexganttfx.view.graphics.layer.DSTLineLayer
 
drawLayer(RowCanvas<R>, Instant, Instant) - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
 
drawLayer(RowCanvas<R>, Instant, Instant) - Method in class com.flexganttfx.view.graphics.layer.HoverTimeIntervalLayer
 
drawLayer(RowCanvas<R>, Instant, Instant) - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
 
drawLayer(RowCanvas<R>, Instant, Instant) - Method in class com.flexganttfx.view.graphics.layer.LayoutLayer
 
drawLayer(RowCanvas<R>, Instant, Instant) - Method in class com.flexganttfx.view.graphics.layer.NowLineLayer
 
drawLayer(RowCanvas<R>, Instant, Instant) - Method in class com.flexganttfx.view.graphics.layer.RowLayer
 
drawLayer(RowCanvas<R>, Instant, Instant) - Method in class com.flexganttfx.view.graphics.layer.SelectedTimeIntervalsLayer
 
drawLayer(RowCanvas<R>, Instant, Instant) - Method in class com.flexganttfx.view.graphics.layer.SystemLayer
 
drawLayer(RowCanvas<R>, Instant, Instant) - Method in class com.flexganttfx.view.graphics.layer.ZoomTimeIntervalLayer
 
drawLinks(String) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Performs a redraw of the displayed links and logs the given reason.
drawRow(R, GraphicsContext, double, double, boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.RowRenderer
 
drawStartToEnd(GraphicsContext, Rectangle2D, Rectangle2D) - Method in class com.flexganttfx.view.graphics.renderer.CurvedLinkRenderer
Draws a path in the given graphics context from the start of the source rectangle to the end of the target rectangle.
drawStartToEnd(GraphicsContext, Rectangle2D, Rectangle2D) - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
Draws a path in the given graphics context from the start of the source rectangle to the end of the target rectangle.
drawStartToEnd(GraphicsContext, Rectangle2D, Rectangle2D) - Method in class com.flexganttfx.view.graphics.renderer.StraightLinkRenderer
Draws a link in the given graphics context from the start of the source rectangle to the end of the target rectangle.
drawStartToStart(GraphicsContext, Rectangle2D, Rectangle2D) - Method in class com.flexganttfx.view.graphics.renderer.CurvedLinkRenderer
Draws a link in the given graphics context from the start of the source rectangle to the start of the target rectangle.
drawStartToStart(GraphicsContext, Rectangle2D, Rectangle2D) - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
Draws a path in the given graphics context from the start of the source rectangle to the start of the target rectangle.
drawStartToStart(GraphicsContext, Rectangle2D, Rectangle2D) - Method in class com.flexganttfx.view.graphics.renderer.StraightLinkRenderer
Draws a link in the given graphics context from the start of the source rectangle to the start of the target rectangle.
drawText(ActivityRef<A>, String, ActivityBarRenderer.TextPosition, GraphicsContext, double, double, double, double, boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
dropLayerProviderProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to store a callback that will return the layer on which a dragged activity will be placed once the drop operation has finished.
DSTLineLayer<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics.layer
Draws a vertical line at the location of the next daylight savings time change.
DSTLineLayer(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.layer.DSTLineLayer
 
DSTLineLayerItemProvider - Class in com.flexganttfx.extras.properties.layer
A property sheet item provider for DSTLineLayer.
DSTLineLayerItemProvider() - Constructor for class com.flexganttfx.extras.properties.layer.DSTLineLayerItemProvider
 
DualGanttChartContainer - Class in com.flexganttfx.view.container
A specialization of DualGanttChartContainerBase capable of displaying exactly two instances of GanttChart and keeping their layouts (same table width, same timeline) and their scrolling and zooming behavior in sync.
DualGanttChartContainer() - Constructor for class com.flexganttfx.view.container.DualGanttChartContainer
Constructs a new container.
DualGanttChartContainer(boolean) - Constructor for class com.flexganttfx.view.container.DualGanttChartContainer
Constructs a new container.
DualGanttChartContainer(boolean, GanttChart<?>, GanttChart<?>) - Constructor for class com.flexganttfx.view.container.DualGanttChartContainer
Constructs a new container with the given Gantt chart controls.
DualGanttChartContainer(GanttChart<?>, GanttChart<?>) - Constructor for class com.flexganttfx.view.container.DualGanttChartContainer
Constructs a new container with the given Gantt chart controls.
DualGanttChartContainerBase<T extends GanttChartBase<?>> - Class in com.flexganttfx.view.container
A specialization of ContainerBase capable of displaying exactly two instances of GanttChartBase and keeping their layouts and their scrolling and zooming behavior in sync.
DualGanttChartContainerBase(boolean, T, T) - Constructor for class com.flexganttfx.view.container.DualGanttChartContainerBase
Constructs a new container with the given Gantt chart controls.
DualGanttChartContainerBase(T, T) - Constructor for class com.flexganttfx.view.container.DualGanttChartContainerBase
Constructs a new container with the given Gantt chart controls.
DualGanttChartContainerBaseItemProvider<T extends GanttChartBase<?>> - Class in com.flexganttfx.extras.properties
A property sheet item provider for GanttChartBase.
DualGanttChartContainerBaseItemProvider() - Constructor for class com.flexganttfx.extras.properties.DualGanttChartContainerBaseItemProvider
 
DualGanttChartContainerSkin - Class in impl.com.flexganttfx.skin.container
 
DualGanttChartContainerSkin(DualGanttChartContainerBase) - Constructor for class impl.com.flexganttfx.skin.container.DualGanttChartContainerSkin
 
DualGanttChartLiteContainer - Class in com.flexganttfx.view.container
A specialization of DualGanttChartContainerBase capable of displaying exactly two instances of GanttChartLite and keeping their layouts (e.g same timeline) and their scrolling and zooming behavior in sync.
DualGanttChartLiteContainer() - Constructor for class com.flexganttfx.view.container.DualGanttChartLiteContainer
Constructs a new container.
DualGanttChartLiteContainer(boolean) - Constructor for class com.flexganttfx.view.container.DualGanttChartLiteContainer
Constructs a new container.
DualGanttChartLiteContainer(boolean, GanttChartLite<?>, GanttChartLite<?>) - Constructor for class com.flexganttfx.view.container.DualGanttChartLiteContainer
Constructs a new container with the given graphics controls.
DualGanttChartLiteContainer(GanttChartLite<?>, GanttChartLite<?>) - Constructor for class com.flexganttfx.view.container.DualGanttChartLiteContainer
Constructs a new container with the given graphics controls.

E

editedActivityProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
EDITING - Static variable in class com.flexganttfx.core.LoggingDomain
 
EditingCallbackParameter(ActivityRef<?>, GraphicsBase.EditMode) - Constructor for class com.flexganttfx.view.graphics.GraphicsBase.EditingCallbackParameter
 
EditModeCallbackParameter(ActivityBounds, MouseEvent) - Constructor for class com.flexganttfx.view.graphics.GraphicsBase.EditModeCallbackParameter
Constructs a new callback parameter.
editModeProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to store the currently active editing mode, e.g.
enabledProperty() - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
 
enableRedrawAfterPropertyChange() - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
Enabled automatic redrawing of the graphics area when one of the observed properties changes.
enableRowResizingProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Controls whether the view allows the user to interactively resize the row / change the row height.
END_TIME_CHANGE - com.flexganttfx.view.graphics.GraphicsBase.EditMode
 
END_TIME_CHANGE_FINISHED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
An event type used when the end time of an activity has finished changing.
END_TIME_CHANGE_ONGOING - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
An event type used when the end time of an activity is currently being changed.
END_TIME_CHANGE_STARTED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
An event type used when the user starts changing the end time of an activity.
END_TO_END - com.flexganttfx.model.ActivityLink.LinkType
Used to define a link between the end time of the first activity and the end time of the second activity.
END_TO_START - com.flexganttfx.model.ActivityLink.LinkType
Used to define a link between the end time of the first activity and the start time of the second activity.
endTime - Variable in class com.flexganttfx.model.activity.ActivityBase
 
endTimeProperty() - Method in class com.flexganttfx.model.layout.AgendaLayout
Returns the property used for storing the end time of the agenda.
EqualLinesManager<R extends Row<?,​?,​A>,​A extends Activity> - Class in com.flexganttfx.model.layout
A lines manager that equally distributes the available row height to all lines.
EqualLinesManager(R) - Constructor for class com.flexganttfx.model.layout.EqualLinesManager
Constructs a new lines manager for the given row.
equals(Object) - Method in class com.flexganttfx.model.ActivityRef
 
equals(Object) - Method in class com.flexganttfx.model.util.TimeInterval
 
equals(Object) - Method in class com.flexganttfx.view.graphics.ActivityBounds
 
Eventline - Class in com.flexganttfx.view.timeline
The eventline is a control that displays time cursors and other information that might be relevant for all rows in the Gantt chart.
Eventline(Timeline) - Constructor for class com.flexganttfx.view.timeline.Eventline
Constructs a new eventline.
EventlineSkin - Class in impl.com.flexganttfx.skin.timeline
 
EventlineSkin(Eventline) - Constructor for class impl.com.flexganttfx.skin.timeline.EventlineSkin
 
EVENTS - Static variable in class com.flexganttfx.core.LoggingDomain
 
expandedProperty() - Method in class com.flexganttfx.model.Row
The property used to store the expansion state of the row.
expandRows() - Method in class com.flexganttfx.view.GanttChart
Expands all rows inside the Gantt chart.
expandRowsByOneLevel() - Method in class com.flexganttfx.view.GanttChart
Expands the next level of rows inside the Gantt chart.

F

fadeInOutObservable(ObservableBooleanValue) - Method in class com.flexganttfx.view.graphics.layer.SystemLayer
 
fadeInOutOpacityProperty() - Method in class com.flexganttfx.model.Layer
The property used to store the temporary opacity of the layer while the layer is being made visible or hidden.
fadeInOutVisibilityChangesDurationProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
fadeInOutVisibilityChangesProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
FEATURE_LICENSEE - Static variable in class com.flexganttfx.core.FlexGanttFX
Represents the "Licensee" feature.
FEATURE_PRODUCT - Static variable in class com.flexganttfx.core.FlexGanttFX
Represents the "Product" feature.
FEATURE_RUNTIME - Static variable in class com.flexganttfx.core.FlexGanttFX
Represents the "Runtime" feature.
FEATURE_VENDOR - Static variable in class com.flexganttfx.core.FlexGanttFX
Represents the "Vendor" feature.
FEATURE_VERSION - Static variable in class com.flexganttfx.core.FlexGanttFX
Represents the "Version" feature.
fillCompletionHighlightProperty() - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
 
fillCompletionHoverProperty() - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
 
fillCompletionPressedProperty() - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
 
fillCompletionProperty() - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
 
fillCompletionSelectedProperty() - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
 
fillHighlightProperty() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
 
fillHoverProperty() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
 
fillPressedProperty() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
 
fillProperty() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
 
fillSelectedProperty() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
 
filterProperty() - Method in class impl.com.flexganttfx.skin.treetable.GanttChartTreeItem
A predicate used to filter the children of this tree item.
findLassoSelectedActivities() - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
findLassoSelectedActivities() - Method in class impl.com.flexganttfx.skin.graphics.ListViewGraphicsSkin
 
findLassoSelectedActivities() - Method in class impl.com.flexganttfx.skin.graphics.SingleRowGraphicsSkin
 
findLassoSelectedActivities() - Method in class impl.com.flexganttfx.skin.graphics.SplitPaneGraphicsSkin
 
findLassoSelectedActivities() - Method in class impl.com.flexganttfx.skin.graphics.VBoxGraphicsSkin
 
findLassoSelectedRows() - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
findLassoSelectedRows() - Method in class impl.com.flexganttfx.skin.graphics.ListViewGraphicsSkin
 
findLassoSelectedRows() - Method in class impl.com.flexganttfx.skin.graphics.SingleRowGraphicsSkin
 
findLassoSelectedRows() - Method in class impl.com.flexganttfx.skin.graphics.SplitPaneGraphicsSkin
 
findLassoSelectedRows() - Method in class impl.com.flexganttfx.skin.graphics.VBoxGraphicsSkin
 
fireEvent(RepositoryEvent) - Method in class com.flexganttfx.model.repository.ActivityRepositoryBase
 
FIRST - com.flexganttfx.view.util.Position
The first element.
firstDayOfWeekProperty() - Method in class com.flexganttfx.view.timeline.Dateline
A property used to store the weekday that is considered the "first day of the week".
FIXED_HORIZON - com.flexganttfx.view.GanttChartBase.ScrollBarType
Use the same scrollbar that is being used for the standard JavaFX controls such as ListView, TableView, or TreeView.
fixedCellSizeProperty() - Method in class com.flexganttfx.view.GanttChartBase
A property used to set a fixed cell size for the rows shown in the table on the left-hand side and the graphics area on the right-hand side.
fixedCellSizeProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to store a fixed cell size for controls that are based on the virtual flow control.
FlexGanttFX - Class in com.flexganttfx.core
Utility class for setting the license key.
FlexGanttFX() - Constructor for class com.flexganttfx.core.FlexGanttFX
 
FlexGanttFXControl - Class in com.flexganttfx.view.util
The super class of most controls found inside FlexGanttFX.
FlexGanttFXControl() - Constructor for class com.flexganttfx.view.util.FlexGanttFXControl
Constructs a new control.
FLIP_TO_BACK_FINISHED - Static variable in class impl.com.flexganttfx.skin.graphics.FlipPane.FlipEvent
 
FLIP_TO_FRONT_FINISHED - Static variable in class impl.com.flexganttfx.skin.graphics.FlipPane.FlipEvent
 
FlipEvent(Object, EventTarget, EventType<FlipPane.FlipEvent>) - Constructor for class impl.com.flexganttfx.skin.graphics.FlipPane.FlipEvent
 
FlipPane<R extends Row<?,​?,​?>> - Class in impl.com.flexganttfx.skin.graphics
 
FlipPane.FlipEvent - Class in impl.com.flexganttfx.skin.graphics
 
flipToBack() - Method in class impl.com.flexganttfx.skin.graphics.FlipPane
 
flipToBackImmediately() - Method in class impl.com.flexganttfx.skin.graphics.FlipPane
 
flipToFront() - Method in class impl.com.flexganttfx.skin.graphics.FlipPane
 
flipToFrontImmediately() - Method in class impl.com.flexganttfx.skin.graphics.FlipPane
 
fontProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
format(Instant, ZoneId) - Method in class com.flexganttfx.model.dateline.ChronoUnitResolution
 
format(Instant, ZoneId) - Method in class com.flexganttfx.model.dateline.Resolution
Formats the given time / instant for the given time zone based on the settings of this resolution.
format(Instant, ZoneId) - Method in class com.flexganttfx.model.dateline.SimpleUnitResolution
 
format(LogRecord) - Method in class com.flexganttfx.core.LoggingFormatter
Format the given LogRecord.
frozenRowProperty() - Method in class com.flexganttfx.view.timeline.Eventline
 

G

GANTT_TREE_TABLE_VIEW_FIRST - Static variable in class impl.com.flexganttfx.skin.container.ContainerSkinBase
 
GANTT_TREE_TABLE_VIEW_LAST - Static variable in class impl.com.flexganttfx.skin.container.ContainerSkinBase
 
GANTT_TREE_TABLE_VIEW_MIDDLE - Static variable in class impl.com.flexganttfx.skin.container.ContainerSkinBase
 
GanttChart<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view
A control used to visualize any kind of scheduling data along a timeline.
GanttChart() - Constructor for class com.flexganttfx.view.GanttChart
Constructs a new Gantt chart control.
GanttChart(R) - Constructor for class com.flexganttfx.view.GanttChart
Constructs a new Gantt Chart control.
GanttChart.DisplayMode - Enum in com.flexganttfx.view
An enum used for specifying how to layout the Gantt chart.
GanttChart.RowHeaderType - Enum in com.flexganttfx.view
An enum used to control the visuals of the cells in the row header column.
GanttChartBase<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view
Abstract base class for all Gantt chart controls.
GanttChartBase() - Constructor for class com.flexganttfx.view.GanttChartBase
Constructs a new Gantt Chart control.
GanttChartBase.ScrollBarType - Enum in com.flexganttfx.view
Defines the type of scrollbar to be used for scrolling horizontally.
GanttChartBaseItemProvider<R extends Row<?,​?,​?>> - Class in com.flexganttfx.extras.properties
A property sheet item provider for GanttChartBase.
GanttChartBaseItemProvider() - Constructor for class com.flexganttfx.extras.properties.GanttChartBaseItemProvider
 
GanttChartBaseSkin<R extends Row<?,​?,​?>,​C extends GanttChartBase<R>> - Class in impl.com.flexganttfx.skin
 
GanttChartBaseSkin(C) - Constructor for class impl.com.flexganttfx.skin.GanttChartBaseSkin
 
GanttChartConfigurationView - Class in com.flexganttfx.extras.properties.view
A tab pane containing four tabs with property sheets for controls, renderers, background, and foreground layers.
GanttChartConfigurationView() - Constructor for class com.flexganttfx.extras.properties.view.GanttChartConfigurationView
Constructs a new view.
GanttChartConfigurationView(GanttChartBase<?>) - Constructor for class com.flexganttfx.extras.properties.view.GanttChartConfigurationView
Constructs a new view for the given gantt chart.
GanttChartItemProvider<R extends Row<?,​?,​?>> - Class in com.flexganttfx.extras.properties
A property sheet item provider for GanttChart.
GanttChartItemProvider() - Constructor for class com.flexganttfx.extras.properties.GanttChartItemProvider
 
GanttChartLite<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view
A control used to visualize any kind of scheduling data along a timeline.
GanttChartLite() - Constructor for class com.flexganttfx.view.GanttChartLite
Constructs a new Gantt Chart control.
GanttChartLiteSkin<R extends Row<?,​?,​?>> - Class in impl.com.flexganttfx.skin
 
GanttChartLiteSkin(GanttChartLite<R>) - Constructor for class impl.com.flexganttfx.skin.GanttChartLiteSkin
 
ganttChartProperty() - Method in class com.flexganttfx.extras.GanttChartStatusBar
A property used to store the reference to the Gantt chart that will be watched by this statusbar.
ganttChartProperty() - Method in class com.flexganttfx.extras.GanttChartToolBar
A property used to store the reference to the Gantt chart that will be watched by this status bar.
ganttChartProperty() - Method in class com.flexganttfx.extras.properties.view.GanttChartConfigurationView
Returns the property that stores the Gantt chart for which the view is being used.
GanttChartPropertySheet<R extends Row<?,​?,​?>> - Class in com.flexganttfx.extras.properties.view
A property sheet implementation for use with the property sheet view of ControlsFX.
GanttChartPropertySheet() - Constructor for class com.flexganttfx.extras.properties.view.GanttChartPropertySheet
Constructs a new sheet.
GanttChartPropertySheet(Object) - Constructor for class com.flexganttfx.extras.properties.view.GanttChartPropertySheet
Constructs a new sheet for the given target object.
GanttChartSkin<R extends Row<?,​?,​?>> - Class in impl.com.flexganttfx.skin
 
GanttChartSkin(GanttChart<R>) - Constructor for class impl.com.flexganttfx.skin.GanttChartSkin
 
GanttChartStatusBar<R extends Row<?,​?,​?>> - Class in com.flexganttfx.extras
A statusbar implementation that can be used in combination with the Gantt chart control.
GanttChartStatusBar() - Constructor for class com.flexganttfx.extras.GanttChartStatusBar
Constructs a new statusbar control.
GanttChartStatusBar(GanttChartBase<R>) - Constructor for class com.flexganttfx.extras.GanttChartStatusBar
Constructs a new statusbar control.
GanttChartToolBar<R extends Row<?,​?,​?>> - Class in com.flexganttfx.extras
A toolbar implementation that can be used in combination with the Gantt chart control.
GanttChartToolBar() - Constructor for class com.flexganttfx.extras.GanttChartToolBar
Constructs a new toolbar control.
GanttChartToolBar(GanttChartBase<R>) - Constructor for class com.flexganttfx.extras.GanttChartToolBar
Constructs a new toolbar control.
GanttChartTreeItem<R extends Row<?,​?,​?>> - Class in impl.com.flexganttfx.skin.treetable
A specialization of tree item for use with the GanttChart tree table view.
GanttChartTreeItem() - Constructor for class impl.com.flexganttfx.skin.treetable.GanttChartTreeItem
Constructs a new tree item.
GanttChartTreeItem(R) - Constructor for class impl.com.flexganttfx.skin.treetable.GanttChartTreeItem
Constructs a new tree item.
GanttChartTreeItem(R, Node) - Constructor for class impl.com.flexganttfx.skin.treetable.GanttChartTreeItem
Constructs a new tree item.
GanttChartTreeTableRow<R extends Row<?,​?,​?>> - Class in impl.com.flexganttfx.skin.treetable
 
GanttChartTreeTableRow() - Constructor for class impl.com.flexganttfx.skin.treetable.GanttChartTreeTableRow
 
GanttLayout - Class in com.flexganttfx.model.layout
The standard layout used by all rows and lines.
GanttLayout() - Constructor for class com.flexganttfx.model.layout.GanttLayout
Constructs a new layout.
gapProperty() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
The gap determines how far the line is drawn away from the bounds of the source or target timeline object.
getActivities() - Method in class com.flexganttfx.view.graphics.GraphicsBase.ContextMenuParameter
Returns the activities found at the location where the context menu has been requested.
getActivities() - Method in class com.flexganttfx.view.graphics.LassoEvent.LassoInfo
Returns the activities found inside the lasso.
getActivities() - Method in class impl.com.flexganttfx.skin.util.Cluster
Returns all activities within the cluster.
getActivities() - Method in class impl.com.flexganttfx.skin.util.Column
Returns all activities within the column.
getActivities(Layer, Instant, Instant, TemporalUnit, ZoneId) - Method in interface com.flexganttfx.model.ActivityRepository
Returns an iterator for iterating over all activities found for the given layer and time interval.
getActivities(Layer, Instant, Instant, TemporalUnit, ZoneId) - Method in class com.flexganttfx.model.calendar.WeekendCalendar
 
getActivities(Layer, Instant, Instant, TemporalUnit, ZoneId) - Method in class com.flexganttfx.model.repository.IntervalTreeActivityRepository
 
getActivities(Layer, Instant, Instant, TemporalUnit, ZoneId) - Method in class com.flexganttfx.model.repository.ListActivityRepository
 
getActivity() - Method in class com.flexganttfx.model.ActivityRef
Returns the activity itself.
getActivity() - Method in class com.flexganttfx.view.graphics.ActivityBounds
 
getActivity() - Method in exception impl.com.flexganttfx.skin.graphics.MissingActivityBoundsException
 
getActivity() - Method in class impl.com.flexganttfx.skin.util.Placement
Returns the activity.
getActivityBounds() - Method in class com.flexganttfx.view.graphics.GraphicsBase.DragAndDropInfo
Returns the dragged / dropped activity (bounds).
getActivityBounds() - Method in class com.flexganttfx.view.graphics.GraphicsBase.EditModeCallbackParameter
The activity / bounds for which to determine the edit mode.
getActivityBounds(double, double) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
 
getActivityBounds(double, double, double, double) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
 
getActivityBounds(ActivityRef<?>) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
getActivityBounds(ActivityRef<?>) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
 
getActivityBoundsAt(double, double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Finds the activity bounds at the given location.
getActivityBoundsAt(double, double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
getActivityEditingCallback(Class<A>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
getActivityFilter() - Method in class com.flexganttfx.view.graphics.GraphicsBase
getActivityRef() - Method in class com.flexganttfx.model.repository.RepositoryEvent
Returns the affected activity (ref).
getActivityRef() - Method in class com.flexganttfx.view.graphics.ActivityBounds
 
getActivityRef() - Method in class com.flexganttfx.view.graphics.ActivityEvent
 
getActivityRef() - Method in class com.flexganttfx.view.graphics.GraphicsBase.DragAndDropInfo
Returns the activity being dragged.
getActivityRef() - Method in class com.flexganttfx.view.graphics.GraphicsBase.EditingCallbackParameter
 
getActivityRefAt(double, double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Finds the activity reference at the given location.
getActivityRefAt(double, double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
getActivityRenderer(Class<? extends A>, Class<? extends Layout>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
getAffectedTimeInterval() - Method in class com.flexganttfx.view.graphics.ActivityEvent
Returns the entire affected time interval of the change.
getAgendaLinesLineWidth() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Gets the value of the property agendaLinesLineWidth.
getAgendaLinesSize() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Gets the value of the property agendaLinesSize.
getAgendaLinesStroke() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Gets the value of the property agendaLinesStroke.
getAllActivities() - Method in class com.flexganttfx.model.repository.IntervalTreeActivityRepository
Returns all activities for all layers.
getAllActivities() - Method in class com.flexganttfx.model.repository.ListActivityRepository
Returns all activities on all layers.
getAllActivityBounds() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
 
getAllActivityBounds(double, double) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
 
getAllActivityBoundsAt(double, double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns the bounds of all activities found at the given location.
getAllActivityBoundsAt(double, double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
getAllActivityRefsAt(double, double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns the references to all activities found at the given location.
getAllActivityRefsAt(double, double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
getAllActivityRenderers() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns a list of all currently registered activity renderers.
getAllCalendarActivitiesAt(double, double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Finds all calendar activities at the given location.
getAllCalendarActivitiesAt(double, double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
getAlpha() - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
Gets the value of the property alpha.
getAmount() - Method in class com.flexganttfx.model.dateline.VirtualGrid
The number of units used for the grid.
getArrowHeadColor() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
Gets the value of the property arrowHeadColor.
getArrowSize() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
Gets the value of the property arrowSize.
getAutoscrollProximity() - Method in class com.flexganttfx.view.graphics.ListViewGraphics
getAvailableZoneIds() - Method in class com.flexganttfx.model.dateline.DatelineModel
Returns all ZoneId instances that are available for the user to switch to.
getBack() - Method in class impl.com.flexganttfx.skin.graphics.FlipPane
 
getBackgroundSystemLayer(Class<SL>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
getBackgroundSystemLayers() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
getBarHeight() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Gets the value of the property barHeight.
getCalendarActivityRenderer(Class<? extends A>) - Method in class com.flexganttfx.view.graphics.layer.CalendarLayer
 
getCalendars() - Method in class com.flexganttfx.model.Row
Returns a list of calendars attached to this row.
getCalendars() - Method in class com.flexganttfx.view.GanttChartBase
Convenience method to return the list of calendars registered on the graphics view.
getCalendars() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns the list of calendars that are registered with the graphics view.
getCalendars() - Method in class com.flexganttfx.view.timeline.Dateline
An observable list of calendars associated with the dateline.
getCanvas() - Method in class impl.com.flexganttfx.skin.graphics.RowPane
 
getCanvasBuffer() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property canvasBuffer.
getCellFactory(Class<? extends TemporalUnit>) - Method in class com.flexganttfx.view.timeline.Dateline
Returns the cell factory used for the given temporal unit type (e.g.
getChartValue() - Method in interface com.flexganttfx.model.activity.ChartActivity
Returns the chart value of the activity.
getChartValue() - Method in class com.flexganttfx.model.activity.ChartActivityBase
 
getChildren() - Method in class com.flexganttfx.model.Row
Returns the list of children of this row.
getClassCssMetaData() - Static method in class com.flexganttfx.view.graphics.GraphicsBase
 
getClippedContent() - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
getColumnCount() - Method in class impl.com.flexganttfx.skin.util.Cluster
Returns the number of columns that are needed by the cluster in order to display all activities without any overlaps.
getColumnCount() - Method in class impl.com.flexganttfx.skin.util.Placement
Returns the total number of columns used for the cluster where the activity is being shown.
getColumnIndex() - Method in class impl.com.flexganttfx.skin.util.Placement
Returns the index of the column where the activity will be shown within its cluster.
getColumns() - Method in class impl.com.flexganttfx.skin.util.Cluster
Returns the list of columns.
getContextMenuCallback() - Method in class com.flexganttfx.view.graphics.GraphicsBase
getControlCssMetaData() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
getControlsNode() - Method in class impl.com.flexganttfx.skin.graphics.RowPane
 
getCornerRadius() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
Gets the value of the property cornerRadius.
getCursorLocation() - Method in class com.flexganttfx.view.timeline.Eventline
Gets the value of the property cursorLocation.
getCursorTime() - Method in class com.flexganttfx.view.timeline.Eventline
Gets the value of the property cursorTime.
getCurve() - Method in class com.flexganttfx.view.graphics.renderer.CurvedLinkRenderer
Returns the radius of the curve.
getCurve() - Method in class impl.com.flexganttfx.skin.graphics.PathBuilder
Returns the radius of the curve.
getDateline() - Method in class com.flexganttfx.view.timeline.DatelineCell
 
getDateline() - Method in class com.flexganttfx.view.timeline.Timeline
Returns the dateline contained within the timeline.
getDatelineBuffer() - Method in class com.flexganttfx.view.timeline.Dateline
Gets the value of the property datelineBuffer.
getDateTimeFormatter() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Gets the value of the property dateTimeFormatter.
getDateTimeFormatter() - Method in class com.flexganttfx.view.timeline.Eventline
Gets the value of the property dateTimeFormatter.
getDayOfWeek() - Method in class com.flexganttfx.model.calendar.WeekendCalendarActivity
Returns the week day that this activity is representing, e.g.
getDelay() - Method in class com.flexganttfx.view.timeline.TimeTracker
Returns the delay in milliseconds between updates of TimelineModel.nowProperty().
getDetail() - Method in class com.flexganttfx.view.GanttChartBase
Returns the value of GanttChartBase.detailProperty().
getDisplayMode() - Method in class com.flexganttfx.view.GanttChart
Returns the value of GanttChart.displayModeProperty().
getDividerLineStroke() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Gets the value of the property dividerLineStroke.
getDragAndDropFeedback() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property dragAndDropFeedback.
getDragAndDropInfo() - Method in class com.flexganttfx.view.graphics.GraphicsBase
getDragCanvas() - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
getDragEvent() - Method in class com.flexganttfx.view.graphics.GraphicsBase.DragAndDropInfo
Returns the drag event that triggered the callback.
getDragImageProvider() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property dragImageProvider.
getDropInterval() - Method in class com.flexganttfx.view.graphics.GraphicsBase.DragAndDropInfo
Returns the time interval where the drop would take place.
getDropLayerProvider() - Method in class com.flexganttfx.view.graphics.GraphicsBase
getDuration() - Method in class com.flexganttfx.model.activity.MutableActivityBase
Convenience method to determine the duration between the start and the end time of the activity.
getDuration() - Method in class com.flexganttfx.model.activity.MutableChartActivityBase
Convenience method to determine the duration between the start and the end time of the activity.
getDuration() - Method in class com.flexganttfx.model.activity.MutableCompletableActivityBase
Convenience method to determine the duration between the start and the end time of the activity.
getDuration() - Method in class com.flexganttfx.model.activity.MutableHighLowChartActivityBase
Convenience method to determine the duration between the start and the end time of the activity.
getDuration() - Method in enum com.flexganttfx.model.util.SimpleUnit
 
getDuration() - Method in class com.flexganttfx.model.util.TimeInterval
Returns the duration of the interval.
getEarliestTimeUsed() - Method in interface com.flexganttfx.model.ActivityRepository
Returns the earliest time used by the activities stored in this repository / on this row.
getEarliestTimeUsed() - Method in class com.flexganttfx.model.repository.ActivityRepositoryBase
 
getEarliestTimeUsed() - Method in class com.flexganttfx.model.repository.IntervalTreeActivityRepository
 
getEarliestTimeUsed() - Method in class com.flexganttfx.model.repository.ListActivityRepository
 
getEarliestTimeUsed() - Method in class com.flexganttfx.model.Row
Returns the earliest time used by the row.
getEarliestTimeUsed() - Method in class com.flexganttfx.model.util.IntervalTree
Returns the earliest time used by all activities currently stored inside the tree.
getEarliestTimeUsed() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Calculates and returns the earliest time used by all rows in the model.
getEditedActivity() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property editedActivity.
getEditMode() - Method in class com.flexganttfx.view.graphics.GraphicsBase.EditingCallbackParameter
 
getEditMode() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns the value of GraphicsBase.editModeProperty().
getEditMode() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvasBehaviour.DragInfo
 
getEditModeCallback(Class<? extends MutableActivity>, Class<? extends Layout>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
getEndTime() - Method in class com.flexganttfx.model.activity.ActivityBase
 
getEndTime() - Method in interface com.flexganttfx.model.Activity
The end time of the activity.
getEndTime() - Method in class com.flexganttfx.model.ActivityLink
 
getEndTime() - Method in class com.flexganttfx.model.layout.AgendaLayout
Returns the value of the AgendaLayout.endTimeProperty().
getEndTime() - Method in class com.flexganttfx.model.util.TimeInterval
Returns the end time of the interval.
getEndTime() - Method in class com.flexganttfx.view.graphics.LassoEvent.LassoInfo
Returns the end time of the lasso / the end.
getEndTime() - Method in class com.flexganttfx.view.timeline.DatelineCell
 
getEventline() - Method in class com.flexganttfx.view.timeline.Timeline
Returns the eventline contained within the timeline.
getFadeInOutOpacity() - Method in class com.flexganttfx.model.Layer
Returns the value of Layer.fadeInOutOpacityProperty().
getFadeInOutVisibilityChangesDuration() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property fadeInOutVisibilityChangesDuration.
getFill() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
Gets the value of the property fill.
getFill(boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
 
getFillCompletion() - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
Gets the value of the property fillCompletion.
getFillCompletion(boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
 
getFillCompletionHighlight() - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
Gets the value of the property fillCompletionHighlight.
getFillCompletionHover() - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
Gets the value of the property fillCompletionHover.
getFillCompletionPressed() - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
Gets the value of the property fillCompletionPressed.
getFillCompletionSelected() - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
Gets the value of the property fillCompletionSelected.
getFillHighlight() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
Gets the value of the property fillHighlight.
getFillHover() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
Gets the value of the property fillHover.
getFillPressed() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
Gets the value of the property fillPressed.
getFillSelected() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
Gets the value of the property fillSelected.
getFirstDayOfWeek() - Method in class com.flexganttfx.view.timeline.Dateline
Returns the value of Dateline.firstDayOfWeekProperty().
getFixedCellSize() - Method in class com.flexganttfx.view.GanttChartBase
getFixedCellSize() - Method in class com.flexganttfx.view.graphics.GraphicsBase
getFont() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Gets the value of the property font.
getForegroundSystemLayer(Class<SL>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
getForegroundSystemLayers() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
getFormat() - Method in class com.flexganttfx.model.dateline.Resolution
Returns the format in which the resolution will be displayed.
getFront() - Method in class impl.com.flexganttfx.skin.graphics.FlipPane
 
getFrozenRow() - Method in class com.flexganttfx.view.timeline.Eventline
Gets the value of the property frozenRow.
getGanttChart() - Method in class com.flexganttfx.extras.GanttChartStatusBar
getGanttChart() - Method in class com.flexganttfx.extras.GanttChartToolBar
getGanttChart() - Method in class com.flexganttfx.extras.properties.view.GanttChartConfigurationView
Returns the Gantt chart.
getGanttChart() - Method in class com.flexganttfx.view.util.RowHeaderColumn
Returns the Gantt chart for which the header is used.
getGanttCharts() - Method in class com.flexganttfx.view.container.ContainerBase
Returns the list of Gantt charts that are being managed by the container.
getGap() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
The gap determines how far the line is drawn away from the bounds of the source or target timeline object.
getGap() - Method in class impl.com.flexganttfx.skin.graphics.PathBuilder
The gap determines how far the line is drawn away from the bounds of the source or target timeline object.
getGraphics() - Method in class com.flexganttfx.extras.LayersView
Returns the value of LayersView.graphicsProperty().
getGraphics() - Method in class com.flexganttfx.extras.RadarView
Returns the value of RadarView.graphicsProperty().
getGraphics() - Method in class com.flexganttfx.view.GanttChartBase
Returns the graphics view shown on the right-hand side of the Gantt chart.
getGraphics() - Method in class com.flexganttfx.view.graphics.GraphicsBase.ContextMenuParameter
Returns the graphics view where the context menu has been requested.
getGraphics() - Method in class com.flexganttfx.view.graphics.GraphicsBase.RowControlsParameter
 
getGraphics() - Method in class com.flexganttfx.view.graphics.GraphicsBase.RowEditorParameter
 
getGraphics() - Method in class com.flexganttfx.view.graphics.GraphicsBase.RowHeader
 
getGraphics() - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
 
getGraphics() - Method in class com.flexganttfx.view.timeline.Eventline
 
getGraphics() - Method in class com.flexganttfx.view.util.AutoLinesManager
Returns the graphics view where the manager will be used.
getGraphics() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
 
getGraphics() - Method in class impl.com.flexganttfx.skin.graphics.RowPane
 
getGraphicsHeader() - Method in class com.flexganttfx.view.GanttChartBase
getGraphicsMasterDetailPane() - Method in class com.flexganttfx.view.GanttChartBase
Returns the MasterDetailPane instance that is used to display the ListViewGraphics in the master section and the detail node in the detail section.
getGridLineColor1() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property gridLineColor1.
getGridLineColor2() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property gridLineColor2.
getGridLineColor3() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property gridLineColor3.
getGrids() - Method in class com.flexganttfx.extras.VirtualGridControl
Returns the list of possible virtual grid values.
getHeight() - Method in class com.flexganttfx.model.Row
Returns the value of the Row.heightProperty().
getHigh() - Method in interface com.flexganttfx.model.activity.HighLowChartActivity
Returns the high value of the activity.
getHigh() - Method in class com.flexganttfx.model.activity.HighLowChartActivityBase
 
getHighlightDelay() - Method in class com.flexganttfx.view.graphics.GraphicsBase
getHighlightedActivities() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns a set that is used to store the currently highighted activities.
getHighlightedRows() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns a set that is used to store the currently highlighted rows.
getHorizonEndTime() - Method in class com.flexganttfx.model.timeline.TimelineModel
getHorizonScrollBar() - Method in class com.flexganttfx.view.GanttChartBase
Returns the scroll bar that will be used when the scrollbar type specified via GanttChartBase.scrollBarTypeProperty() is set to GanttChartBase.ScrollBarType.FIXED_HORIZON.
getHorizonStartTime() - Method in class com.flexganttfx.model.timeline.TimelineModel
getHoverActivity() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property hoverActivity.
getHoverLayout() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property hoverLayout.
getHoverRow() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property hoverRow.
getHoverTimeInterval() - Method in class com.flexganttfx.view.timeline.Dateline
getHoverTimeIntervalFill() - Method in class com.flexganttfx.view.graphics.layer.HoverTimeIntervalLayer
Gets the value of the property hoverTimeIntervalFill.
getId() - Method in class com.flexganttfx.model.activity.ActivityBase
 
getId() - Method in interface com.flexganttfx.model.Activity
The unique id of the activity.
getId() - Method in class com.flexganttfx.model.ActivityLink
 
getId() - Method in class com.flexganttfx.model.Layer
Returns the value of the Layer.idProperty().
getInfo() - Method in class com.flexganttfx.view.graphics.LassoEvent
Returns the detailed information about the lasso operation (selected rows, selected time interval, etc...).
getInnerLinesColor() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property innerLinesColor.
getInstance() - Static method in class com.flexganttfx.model.util.ActivityComparator
Returns the singleton instance of the comparator.
getIntersectingObjects(long, long) - Method in class com.flexganttfx.model.util.IntervalTree
Returns all activities found within the given time interval.
getIntersectingObjects(TimeInterval) - Method in class com.flexganttfx.model.util.IntervalTree
Returns all activities found within the given time interval.
getInterval() - Method in class com.flexganttfx.view.timeline.DatelineCell
 
getItem() - Method in class com.flexganttfx.view.graphics.GraphicsBase.RowHeader
Gets the value of the property item.
getItems(Object) - Method in class com.flexganttfx.extras.properties.ItemFactory
Returns a list of property sheet items for the given object.
getIteratorType() - Method in class com.flexganttfx.model.repository.ListActivityRepository
Returns the iterator type that is being returned by the repository.
getLasso() - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
getLassoSelectionBehaviour() - Method in class com.flexganttfx.view.graphics.GraphicsBase
getLatestTimeUsed() - Method in interface com.flexganttfx.model.ActivityRepository
Returns the latest time used by the activities stored in this repository / on this row.
getLatestTimeUsed() - Method in class com.flexganttfx.model.repository.ActivityRepositoryBase
 
getLatestTimeUsed() - Method in class com.flexganttfx.model.repository.IntervalTreeActivityRepository
 
getLatestTimeUsed() - Method in class com.flexganttfx.model.repository.ListActivityRepository
 
getLatestTimeUsed() - Method in class com.flexganttfx.model.Row
Returns the latest time used by the row.
getLatestTimeUsed() - Method in class com.flexganttfx.model.util.IntervalTree
Returns the latest time used by all activities currently stored inside the tree.
getLatestTimeUsed() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Calculates and returns the latest time used by all rows in the model.
getLayer() - Method in class com.flexganttfx.model.ActivityRef
The layer on which the activity is shown.
getLayer() - Method in class com.flexganttfx.view.graphics.ActivityBounds
 
getLayers() - Method in class com.flexganttfx.view.GanttChartBase
Convenience method to return the list of layers registered on the graphics view.
getLayers() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns the list that is used to store all layers of the model.
getLayout() - Method in class com.flexganttfx.model.Row
Returns the value of the Row.layoutProperty().
getLayout() - Method in class com.flexganttfx.view.graphics.ActivityBounds
 
getLayout() - Method in class com.flexganttfx.view.graphics.GraphicsBase.ContextMenuParameter
Returns the layout found at the location where the context menu has been requested.
getLayoutAt(double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Finds the layout that is being used at the given y-coordinate.
getLayoutAt(double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
getLayoutAt(double) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
 
getLayoutBoundsAt(double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
getLayoutBoundsAt(double) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
 
getLayoutStrategy() - Method in class com.flexganttfx.model.layout.AgendaLayout
Returns the value of the AgendaLayout.layoutStrategyProperty().
getLeftHandSideHiddenSidesPane() - Method in class impl.com.flexganttfx.skin.GanttChartSkin
 
getLevelNumber() - Method in class impl.com.flexganttfx.skin.treetable.GanttChartTreeItem
Returns the level number string for the tree item, e.g.
getLicense() - Static method in class com.flexganttfx.core.FlexGanttFX
 
getLicensedVersion() - Static method in class com.flexganttfx.core.FlexGanttFX
Returns the version (e.g.
getLicensee() - Static method in class com.flexganttfx.core.FlexGanttFX
Returns the name of the licensee.
getLineCount() - Method in exception com.flexganttfx.model.exception.IllegalLineIndexException
Returns the total number of lines used for the row.
getLineCount() - Method in class com.flexganttfx.model.Row
Returns the value of the Row.lineCountProperty().
getLineDashes() - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
Gets the value of the property lineDashes.
getLineHeight(int) - Method in class com.flexganttfx.model.Row
Returns the height of the given inner line.
getLineHeight(int, double) - Method in class com.flexganttfx.model.layout.EqualLinesManager
 
getLineHeight(int, double) - Method in interface com.flexganttfx.model.LinesManager
Returns the height of the line with the given index.
getLineIndex() - Method in class com.flexganttfx.model.ActivityRef
The line index of the activity.
getLineIndex() - Method in exception com.flexganttfx.model.exception.IllegalLineIndexException
Returns the line index that did not fit into the line count.
getLineIndex() - Method in class com.flexganttfx.view.graphics.ActivityBounds
 
getLineIndex() - Method in exception impl.com.flexganttfx.skin.graphics.MissingActivityBoundsException
 
getLineIndex(A) - Method in class com.flexganttfx.model.layout.EqualLinesManager
 
getLineIndex(A) - Method in interface com.flexganttfx.model.LinesManager
Returns the line index for the given activity.
getLineIndex(A) - Method in class com.flexganttfx.model.Row
Returns the line index for the given activity.
getLineIndex(A) - Method in class com.flexganttfx.view.util.AutoLinesManager
 
getLineLayout(int) - Method in class com.flexganttfx.model.layout.EqualLinesManager
 
getLineLayout(int) - Method in interface com.flexganttfx.model.LinesManager
Returns the layout for the line with the given line index.
getLineLayout(int) - Method in class com.flexganttfx.model.Row
Returns a line-specific layout for the given line.
getLineLocation(int) - Method in class com.flexganttfx.model.Row
Returns the location of the given inner line.
getLineLocation(int, double) - Method in class com.flexganttfx.model.layout.EqualLinesManager
 
getLineLocation(int, double) - Method in interface com.flexganttfx.model.LinesManager
Returns the location of the line with the given index.
getLineLocations(AgendaLayout, double, double) - Static method in class impl.com.flexganttfx.skin.util.AgendaHelper
Returns a list of agenda line locations for the given AgendaLayout instance, y offset, and row / line height.
getLinesManager() - Method in class com.flexganttfx.model.Row
Returns the value of Row.linesManagerProperty().
getLineStroke1() - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
Gets the value of the property lineStroke1.
getLineStroke2() - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
Gets the value of the property lineStroke2.
getLineStroke3() - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
Gets the value of the property lineStroke3.
getLineWidth() - Method in class com.flexganttfx.view.graphics.layer.DSTLineLayer
Gets the value of the property lineWidth.
getLineWidth() - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
Gets the value of the property lineWidth.
getLineWidth() - Method in class com.flexganttfx.view.graphics.layer.NowLineLayer
Gets the value of the property lineWidth.
getLineWidth() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
Gets the value of the property lineWidth.
getLineWidth1() - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
Gets the value of the property lineWidth1.
getLineWidth2() - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
Gets the value of the property lineWidth2.
getLineWidth3() - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
Gets the value of the property lineWidth3.
getLinkRenderer(Class<AL>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns a renderer for the given activity link type.
getLinks() - Method in class com.flexganttfx.view.GanttChartBase
Convenience method to return the list of links registered on the graphics view.
getLinks() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns the interval tree that is used to store all activity links of the model.
getLinksCanvas() - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
getListView() - Method in class com.flexganttfx.view.graphics.ListViewGraphics
Returns the list view control used by this graphics view.
getLocalEndTime() - Method in class com.flexganttfx.view.graphics.LassoEvent.LassoInfo
Returns the agenda end time of the lasso when the lasso is used in combination with the AgendaLayout.
getLocalStartTime() - Method in class com.flexganttfx.view.graphics.LassoEvent.LassoInfo
Returns the agenda start time of the lasso when the lasso is used in combination with the AgendaLayout.
getLocalTime() - Method in class com.flexganttfx.view.graphics.GraphicsBase.ContextMenuParameter
Returns the local time found at the location where the context menu has been requested.
getLocalTimeAt(double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns the local time at the given location.
getLocalTimeAt(double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
getLocation() - Method in class impl.com.flexganttfx.skin.util.AgendaHelper.AgendaLineLocation
Returns the y-coordinate of the line.
getLocation(Instant) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns the x coordinate for the given time.
getLocation(Instant, Canvas) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
Calculates the x coordinate for the given time.
getLow() - Method in interface com.flexganttfx.model.activity.HighLowChartActivity
Returns the low value of the activity.
getLow() - Method in class com.flexganttfx.model.activity.HighLowChartActivityBase
 
getLowerLeftFooter() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
getLowerLeftGanttChart() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
getLowerLeftHeader() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
getLowerMasterDetailPane() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
Returns the MasterDetailPane instance used by the skin of this control to arrange the lower Gantt charts.
getLowerRightFooter() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
getLowerRightGanttChart() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
getLowerRightHeader() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
getMajorChartLinesLineWidth() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Gets the value of the property majorChartLinesLineWidth.
getMajorChartLinesSize() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Gets the value of the property majorChartLinesSize.
getMajorChartLinesStroke() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Gets the value of the property majorChartLinesStroke.
getMajorLineDashes() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
Gets the value of the property majorLineDashes.
getMajorLineDashes() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
Gets the value of the property majorLineDashes.
getMajorLinesLineWidth() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
Gets the value of the property majorLinesLineWidth.
getMajorLinesLineWidth() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
Gets the value of the property majorLinesLineWidth.
getMajorLinesStroke() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
Gets the value of the property majorLinesStroke.
getMajorLinesStroke() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
Gets the value of the property majorLinesStroke.
getMajorTicks() - Method in class com.flexganttfx.model.layout.ChartLayout
Returns the major ticks to be displayed in the row background and by the row scale.
getMarkedTimeInterval() - Method in class com.flexganttfx.view.timeline.Eventline
Gets the value of the property markedTimeInterval.
getMasterDetailPane() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
Returns the MasterDetailPane instance used by the skin of this control to arrange the primary and secondary Gantt charts.
getMasterTimeline() - Method in class com.flexganttfx.view.GanttChartBase
getMaxColumns() - Method in class impl.com.flexganttfx.skin.util.ResolverResult
The maximum number of columns for all clusters found as part of the resolution.
getMaxGridLevel() - Method in class com.flexganttfx.view.graphics.GraphicsBase
getMaxHeight() - Method in class com.flexganttfx.model.Row
Returns the value of Row.maxHeightProperty().
getMaximumMillisPerPixel() - Method in class com.flexganttfx.model.timeline.TimelineModel
getMaxScaleCount() - Method in class com.flexganttfx.model.dateline.DatelineModel
Returns the value of the maximum scale count property.
getMaxValue() - Method in class com.flexganttfx.model.layout.ChartLayout
Returns the value of the ChartLayout.maxValueProperty().
getMillis() - Method in enum com.flexganttfx.model.util.SimpleUnit
Returns the number of milliseconds represented by the granularity.
getMillisPerPixel() - Method in class com.flexganttfx.model.timeline.TimelineModel
getMinDuration() - Method in class com.flexganttfx.model.layout.AgendaLayout
Returns the value of the AgendaLayout.minDurationProperty().
getMinHeight() - Method in class com.flexganttfx.model.Row
Returns the value of the Row.minHeightProperty().
getMinimumMillisPerPixel() - Method in class com.flexganttfx.model.timeline.TimelineModel
getMinLineSpacing() - Method in class com.flexganttfx.model.layout.AgendaLayout
getMinorChartLinesLineWidth() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Gets the value of the property minorChartLinesLineWidth.
getMinorChartLinesSize() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Gets the value of the property minorChartLinesSize.
getMinorChartLinesStroke() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Gets the value of the property minorChartLinesStroke.
getMinorLineDashes() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
Gets the value of the property minorLineDashes.
getMinorLineDashes() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
Gets the value of the property minorLineDashes.
getMinorLinesLineWidth() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
Gets the value of the property minorLinesLineWidth.
getMinorLinesLineWidth() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
Gets the value of the property minorLinesLineWidth.
getMinorLinesStroke() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
Gets the value of the property minorLinesStroke.
getMinorLinesStroke() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
Gets the value of the property minorLinesStroke.
getMinorTicks() - Method in class com.flexganttfx.model.layout.ChartLayout
Returns the minor ticks to be displayed in the row background and by the row scale.
getMinScaleCount() - Method in class com.flexganttfx.model.dateline.DatelineModel
getMinValue() - Method in class com.flexganttfx.model.layout.ChartLayout
Returns the value of ChartLayout.minValueProperty().
getModel() - Method in class com.flexganttfx.view.timeline.Dateline
Returns the value of Dateline.modelProperty().
getModel() - Method in class com.flexganttfx.view.timeline.Timeline
Returns the value of Timeline.modelProperty().
getMouseEvent() - Method in class com.flexganttfx.view.graphics.GraphicsBase.EditModeCallbackParameter
The event that triggered the lookup.
getMouseEvent() - Method in class com.flexganttfx.view.graphics.LassoEvent.LassoInfo
Returns the mouse event that triggered the lasso event.
getMoveDuration() - Method in class com.flexganttfx.view.timeline.Timeline
Returns the value of Timeline.moveDurationProperty().
getName() - Method in class com.flexganttfx.model.activity.ActivityBase
 
getName() - Method in interface com.flexganttfx.model.Activity
The name of the activity, for example "Flight 3441".
getName() - Method in class com.flexganttfx.model.ActivityLink
 
getName() - Method in class com.flexganttfx.model.calendar.CalendarBase
Returns the value of the CalendarBase.nameProperty().
getName() - Method in class com.flexganttfx.model.dateline.VirtualGrid
Returns the grid name that can be used for grid selection controls.
getName() - Method in class com.flexganttfx.model.Layer
Returns the value of the Layer.nameProperty().
getName() - Method in class com.flexganttfx.model.Row
Returns the value of the Row.nameProperty().
getName() - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
 
getNewRow() - Method in class com.flexganttfx.view.graphics.ActivityEvent
Returns the parent row of an activity after the user performed a change on it (e.
getNoGridText() - Method in class com.flexganttfx.extras.VirtualGridControl
getNow() - Method in class com.flexganttfx.model.timeline.TimelineModel
Returns the value of TimelineModel.nowProperty().
getNow() - Method in class com.flexganttfx.view.timeline.TimeTracker
Override to return the instant that will be set as "now" on the timeline model.
getNowLocation() - Method in class com.flexganttfx.model.timeline.TimelineModel
getNumberFormat() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
getOffset() - Method in class com.flexganttfx.model.timeline.TimelineModel
Gets the value of the property offset.
getOffset() - Method in class com.flexganttfx.view.graphics.GraphicsBase.DragAndDropInfo
Returns the mouse offset relative to the upper left corner of the activity.
getOffset() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
The offset determines the end location of the first segment of the calculated path.
getOffset() - Method in class com.flexganttfx.view.timeline.Timeline
Gets the value of the property offset.
getOffset() - Method in class impl.com.flexganttfx.skin.graphics.PathBuilder
The offset determines the end location of the first segment of the calculated path.
getOffset() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvasBehaviour.DragInfo
 
getOldRow() - Method in class com.flexganttfx.view.graphics.ActivityEvent
Returns the parent row of an activity before the user performed a change on it (e.
getOldTime() - Method in class com.flexganttfx.view.graphics.ActivityEvent
Returns the end / start time of an activity before the user performed a change on it.
getOldTimeInterval() - Method in class com.flexganttfx.view.graphics.ActivityEvent
Returns the time interval of an activity before the user performed a change on it.
getOldValue() - Method in class com.flexganttfx.view.graphics.ActivityEvent
Returns the value of an activity before the user performed a change on it.
getOnActivityChange() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityChange.
getOnActivityChangeFinished() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityChangeFinished.
getOnActivityChangeOngoing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityChangeOngoing.
getOnActivityChangeStarted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityChangeStarted.
getOnActivityChartHighValueChangeFinished() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityChartHighValueChangeFinished.
getOnActivityChartHighValueChangeOngoing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityChartHighValueChangeOngoing.
getOnActivityChartHighValueChangeStarted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityChartHighValueChangeStarted.
getOnActivityChartLowValueChangeFinished() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityChartLowValueChangeFinished.
getOnActivityChartLowValueChangeOngoing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityChartLowValueChangeOngoing.
getOnActivityChartLowValueChangeStarted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityChartLowValueChangeStarted.
getOnActivityChartValueChangeFinished() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityChartValueChangeFinished.
getOnActivityChartValueChangeOngoing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityChartValueChangeOngoing.
getOnActivityChartValueChangeStarted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityChartValueChangeStarted.
getOnActivityDeleted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityDeleted.
getOnActivityDragDone() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityDragDone.
getOnActivityDragFinished() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityDragFinished.
getOnActivityDragOngoing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityDragOngoing.
getOnActivityDragStarted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityDragStarted.
getOnActivityEndTimeChangeFinished() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityEndTimeChangeFinished.
getOnActivityEndTimeChangeOngoing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityEndTimeChangeOngoing.
getOnActivityEndTimeChangeStarted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityEndTimeChangeStarted.
getOnActivityHorizontalDragFinished() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityHorizontalDragFinished.
getOnActivityHorizontalDragOngoing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityHorizontalDragOngoing.
getOnActivityHorizontalDragStarted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityHorizontalDragStarted.
getOnActivityPercentageChangeFinished() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityPercentageChangeFinished.
getOnActivityPercentageChangeOngoing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityPercentageChangeOngoing.
getOnActivityPercentageChangeStarted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityPercentageChangeStarted.
getOnActivityStartTimeChangeFinished() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityStartTimeChangeFinished.
getOnActivityStartTimeChangeOngoing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityStartTimeChangeOngoing.
getOnActivityStartTimeChangeStarted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityStartTimeChangeStarted.
getOnActivityVerticalDragDone() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityVerticalDragDone.
getOnActivityVerticalDragFinished() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityVerticalDragFinished.
getOnActivityVerticalDragOngoing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityVerticalDragOngoing.
getOnActivityVerticalDragStarted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onActivityVerticalDragStarted.
getOnLassoSelection() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onLassoSelection.
getOnLassoSelectionFinished() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onLassoSelectionFinished.
getOnLassoSelectionOngoing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onLassoSelectionOngoing.
getOnLassoSelectionStarted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property onLassoSelectionStarted.
getOpacity() - Method in class com.flexganttfx.model.Layer
Returns the value of Layer.opacityProperty().
getOpacity() - Method in class com.flexganttfx.view.graphics.layer.SystemLayer
Gets the value of the property opacity.
getOverlapOffset() - Method in class com.flexganttfx.model.layout.AgendaLayout
getPadding() - Method in class com.flexganttfx.model.Layout
Returns the value of Layout.paddingProperty().
getPadding() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
Gets the value of the property padding.
getPaddingFill() - Method in class com.flexganttfx.view.graphics.layer.LayoutLayer
Gets the value of the property paddingFill.
getParent() - Method in class com.flexganttfx.model.Row
The parent of this row.
getPath() - Method in class com.flexganttfx.model.Row
Returns the path to this row, for example [ROOT, Parent1, Parent2, this].
getPercentageComplete() - Method in interface com.flexganttfx.model.activity.CompletableActivity
Returns the "percentage complete" value of the activity.
getPercentageComplete() - Method in class com.flexganttfx.model.activity.CompletableActivityBase
 
getPlaceholder() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property placeholder.
getPlacements() - Method in class impl.com.flexganttfx.skin.util.ResolverResult
Returns the placement map.
getPosition() - Method in class com.flexganttfx.view.GanttChartBase
Returns the value of GanttChartBase.positionProperty().
getPosition() - Method in class com.flexganttfx.view.graphics.ActivityBounds
 
getPressedActivity() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property pressedActivity.
getPrimaryFooter() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
getPrimaryGanttChart() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
getPrimaryHeader() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
getPrimaryTemporalUnit() - Method in class com.flexganttfx.view.timeline.Dateline
getPriorityCallback() - Method in class com.flexganttfx.view.graphics.VBoxGraphics
getProduct() - Static method in class com.flexganttfx.core.FlexGanttFX
Returns the product type (e.g.
getProperties() - Method in class com.flexganttfx.model.Row
Returns an observable map of properties on this row.
getPropertySheetItems(DualGanttChartContainerBase<T>) - Method in class com.flexganttfx.extras.properties.DualGanttChartContainerBaseItemProvider
Returns property sheet items.
getPropertySheetItems(QuadGanttChartContainerBase<T>) - Method in class com.flexganttfx.extras.properties.QuadGanttChartContainerBaseItemProvider
Returns property sheet items.
getPropertySheetItems(GanttChart<R>) - Method in class com.flexganttfx.extras.properties.GanttChartItemProvider
 
getPropertySheetItems(GanttChartBase<R>) - Method in class com.flexganttfx.extras.properties.GanttChartBaseItemProvider
 
getPropertySheetItems(GraphicsBase<R>) - Method in class com.flexganttfx.extras.properties.GraphicsBaseItemProvider
 
getPropertySheetItems(AgendaLinesLayer) - Method in class com.flexganttfx.extras.properties.layer.AgendaLinesLayerItemProvider
 
getPropertySheetItems(ChartLinesLayer) - Method in class com.flexganttfx.extras.properties.layer.ChartLinesLayerItemProvider
 
getPropertySheetItems(DSTLineLayer) - Method in class com.flexganttfx.extras.properties.layer.DSTLineLayerItemProvider
 
getPropertySheetItems(GridLinesLayer) - Method in class com.flexganttfx.extras.properties.layer.GridLinesLayerItemProvider
 
getPropertySheetItems(HoverTimeIntervalLayer) - Method in class com.flexganttfx.extras.properties.layer.HoverTimeIntervalLayerItemProvider
 
getPropertySheetItems(InnerLinesLayer) - Method in class com.flexganttfx.extras.properties.layer.InnerLinesLayerItemProvider
 
getPropertySheetItems(LayoutLayer) - Method in class com.flexganttfx.extras.properties.layer.LayoutLayerItemProvider
 
getPropertySheetItems(NowLineLayer) - Method in class com.flexganttfx.extras.properties.layer.NowLineLayerItemProvider
 
getPropertySheetItems(SelectedTimeIntervalsLayer) - Method in class com.flexganttfx.extras.properties.layer.SelectedTimeIntervalsLayerItemProvider
 
getPropertySheetItems(SystemLayer) - Method in class com.flexganttfx.extras.properties.layer.SystemLayerItemProvider
 
getPropertySheetItems(ZoomTimeIntervalLayer) - Method in class com.flexganttfx.extras.properties.layer.ZoomIntervalLayerItemProvider
 
getPropertySheetItems(ActivityBarRenderer) - Method in class com.flexganttfx.extras.properties.renderer.ActivityBarRendererItemProvider
 
getPropertySheetItems(ActivityRenderer) - Method in class com.flexganttfx.extras.properties.renderer.ActivityRendererItemProvider
 
getPropertySheetItems(CompletableActivityRenderer) - Method in class com.flexganttfx.extras.properties.renderer.CompletableActivityRendererItemProvider
 
getPropertySheetItems(Renderer) - Method in class com.flexganttfx.extras.properties.renderer.RendererItemProvider
 
getPropertySheetItems(T) - Method in interface com.flexganttfx.extras.properties.ItemProvider
Returns a list of property sheet items for the given target object.
getPublicKey() - Static method in class com.flexganttfx.core.FlexGanttFX
Returns the public key used for decoding the license key.
getRadarHeight() - Method in class com.flexganttfx.extras.RadarView
Returns the value of RadarView.radarHeightProperty().
getRadarWidth() - Method in class com.flexganttfx.extras.RadarView
Returns the value of RadarView.radarWidthProperty().
getRenderedBounds() - Method in class impl.com.flexganttfx.skin.graphics.DragCanvas
 
getRenderer() - Method in exception impl.com.flexganttfx.skin.graphics.MissingActivityBoundsException
 
getRepository() - Method in class com.flexganttfx.model.repository.RepositoryEvent
Returns the affected repository.
getRepository() - Method in class com.flexganttfx.model.Row
Returns the value of the Row.repositoryProperty().
getResizableCallback() - Method in class com.flexganttfx.view.graphics.SplitPaneGraphics
getResolution() - Method in class com.flexganttfx.view.timeline.DatelineCell
 
getResolutions() - Method in class com.flexganttfx.model.dateline.DatelineModel
Returns all resolutions that are defined for / supported by this model.
getResolutions(T) - Method in class com.flexganttfx.model.dateline.DatelineModel
Returns all resolutions that are available for the given temporal unit.
getRightHandSideBox() - Method in class impl.com.flexganttfx.skin.GanttChartBaseSkin
Returns the VBox instance that will be used if the scroll bar type is equal to GanttChartBase.ScrollBarType.FIXED_HORIZON.
getRightHandSideHiddenSidesPane() - Method in class impl.com.flexganttfx.skin.GanttChartBaseSkin
Returns the HiddenSidesPane instance that will be used if the scroll bar type is equal to GanttChartBase.ScrollBarType.INFINITE.
getRoot() - Method in class com.flexganttfx.view.GanttChart
Returns the root row of the Gantt chart.
getRow() - Method in class com.flexganttfx.model.ActivityRef
Returns the row where the activity is located.
getRow() - Method in exception com.flexganttfx.model.exception.IllegalLineIndexException
Returns the row where the exception occured.
getRow() - Method in class com.flexganttfx.model.layout.EqualLinesManager
Returns the row for which the manager is used.
getRow() - Method in class com.flexganttfx.model.layout.LinesManagerBase
Returns the row managed by this manager.
getRow() - Method in class com.flexganttfx.view.graphics.ActivityBounds
 
getRow() - Method in class com.flexganttfx.view.graphics.GraphicsBase.ContextMenuParameter
Returns the row where the context menu has been requested.
getRow() - Method in class com.flexganttfx.view.graphics.GraphicsBase.DragAndDropInfo
The row where the drop might occur.
getRow() - Method in class com.flexganttfx.view.graphics.GraphicsBase.RowControlsParameter
 
getRow() - Method in class com.flexganttfx.view.graphics.GraphicsBase.RowEditorParameter
 
getRow() - Method in exception impl.com.flexganttfx.skin.graphics.MissingActivityBoundsException
 
getRow() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
Gets the value of the property row.
getRow() - Method in class impl.com.flexganttfx.skin.graphics.RowPane
Gets the value of the property row.
getRow() - Method in class impl.com.flexganttfx.skin.treetable.GanttChartTreeItem
Returns the row shown by this tree item.
getRowAt(double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Finds the row at the given y-coordinate.
getRowAt(double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
getRowCanvas(ActivityRef<?>) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
getRowCanvasAt(double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
getRowControlsFactory() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property rowControlsFactory.
getRowDragAndDropCallback(Class<? extends Row>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns a callback that will be invoked when the user drags an activity over a row of the given type.
getRowEditingMode() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property rowEditingMode.
getRowEditorFactory() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property rowEditorFactory.
getRowFilter() - Method in class com.flexganttfx.view.GanttChartBase
getRowFilter() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns the value of GraphicsBase.rowFilterProperty().
getRowHeaderColumn() - Method in class com.flexganttfx.view.GanttChart
Returns the row header control used as the first column of the tree table view.
getRowHeaderFactory() - Method in class com.flexganttfx.view.graphics.GraphicsBase
getRowHeaderNodeFactory() - Method in class com.flexganttfx.view.GanttChart
getRowHeadersWidth() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property rowHeadersWidth.
getRowHeaderTitle() - Method in class com.flexganttfx.view.timeline.Eventline
Gets the value of the property rowHeaderTitle.
getRowHeaderType() - Method in class com.flexganttfx.view.GanttChart
getRowHeaderWidth() - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
getRowPane() - Method in class impl.com.flexganttfx.skin.graphics.RowCell
 
getRowPane(ActivityRef<?>) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
getRowPaneAt(double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
getRowPaneAt(double) - Method in class impl.com.flexganttfx.skin.graphics.ListViewGraphicsSkin
 
getRowPaneAt(double) - Method in class impl.com.flexganttfx.skin.graphics.SingleRowGraphicsSkin
 
getRowPaneAt(double) - Method in class impl.com.flexganttfx.skin.graphics.SplitPaneGraphicsSkin
 
getRowPaneAt(double) - Method in class impl.com.flexganttfx.skin.graphics.VBoxGraphicsSkin
 
getRowPanes() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
getRowRenderer(Class<RT>) - Method in class com.flexganttfx.view.graphics.layer.RowLayer
 
getRows() - Method in class com.flexganttfx.view.GanttChartLite
Returns the list that is used to store all rows of the model.
getRows() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns the list that is used to store all rows of the model.
getRows() - Method in class com.flexganttfx.view.graphics.LassoEvent.LassoInfo
Returns the rows with which the lasso intersects.
getRowsEditing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
getScaleCount() - Method in class com.flexganttfx.model.dateline.DatelineModel
getScalePosition() - Method in class com.flexganttfx.view.timeline.DatelineCell
 
getScaleResolutions() - Method in class com.flexganttfx.view.timeline.Dateline
An observable list of the currently displayed resolutions within the various scales of the dateline.
getScrollBarType() - Method in class com.flexganttfx.view.GanttChartBase
Gets the value of the property scrollBarType.
getScrollValue() - Method in class com.flexganttfx.view.graphics.ListViewGraphics
getSecondaryFooter() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
getSecondaryGanttChart() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
getSecondaryHeader() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
getSelectedActivities() - Method in class com.flexganttfx.view.graphics.GraphicsBase.DragAndDropInfo
Returns the activities that were selected when the user initiated the drag.
getSelectedActivities() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns the list of currently selected activities.
getSelectedIntervals() - Method in class com.flexganttfx.view.timeline.Dateline
An observable list of the currently selected time intervals.
getSelectedTimeInterval() - Method in class com.flexganttfx.view.timeline.Dateline
getSelectedTimeIntervalFill() - Method in class com.flexganttfx.view.graphics.layer.SelectedTimeIntervalsLayer
Gets the value of the property selectedTimeIntervalFill.
getSelectionMode() - Method in class com.flexganttfx.view.graphics.GraphicsBase
getSelectionMode() - Method in class com.flexganttfx.view.timeline.Dateline
Returns the value of Dateline.selectionModeProperty().
getShortName() - Method in class com.flexganttfx.model.dateline.VirtualGrid
Returns the grid short name that can be used for grid selection controls.
getSmallestTemporalUnit() - Method in class com.flexganttfx.model.timeline.TimelineModel
getSourceActivityRef() - Method in class com.flexganttfx.model.ActivityLink
Returns the activity reference pointing to the source activity of the link.
getSplitPane() - Method in class com.flexganttfx.view.container.MultiGanttChartContainerBase
Returns the split pane that is used by the container to lay out the Gantt charts.
getSplitPane() - Method in class com.flexganttfx.view.graphics.SplitPaneGraphics
Returns the SplitPane instance used by this graphics view.
getStartTime() - Method in class com.flexganttfx.model.activity.ActivityBase
 
getStartTime() - Method in interface com.flexganttfx.model.Activity
The start time of the activity.
getStartTime() - Method in class com.flexganttfx.model.ActivityLink
 
getStartTime() - Method in class com.flexganttfx.model.layout.AgendaLayout
Returns the value of the AgendaLayout.startTimeProperty().
getStartTime() - Method in class com.flexganttfx.model.timeline.TimelineModel
Returns the value of TimelineModel.startTimeProperty().
getStartTime() - Method in class com.flexganttfx.model.util.TimeInterval
Returns the start time of the interval.
getStartTime() - Method in class com.flexganttfx.view.graphics.LassoEvent.LassoInfo
Returns the start time of the lasso / the beginning.
getStartTime() - Method in class com.flexganttfx.view.timeline.DatelineCell
 
getStepRate() - Method in class com.flexganttfx.model.dateline.Resolution
Returns the step rate of this resolution, e.g.
getString(String) - Static method in class com.flexganttfx.extras.util.Messages
Returns a translation for the given key.
getString(String) - Static method in class com.flexganttfx.view.util.Messages
Returns a translation for the given key.
getStroke() - Method in class com.flexganttfx.view.graphics.layer.DSTLineLayer
Gets the value of the property stroke.
getStroke() - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
Gets the value of the property stroke.
getStroke() - Method in class com.flexganttfx.view.graphics.layer.NowLineLayer
Gets the value of the property stroke.
getStroke() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
Gets the value of the property stroke.
getStroke(boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
 
getStrokeColor() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
Gets the value of the property strokeColor.
getStrokeHighlight() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
Gets the value of the property strokeHighlight.
getStrokeHover() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
Gets the value of the property strokeHover.
getStrokePressed() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
Gets the value of the property strokePressed.
getStrokeSelected() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
Gets the value of the property strokeSelected.
getStrokeWidth() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
Gets the value of the property strokeWidth.
getSystemLayer(Class<SL>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
getTargetActivityRef() - Method in class com.flexganttfx.model.ActivityLink
Returns the activity reference pointing to the target activity of the link.
getTargets() - Method in class com.flexganttfx.extras.properties.view.GanttChartPropertySheet
The list of target objects for which the properties will be displayed inside the property sheet view.
getTemporalUnit() - Method in class com.flexganttfx.model.dateline.Resolution
Returns the temporal unit represented by this resolution.
getTemporalUnits() - Method in class com.flexganttfx.model.dateline.DatelineModel
Returns all temporal units that are being used by the model.
getTextFill() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Gets the value of the property textFill.
getTextFill(boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
getTextFillHighlight() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Gets the value of the property textFillHighlight.
getTextFillHover() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Gets the value of the property textFillHover.
getTextFillPressed() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Gets the value of the property textFillPressed.
getTextFillSelected() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Gets the value of the property textFillSelected.
getTextGap() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Gets the value of the property textGap.
getTime() - Method in class com.flexganttfx.view.graphics.GraphicsBase.ContextMenuParameter
Returns the time found at the location where the context menu has been requested.
getTime() - Method in class com.flexganttfx.view.timeline.TimeTracker
Gets the value of the property time.
getTime() - Method in class impl.com.flexganttfx.skin.util.AgendaHelper.AgendaLineLocation
Returns the time represented by the line location.
getTimeAt(double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns the time at the given location.
getTimeAt(double) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
Calculates the time at the given x coordinate.
getTimeAt(double, double, LocalTime, LocalTime) - Static method in class impl.com.flexganttfx.skin.util.AgendaHelper
Returns the time at the given y-coordinate within the given height and time range.
getTimeline() - Method in class com.flexganttfx.view.GanttChartBase
Returns the Timeline instance, which consists of the Dateline and the Eventline.
getTimeline() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns the value of GraphicsBase.timelineProperty().
getTimeline() - Method in class com.flexganttfx.view.timeline.Dateline
Returns the parent timeline container / node.
getTimeline() - Method in class com.flexganttfx.view.timeline.Eventline
 
getTimeline() - Method in class com.flexganttfx.view.util.TimelineScrollBar
getTimeline() - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
getTimeline() - Method in class impl.com.flexganttfx.skin.timeline.TimelineSkin
 
getTimelineGraphicsPane() - Method in class impl.com.flexganttfx.skin.GanttChartBaseSkin
 
getTimelineModel() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
 
getTimelineScrollBar() - Method in class com.flexganttfx.view.GanttChartBase
Returns the specialized timeline scrollbar control used for scrolling forward and back in time.
getTimelineScrollBar() - Method in class impl.com.flexganttfx.skin.GanttChartBaseSkin
 
getTimeNowColor() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property timeNowColor.
getTreeTable() - Method in class com.flexganttfx.view.GanttChart
Returns the TreeTableView instance that is shown on the left-hand side of the Gantt chart.
getTreeTable() - Method in class com.flexganttfx.view.util.RowHeaderColumn
Returns the tree table view for which the header is used.
getTreeTableMasterDetailPane() - Method in class com.flexganttfx.view.GanttChart
Returns the primary MasterDetailPane instance that is being used to display the TreeTableView and the ListViewGraphics.
getTreeTableScrollBar() - Method in class com.flexganttfx.view.GanttChart
Returns the scrollbar that is being used for horizontal scrolling operations of the tree table view.
getType() - Method in class com.flexganttfx.model.ActivityLink
Returns the link type (S-S, S-E, E-S, E-E).
getUnit() - Method in class com.flexganttfx.model.dateline.VirtualGrid
The temporal unit used for the grid.
getUpperLeftFooter() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
getUpperLeftGanttChart() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
getUpperLeftHeader() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
getUpperLowerMasterDetailPane() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
Returns the MasterDetailPane instance used by the skin of this control to arrange the upper and lower Gantt charts.
getUpperMasterDetailPane() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
Returns the MasterDetailPane instance used by the skin of this control to arrange the upper Gantt charts.
getUpperRightFooter() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
getUpperRightGanttChart() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
getUpperRightHeader() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
getUserAgentStylesheet() - Method in class com.flexganttfx.extras.VirtualGridControl
 
getUserAgentStylesheet() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
 
getUserAgentStylesheet() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
 
getUserAgentStylesheet() - Method in class com.flexganttfx.view.GanttChartBase
 
getUserAgentStylesheet() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
getUserAgentStylesheet() - Method in class com.flexganttfx.view.timeline.Dateline
 
getUserAgentStylesheet() - Method in class com.flexganttfx.view.timeline.Eventline
 
getUserAgentStylesheet() - Method in class com.flexganttfx.view.timeline.Timeline
 
getUserAgentStylesheet(Class<?>, String) - Method in class com.flexganttfx.view.util.FlexGanttFXControl
A helper method that ensures that the resource based lookup of the user agent stylesheet only happens once.
getUserAgentStylesheet(Class<?>, String) - Method in class com.flexganttfx.view.util.TimelineScrollBar
 
getUserObject() - Method in class com.flexganttfx.model.activity.ActivityBase
 
getUserObject() - Method in class com.flexganttfx.model.ActivityLink
Returns the (optional) user object of the activity link.
getUserObject() - Method in class com.flexganttfx.model.Row
Returns the value of Row.userObjectProperty().
getValue() - Method in class com.flexganttfx.extras.VirtualGridControl
getVBox() - Method in class com.flexganttfx.view.graphics.VBoxGraphics
Returns the VBox instance that is being used by this view.
getVendor() - Static method in class com.flexganttfx.core.FlexGanttFX
Returns the name of the vendor (e.g.
getVersion() - Static method in class com.flexganttfx.core.FlexGanttFX
Returns the FlexGanttFX version number in the format major.minor.bug (1.0.0).
getVirtualGrid() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property virtualGrid.
getVirtualGrids() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
getVisibleDuration() - Method in class com.flexganttfx.view.timeline.Timeline
Calculates and returns the duration of the visible time interval inside the timeline.
getVisibleEndTime() - Method in class com.flexganttfx.view.timeline.Timeline
Returns the value of Timeline.visibleEndTimeProperty().
getVisibleStartTime() - Method in class com.flexganttfx.view.timeline.Timeline
getVisibleTimeInterval() - Method in class com.flexganttfx.view.timeline.Timeline
Gets the value of the property visibleTimeInterval.
getVisibleTimeIntervalColor() - Method in class impl.com.flexganttfx.extras.skin.RadarViewSkin
Gets the value of the property visibleTimeIntervalColor.
getWeekendColor() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property weekendColor.
getWeekendDays() - Method in class com.flexganttfx.model.calendar.WeekendCalendar
Returns the days of the week that are to be considered weekend days.
getZoneId() - Method in class com.flexganttfx.model.Row
Returns the value of the Row.zoneIdProperty().
getZoneId() - Method in class com.flexganttfx.view.timeline.Dateline
Returns the value of Dateline.zoneIdProperty().
getZoomDuration() - Method in class com.flexganttfx.view.timeline.Timeline
Returns the value of Timeline.zoomDurationProperty().
getZoomFactor() - Method in class com.flexganttfx.view.timeline.Timeline
Returns the value of the Timeline.zoomFactorProperty().
getZoomMode() - Method in class com.flexganttfx.view.timeline.Timeline
Returns the value of Timeline.zoomModeProperty().
getZoomTimeIntervalFill() - Method in class com.flexganttfx.view.graphics.layer.ZoomTimeIntervalLayer
Gets the value of the property zoomTimeIntervalFill.
glossyProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
GRAPHIC_NODE - com.flexganttfx.view.GanttChart.RowHeaderType
Makes the row header cells display a custom node for each row.
GRAPHICS_ONLY - com.flexganttfx.view.GanttChart.DisplayMode
Only display the graphics view.
GraphicsBase<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics
The graphics view control is responsible for the rendering of activities and system layers, the editing of activities, the event notifications, the hit detection, system layer management, and for context menu support.
GraphicsBase() - Constructor for class com.flexganttfx.view.graphics.GraphicsBase
Constructs a new graphics view and initializes the following: Virtual grid settings (1, 5, 10, 15, 30, 60 Minutes) Activity renderers for several of the default model classes. Edit mode callbacks for several of the default model classes. Activity editing callbacks. Background and foreground layers. Calendars (e.
GraphicsBase.ContextMenuParameter<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics
A callback parameter class used for displaying a context menu.
GraphicsBase.DragAndDropFeedback - Enum in com.flexganttfx.view.graphics
An enumerator used to define how to visuzalize the dragged activity during a drag and drop operation.
GraphicsBase.DragAndDropInfo - Class in com.flexganttfx.view.graphics
The drag and drop info class aggregates the various pieces of information that the application might be interested in while a drag and drop operation is in progress.
GraphicsBase.EditingCallbackParameter - Class in com.flexganttfx.view.graphics
A callback parameter object used for determining if the proposed GraphicsBase.EditMode is currently allowed or not.
GraphicsBase.EditMode - Enum in com.flexganttfx.view.graphics
An enumeration of possible editing states that the graphics view can be in.
GraphicsBase.EditModeCallbackParameter - Class in com.flexganttfx.view.graphics
A callback parameter object used by the edit mode callback that provides information about the context for which the edit mode will be determined.
GraphicsBase.LassoSelectionBehaviour - Enum in com.flexganttfx.view.graphics
An enumerator used to control the selection behaviour of the lasso.
GraphicsBase.RowControlsParameter<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics
A callback parameter object used to provide context for the row controls factory.
GraphicsBase.RowEditingMode - Enum in com.flexganttfx.view.graphics
An enumerator used to define how many rows can show their row editors at the same time.
GraphicsBase.RowEditorParameter<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics
A callback parameter object used to provide context for the row editor factory.
GraphicsBase.RowHeader<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics
A row header is a node that can be displayed to the left of each row inside the graphics area.
GraphicsBase.SelectionMode - Enum in com.flexganttfx.view.graphics
An enumerator used to control the selection behaviour of the graphics view.
GraphicsBaseItemProvider<R extends Row<?,​?,​?>> - Class in com.flexganttfx.extras.properties
A property sheet item provider for GraphicsBase.
GraphicsBaseItemProvider() - Constructor for class com.flexganttfx.extras.properties.GraphicsBaseItemProvider
 
GraphicsBaseSkin<C extends GraphicsBase<R>,​R extends Row<?,​?,​?>> - Class in impl.com.flexganttfx.skin.graphics
 
GraphicsBaseSkin(C) - Constructor for class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
graphicsHeaderProperty() - Method in class com.flexganttfx.view.GanttChartBase
A property used to store a node that will be placed above the graphics area instead of the timeline.
graphicsProperty() - Method in class com.flexganttfx.extras.LayersView
A property used to store a reference to the graphics view for which the control is being used.
graphicsProperty() - Method in class com.flexganttfx.extras.RadarView
A property used to store the GraphicsBase for which the radar will be used.
grid(GraphicsBase<?>, Instant) - Static method in class impl.com.flexganttfx.skin.graphics.GridHelper
 
grid(GraphicsBase<?>, Instant, boolean) - Static method in class impl.com.flexganttfx.skin.graphics.GridHelper
 
grid(GraphicsBase<?>, LocalTime, boolean) - Static method in class impl.com.flexganttfx.skin.graphics.GridHelper
 
gridEnabledProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A convenience read-only property to check whether any kind of grid is active, either the automatic grid or a virtual grid.
GridHelper - Class in impl.com.flexganttfx.skin.graphics
 
gridLineColor1Property() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
gridLineColor2Property() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
gridLineColor3Property() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
GridLinesLayer<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics.layer
Draws the vertical grid lines based on the scale resolutions currently present in the dateline.
GridLinesLayer(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.layer.GridLinesLayer
 
GridLinesLayerItemProvider - Class in com.flexganttfx.extras.properties.layer
A property sheet item provider for GridLinesLayer.
GridLinesLayerItemProvider() - Constructor for class com.flexganttfx.extras.properties.layer.GridLinesLayerItemProvider
 

H

hasChildren(Predicate) - Method in class com.flexganttfx.model.Row
Checks whether the given row has any child rows (no matter how deep) that fulfill the given predicate.
hashCode() - Method in class com.flexganttfx.model.ActivityRef
 
hashCode() - Method in class com.flexganttfx.model.util.TimeInterval
 
hashCode() - Method in class com.flexganttfx.view.graphics.ActivityBounds
 
hasProperties() - Method in class com.flexganttfx.model.Row
Tests if the row has properties.
hasRoomFor(A, Predicate<A>) - Method in class impl.com.flexganttfx.skin.util.Column
Checks whether the column has room for the given activity, meaning whether the time interval occupied by the activity is currently being used or not.
heightProperty() - Method in class com.flexganttfx.model.Row
The property used to store the height of the row.
high - Variable in class com.flexganttfx.model.activity.HighLowChartActivityBase
 
highlightDelayProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to store the delay between two "blinks" of highlighted rows or activities.
highlightedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A read-only property used to control the highlighting effect.
HighLowChartActivity - Interface in com.flexganttfx.model.activity
An add-on interface for Activity used for activities that want to be shown as "High Low Sticks" (e.g.
HighLowChartActivityBase<T> - Class in com.flexganttfx.model.activity
The base implementation of a high-low activity, which are used in combination with a ChartLayout.
HighLowChartActivityBase() - Constructor for class com.flexganttfx.model.activity.HighLowChartActivityBase
Constructs a new high-low activity.
HighLowChartActivityBase(double, double, Instant) - Constructor for class com.flexganttfx.model.activity.HighLowChartActivityBase
Constructs a new high-low activity with the given initial high and low values and the start and end time set to the given time.
HighLowChartActivityBase(double, double, Instant, Instant) - Constructor for class com.flexganttfx.model.activity.HighLowChartActivityBase
Constructs a new high-low activity with the given initial high and low values and the given start and end time.
horizonEndTimeProperty() - Method in class com.flexganttfx.model.timeline.TimelineModel
Returns the object property used for storing the end time of the horizon.
horizonStartTimeProperty() - Method in class com.flexganttfx.model.timeline.TimelineModel
Returns the object property used for storing the start time of the horizon.
HORIZONTAL_DRAG_FINISHED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
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.
HORIZONTAL_DRAG_ONGOING - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
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.
HORIZONTAL_DRAG_STARTED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
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.
horizontalDragEnabledProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Determines whether the user can perform a horizontal drag with a mouse drag.
hoverActivityProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
hoverLayoutProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
hoverRowProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
hoverTimeIntervalFillProperty() - Method in class com.flexganttfx.view.graphics.layer.HoverTimeIntervalLayer
 
HoverTimeIntervalLayer<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics.layer
Draws the hover time interval specified by the dateline.
HoverTimeIntervalLayer(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.layer.HoverTimeIntervalLayer
 
HoverTimeIntervalLayerItemProvider - Class in com.flexganttfx.extras.properties.layer
A property sheet item provider for HoverTimeIntervalLayer.
HoverTimeIntervalLayerItemProvider() - Constructor for class com.flexganttfx.extras.properties.layer.HoverTimeIntervalLayerItemProvider
 
hoverTimeIntervalProperty() - Method in class com.flexganttfx.view.timeline.Dateline
A read-only property that can be used to find out the time shown at the current mouse hover location.
HUNDRED - com.flexganttfx.model.util.SimpleUnit
A granularity representing one hundred milliseconds.

I

id - Variable in class com.flexganttfx.model.activity.ActivityBase
 
idProperty() - Method in class com.flexganttfx.model.Layer
The property used to store the id of the layer.
IllegalLineIndexException - Exception in com.flexganttfx.model.exception
An exception type used to indicate that the line index used for an activity is not within the possible range for a given row.
IllegalLineIndexException(Row<?, ?, ?>, int, int) - Constructor for exception com.flexganttfx.model.exception.IllegalLineIndexException
Constructs a new exception.
impl.com.flexganttfx.extras.skin - package impl.com.flexganttfx.extras.skin
Skins for the extra controls.
impl.com.flexganttfx.skin - package impl.com.flexganttfx.skin
Classes for the Gantt Chart, Dual Gantt Chart, Multi Gantt Chart skins.
impl.com.flexganttfx.skin.container - package impl.com.flexganttfx.skin.container
Classes for the container views.
impl.com.flexganttfx.skin.graphics - package impl.com.flexganttfx.skin.graphics
Classes for the graphics skin.
impl.com.flexganttfx.skin.timeline - package impl.com.flexganttfx.skin.timeline
Classes for the timeline, dateline, and eventline skins.
impl.com.flexganttfx.skin.treetable - package impl.com.flexganttfx.skin.treetable
Classes for the treetable skin.
impl.com.flexganttfx.skin.util - package impl.com.flexganttfx.skin.util
A collection of utility classes.
increment(long) - Method in enum com.flexganttfx.model.util.SimpleUnit
Increments the given number of milliseconds with the milliseconds represented by the enumerator value.
increment(Instant, ZoneId) - Method in class com.flexganttfx.model.dateline.ChronoUnitResolution
 
increment(Instant, ZoneId) - Method in class com.flexganttfx.model.dateline.Resolution
Increments the given time based on the temporal unit represented by this resolution.
increment(Instant, ZoneId) - Method in class com.flexganttfx.model.dateline.SimpleUnitResolution
 
INFINITE - com.flexganttfx.view.GanttChartBase.ScrollBarType
Use a specialized scrollbar for infinite scrolling into the future and into the past.
innerLinesColorProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
InnerLinesLayer<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics.layer
Draws separator lines between inner lines.
InnerLinesLayer(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.layer.InnerLinesLayer
 
InnerLinesLayerItemProvider - Class in com.flexganttfx.extras.properties.layer
A property sheet item provider for InnerLinesLayer.
InnerLinesLayerItemProvider() - Constructor for class com.flexganttfx.extras.properties.layer.InnerLinesLayerItemProvider
 
intersect(long, long, long, long) - Static method in class com.flexganttfx.model.util.ActivityHelper
Checks whether the two given time bounds intersect with each other.
intersect(Activity, Activity) - Static method in class com.flexganttfx.model.util.ActivityHelper
Checks whether the time bounds of the two given activities intersect with each other.
intersect(Instant, Instant, Instant, Instant) - Static method in class com.flexganttfx.model.util.ActivityHelper
Checks whether the two given time bounds intersect with each other.
intersect(LocalTime, LocalTime, LocalTime, LocalTime) - Static method in class com.flexganttfx.model.util.ActivityHelper
Checks whether the two given time bounds intersect with each other.
INTERSECTION - com.flexganttfx.view.graphics.GraphicsBase.LassoSelectionBehaviour
A value indicating to the lasso selection that a simple intersection of the bounds of an activity with the bounds of the lasso is sufficient for the selection of the activity.
intersects(A) - Method in class impl.com.flexganttfx.skin.util.Cluster
Determines if the given activity intersects with the current time bounds of the cluster.
IntervalTree<A extends Activity> - Class in com.flexganttfx.model.util
An interval tree implementation to store activities based on their start and end time.
IntervalTree() - Constructor for class com.flexganttfx.model.util.IntervalTree
 
IntervalTreeActivityRepository<A extends Activity> - Class in com.flexganttfx.model.repository
A repository implementation that utilizes binary interval trees to store its activities.
IntervalTreeActivityRepository() - Constructor for class com.flexganttfx.model.repository.IntervalTreeActivityRepository
 
isAgendaLabelsVisible() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Gets the value of the property agendaLabelsVisible.
isAgendaLinesVisible() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Gets the value of the property agendaLinesVisible.
isAltDown() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvasBehaviour.DragInfo
 
isAnimated() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
isAnimateRowEditor() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property animateRowEditor.
isAutoBinding() - Method in class com.flexganttfx.view.container.ContainerBase
Determines if the container performs autobinding of the Gantt chart properties.
isAutoFixText() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Gets the value of the property autoFixText.
isAutoGridEnabled() - Method in class com.flexganttfx.view.graphics.GraphicsBase
isAutoHideScrollBar() - Method in class com.flexganttfx.view.GanttChartBase
Gets the value of the property autoHideScrollBar.
isAutoMarkedTimeInterval() - Method in class com.flexganttfx.view.graphics.GraphicsBase
isAutomaticRedraw() - Method in class com.flexganttfx.view.graphics.GraphicsBase
isBackVisible() - Method in class impl.com.flexganttfx.skin.graphics.FlipPane
 
isBlank(String) - Static method in class com.flexganttfx.core.StringUtils
Checks if a String is whitespace, empty ("") or null.
isCornersRounded() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
Gets the value of the property cornersRounded.
isDateBased() - Method in enum com.flexganttfx.model.util.SimpleUnit
 
isDebugMode() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns the value of GraphicsBase.debugModeProperty().
isDeletable() - Method in class com.flexganttfx.model.Layer
Returns the value of Layer.deletableProperty().
isDevelopmentLicense() - Static method in class com.flexganttfx.core.FlexGanttFX
Determines if the product uses a development license.
isDirty() - Method in class impl.com.flexganttfx.skin.graphics.LinksCanvas
 
isDirty() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
 
isDrawLastDividerLine() - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
Gets the value of the property drawLastDividerLine.
isDSTEndIncrement() - Method in class com.flexganttfx.model.dateline.ChronoUnitResolution
Returns true if the last call to ChronoUnitResolution.increment(Instant, ZoneId) was affected by a DST end.
isDSTStartIncrement() - Method in class com.flexganttfx.model.dateline.ChronoUnitResolution
Returns true if the last call to ChronoUnitResolution.increment(Instant, ZoneId) was affected by a DST start.
isDurationEstimated() - Method in enum com.flexganttfx.model.util.SimpleUnit
 
isEmpty(String) - Static method in class com.flexganttfx.core.StringUtils
Checks if a String is empty ("") or null.
isEnabled() - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
Gets the value of the property enabled.
isEnableRowResizing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property enableRowResizing.
isExpanded() - Method in class com.flexganttfx.model.Row
Returns the value of the Row.expandedProperty().
isFadeInOutVisibilityChanges() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property fadeInOutVisibilityChanges.
isFrontVisible() - Method in class impl.com.flexganttfx.skin.graphics.FlipPane
 
isGlossy() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Gets the value of the property glossy.
isGridEnabled() - Method in class com.flexganttfx.view.graphics.GraphicsBase
isHighlighted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
isHorizontalDragEnabled() - Method in class com.flexganttfx.view.graphics.GraphicsBase
isIncludeSelectedActivitiesInDrag() - Method in class impl.com.flexganttfx.skin.graphics.DragCanvas
 
isInverse() - Method in class com.flexganttfx.view.graphics.LassoEvent.LassoInfo
Determines if the lasso was created in inverse direction (end time before start time).
isLassoActive() - Method in class com.flexganttfx.view.graphics.GraphicsBase
isLassoEnabled() - Method in class com.flexganttfx.view.graphics.GraphicsBase
isLassoSnapsToGrid() - Method in class com.flexganttfx.view.graphics.GraphicsBase
isLeaf() - Method in class com.flexganttfx.model.Row
A row is a leaf in the tree table view on the left-hand side of the Gantt chart if it has no children.
isLeaf() - Method in class impl.com.flexganttfx.skin.treetable.GanttChartTreeItem
 
isLicenseKeySet() - Static method in class com.flexganttfx.core.FlexGanttFX
Determines if the FlexGanttFX.setLicenseKey(String) method has been called.
isMajorChartLabelsVisible() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Gets the value of the property majorChartLabelsVisible.
isMajorChartLinesVisible() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Gets the value of the property majorChartLinesVisible.
isMajorLinesVisible() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
Gets the value of the property majorLinesVisible.
isMajorLinesVisible() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
Gets the value of the property majorLinesVisible.
isMinor() - Method in class impl.com.flexganttfx.skin.util.AgendaHelper.AgendaLineLocation
Determines if the location represents a major or a minor line.
isMinorChartLabelsVisible() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Gets the value of the property minorChartLabelsVisible.
isMinorChartLinesVisible() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Gets the value of the property minorChartLinesVisible.
isMinorLinesVisible() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
Gets the value of the property minorLinesVisible.
isMinorLinesVisible() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
Gets the value of the property minorLinesVisible.
isMoveAnimated() - Method in class com.flexganttfx.view.timeline.Timeline
Returns the value of Timeline.moveAnimatedProperty().
isNotBlank(String) - Static method in class com.flexganttfx.core.StringUtils
Checks if a String is not empty (""), not null and not whitespace only.
isNotEmpty(String) - Static method in class com.flexganttfx.core.StringUtils
Checks if a String is not empty ("") and not null.
isPathExpanded() - Method in class com.flexganttfx.model.ActivityRef
Determines if the entire row path to the activity is currently expanded or not.
isPotentialEndTimeChange() - Method in class com.flexganttfx.view.graphics.ActivityEvent
Determines if the event represents a change of the activity's end time.
isPotentialStartTimeChange() - Method in class com.flexganttfx.view.graphics.ActivityEvent
Determines if the event represents a change of the activity's start time.
isPotentialTimeIntervalChange() - Method in class com.flexganttfx.view.graphics.ActivityEvent
Determines if the event represents a change of the activity's time interval (start and / or end time).
isResizable() - Method in class impl.com.flexganttfx.skin.graphics.DragCanvas
 
isResizable() - Method in class impl.com.flexganttfx.skin.graphics.LinksCanvas
 
isResizable() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
 
isRowAboveViewport(R) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
isRowAboveViewport(R) - Method in class impl.com.flexganttfx.skin.graphics.ListViewGraphicsSkin
 
isRowAboveViewport(R) - Method in class impl.com.flexganttfx.skin.graphics.SingleRowGraphicsSkin
 
isRowAboveViewport(R) - Method in class impl.com.flexganttfx.skin.graphics.SplitPaneGraphicsSkin
 
isRowAboveViewport(R) - Method in class impl.com.flexganttfx.skin.graphics.VBoxGraphicsSkin
 
isRuntimeLicense() - Static method in class com.flexganttfx.core.FlexGanttFX
Determines if the product uses a runtime license.
isSafeRendering() - Method in class com.flexganttfx.view.graphics.GraphicsBase
isScrollDragEnabled() - Method in class com.flexganttfx.view.timeline.Timeline
isShiftDown() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvasBehaviour.DragInfo
 
isShortcutDown() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvasBehaviour.DragInfo
 
isShowAgendaLinesLayer() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property showAgendaLinesLayer.
isShowCalendarLayer() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property showCalendarLayer.
isShowChartLinesLayer() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property showChartLinesLayer.
isShowDetail() - Method in class com.flexganttfx.view.GanttChartBase
isShowDSTLineLayer() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property showDSTLineLayer.
isShowDSTMarker() - Method in class com.flexganttfx.view.timeline.Eventline
Gets the value of the property showDSTMarker.
isShowGridLineLayer() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property showGridLineLayer.
isShowHorizontalCursor() - Method in class com.flexganttfx.view.graphics.GraphicsBase
isShowHoverTimeIntervalLayer() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property showHoverTimeIntervalLayer.
isShowing() - Method in class com.flexganttfx.model.Row
Returns the value of Row.showingProperty().
isShowInnerLinesLayer() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property showInnerLinesLayer.
isShowLayoutLayer() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property showLayoutLayer.
isShowLinks() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property showLinks.
isShowLower() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
isShowMarkedTimeInterval() - Method in class com.flexganttfx.view.graphics.GraphicsBase
isShowMarkedTimeInterval() - Method in class com.flexganttfx.view.timeline.Eventline
Gets the value of the property showMarkedTimeInterval.
isShowNoGridOption() - Method in class com.flexganttfx.extras.VirtualGridControl
isShowNowLineLayer() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property showNowLineLayer.
isShowRowHeaders() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property showRowHeaders.
isShowRowLayer() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property showRowLayer.
isShowSecondary() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
isShowSelectedTimeIntervalsLayer() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property showSelectedTimeIntervalsLayer.
isShowTimeCursor() - Method in class com.flexganttfx.view.timeline.Eventline
Gets the value of the property showTimeCursor.
isShowTreeTable() - Method in class com.flexganttfx.view.GanttChart
isShowVerticalCursor() - Method in class com.flexganttfx.view.graphics.GraphicsBase
isShowZoneId() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property showZoneId.
isShowZoomTimeIntervalLayer() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property showZoomTimeIntervalLayer.
isSnapToPixel() - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
Gets the value of the property snapToPixel.
isSnapToPixel() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
Gets the value of the property snapToPixel.
isSupportedBy(Temporal) - Method in enum com.flexganttfx.model.util.SimpleUnit
 
isSupportedUnit(TemporalUnit) - Method in class com.flexganttfx.model.calendar.WeekendCalendar
Determines if weekends will be shown for the given temporal unit.
isSupportingHorizontalCursorLine() - Method in class com.flexganttfx.model.layout.AgendaLayout
 
isSupportingHorizontalCursorLine() - Method in class com.flexganttfx.model.layout.ChartLayout
 
isSupportingHorizontalCursorLine() - Method in class com.flexganttfx.model.layout.GanttLayout
 
isSupportingHorizontalCursorLine() - Method in class com.flexganttfx.model.Layout
Determines if the UI should be able to show a horizontal cursor line.
isSupportingPosition(Resolution.Position) - Method in class com.flexganttfx.model.dateline.Resolution
Determines if the given position is supported by this resolution.
isTableMenuButtonVisible() - Method in class com.flexganttfx.view.GanttChart
isTextVisible(String, ActivityBarRenderer.TextPosition, double) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Determines if the given text for the given position will be drawn or not depending on the available width.
isTimeBased() - Method in enum com.flexganttfx.model.util.SimpleUnit
 
isTrialLicense() - Static method in class com.flexganttfx.core.FlexGanttFX
Determines if the product is run as a trial.
isVisible() - Method in class com.flexganttfx.model.calendar.CalendarBase
Returns the value of the CalendarBase.visibleProperty().
isVisible() - Method in class com.flexganttfx.model.Layer
Returns the value of Layer.visibleProperty().
isVisible() - Method in class com.flexganttfx.view.graphics.layer.SystemLayer
Gets the value of the property visible.
isZoneIdVisible() - Method in class com.flexganttfx.view.timeline.Timeline
Returns the value of the Timeline.zoneIdVisibleProperty().
isZoomAnimated() - Method in class com.flexganttfx.view.timeline.Timeline
Returns the value of Timeline.zoomAnimatedProperty().
isZoomLassoEnabled() - Method in class com.flexganttfx.view.timeline.Dateline
ItemFactory - Class in com.flexganttfx.extras.properties
This factory creates property sheet items for a given object.
ItemFactory() - Constructor for class com.flexganttfx.extras.properties.ItemFactory
 
itemProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase.RowHeader
 
ItemProvider<T> - Interface in com.flexganttfx.extras.properties
Item providers are used to return a list of items for the property sheet view of ControlsFX.

K

KEEP_END_TIME - com.flexganttfx.view.timeline.Timeline.ZoomMode
The time shown at the end of the timeline will also be at the end after the zoom has finished.
KEEP_START_TIME - com.flexganttfx.view.timeline.Timeline.ZoomMode
The time shown at the beginning of the timeline will also be at the beginning after the zoom has finished.

L

lasso - Variable in class impl.com.flexganttfx.skin.timeline.DatelineSkin
 
lassoActiveProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A boolean property used to indicate whether the lasso selection tool is currently in use or not.
lassoEnabledProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to control whether the user can use the lasso for selecting multiple activities at once.
LassoEvent - Class in com.flexganttfx.view.graphics
Lasso events are being fired whenever the user uses the lasso tool to select a time interval on one or more rows.
LassoEvent(GraphicsBase<?>, EventType<? extends LassoEvent>, LassoEvent.LassoInfo) - Constructor for class com.flexganttfx.view.graphics.LassoEvent
Constructs a new event object.
LassoEvent.LassoInfo - Class in com.flexganttfx.view.graphics
Stores information about the last lasso operation performed by the user.
LassoInfo(MouseEvent, Instant, Instant, LocalTime, LocalTime, List<Row<?, ?, ?>>, List<ActivityRef<?>>, boolean) - Constructor for class com.flexganttfx.view.graphics.LassoEvent.LassoInfo
Constructs a new info object.
lassoSelectionBehaviourProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to store the currently used lasso selection behaviour.
lassoSnapsToGridProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A boolean property used to indicate whether the lasso selection tool is using the currently active grid settings.
LAST - com.flexganttfx.view.util.Position
The last element.
Layer - Class in com.flexganttfx.model
Layers are used to group activities together.
Layer() - Constructor for class com.flexganttfx.model.Layer
Constructs a new layer.
Layer(String) - Constructor for class com.flexganttfx.model.Layer
Constructs a new layer with the given name.
LayersView<R extends Row<?,​?,​?>> - Class in com.flexganttfx.extras
A control used for displaying the list of layers used by the GraphicsBase.
LayersView() - Constructor for class com.flexganttfx.extras.LayersView
Constructs a new layer view.
LayersViewSkin<R extends Row<?,​?,​?>> - Class in impl.com.flexganttfx.extras.skin
 
LayersViewSkin(LayersView<R>) - Constructor for class impl.com.flexganttfx.extras.skin.LayersViewSkin
 
layout() - Method in class com.flexganttfx.view.util.AutoLinesManager
Triggers a layout of the activities and calculates the line count for the row.
Layout - Class in com.flexganttfx.model
Each row and each inner line of a row are associated with a layout.
Layout() - Constructor for class com.flexganttfx.model.Layout
 
layoutChildren() - Method in class com.flexganttfx.view.timeline.DatelineCell
 
layoutChildren() - Method in class impl.com.flexganttfx.skin.graphics.RowCell
 
layoutChildren(double, double, double, double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
 
layoutChildren(double, double, double, double) - Method in class impl.com.flexganttfx.skin.timeline.DatelineSkin
 
layoutChildren(double, double, double, double) - Method in class impl.com.flexganttfx.skin.timeline.EventlineSkin
 
layoutChildren(double, double, double, double) - Method in class impl.com.flexganttfx.skin.timeline.TimelineSkin
 
LayoutLayer<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics.layer
Draws the layout padding areas.
LayoutLayer(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.layer.LayoutLayer
 
LayoutLayerItemProvider - Class in com.flexganttfx.extras.properties.layer
A property sheet item provider for LayoutLayer.
LayoutLayerItemProvider() - Constructor for class com.flexganttfx.extras.properties.layer.LayoutLayerItemProvider
 
layoutProperty() - Method in class com.flexganttfx.model.Row
The property used to store the layout used for laying out the activities that are directly associated with the row (and not on an inner line).
layoutStrategyProperty() - Method in class com.flexganttfx.model.layout.AgendaLayout
The property used to store the strategy that will be applied when the time intervals of activities in agenda layout intersect with each other.
LEADING - com.flexganttfx.view.graphics.renderer.ActivityBarRenderer.TextPosition
 
leafProperty() - Method in class com.flexganttfx.model.Row
Represents the TreeItem leaf property, which is true if the TreeItem has no children.
LEFT - com.flexganttfx.view.graphics.renderer.ActivityBarRenderer.TextPosition
 
LEFT - com.flexganttfx.view.graphics.renderer.LinkRenderer.ArrowDirection
Draws the arrow pointing left.
LEFT - com.flexganttfx.view.graphics.renderer.LinkRenderer.TargetLocation
A enumerator value indicating that the target object is located in the same row as the source object and that the x-coordinate of its start time is smaller than the x-coordinate of the end time of the source object.
LEFT - impl.com.flexganttfx.skin.graphics.PathBuilder.ArrowDirection
Draws the arrow pointing left.
LEFT - impl.com.flexganttfx.skin.graphics.PathBuilder.TargetLocation
A enumerator value indicating that the target object is located in the same row as the source object and that the x-coordinate of its start time is smaller than the x-coordinate of the end time of the source object.
LEVEL_NUMBER - com.flexganttfx.view.GanttChart.RowHeaderType
Makes the row header cells display the level number of the current row (1, 1.1, 1.2, 2, 2.1, 2.2, 2.3, ...).
LINEAR_ITERATOR - com.flexganttfx.model.repository.ListActivityRepository.IteratorType
Causes the repository to return an instance of type ListActivityRepository.LinearSearchActivityIterator.
lineCountProperty() - Method in class com.flexganttfx.model.Row
The property used to keep track of the number of inner lines shown by the row.
lineDashesProperty() - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
 
LinesManager<A extends Activity> - Interface in com.flexganttfx.model
A lines manager is used to control the layout of lines inside a row.
LinesManagerBase<A extends Activity> - Class in com.flexganttfx.model.layout
A base class for new LinesManager types.
LinesManagerBase(Row<?, ?, ?>) - Constructor for class com.flexganttfx.model.layout.LinesManagerBase
Constructs a new lines manager.
linesManagerProperty() - Method in class com.flexganttfx.model.Row
The property used to store the LinesManager instance for this row.
lineStroke1Property() - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
 
lineStroke2Property() - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
 
lineStroke3Property() - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
 
lineWidth1Property() - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
 
lineWidth2Property() - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
 
lineWidth3Property() - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
 
lineWidthProperty() - Method in class com.flexganttfx.view.graphics.layer.DSTLineLayer
 
lineWidthProperty() - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
 
lineWidthProperty() - Method in class com.flexganttfx.view.graphics.layer.NowLineLayer
 
lineWidthProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
 
LinkRenderer<T extends ActivityLink<?>> - Class in com.flexganttfx.view.graphics.renderer
The base class for all link renderers.
LinkRenderer(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.LinkRenderer
Constructs a new link renderer.
LinkRenderer.ArrowDirection - Enum in com.flexganttfx.view.graphics.renderer
An enum listing the various directions the arrow can be painted.
LinkRenderer.TargetLocation - Enum in com.flexganttfx.view.graphics.renderer
An enumerator of possible locations that the target object can have relative to the source object.
LinksCanvas<R extends Row<?,​?,​?>> - Class in impl.com.flexganttfx.skin.graphics
 
LinksCanvas(GraphicsBase<R>) - Constructor for class impl.com.flexganttfx.skin.graphics.LinksCanvas
 
ListActivityRepository<A extends Activity> - Class in com.flexganttfx.model.repository
A repository implementation that utilizes several lists for storing activities.
ListActivityRepository() - Constructor for class com.flexganttfx.model.repository.ListActivityRepository
Constructs a new repository that returns a binary iterator when the application queries the repository for the activities within a specific time interval.
ListActivityRepository(ListActivityRepository.IteratorType) - Constructor for class com.flexganttfx.model.repository.ListActivityRepository
Constructs a new repository that returns an iterator of the specified type when the application queries the repository for the activities within a specific time interval.
ListActivityRepository.IteratorType - Enum in com.flexganttfx.model.repository
A list of possible iterators that the repository can return when the application queries the repository for the activities within a given time interval.
ListViewGraphics<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics
A specialization of GraphicsBase that uses a ListView to display a list of rows.
ListViewGraphics() - Constructor for class com.flexganttfx.view.graphics.ListViewGraphics
 
ListViewGraphicsSkin<R extends Row<?,​?,​?>> - Class in impl.com.flexganttfx.skin.graphics
 
ListViewGraphicsSkin(ListViewGraphics<R>) - Constructor for class impl.com.flexganttfx.skin.graphics.ListViewGraphicsSkin
 
LoggingDomain - Class in com.flexganttfx.core
Various predefined logging domains used for logging different aspects of the framework.
LoggingDomain() - Constructor for class com.flexganttfx.core.LoggingDomain
 
LoggingFormatter - Class in com.flexganttfx.core
A formatter for the logging framework.
LoggingFormatter() - Constructor for class com.flexganttfx.core.LoggingFormatter
 
low - Variable in class com.flexganttfx.model.activity.HighLowChartActivityBase
 
lowerLeftFooterProperty() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
A property used to store the reference to a node that will be displayed in the footer position of the lower left Gantt chart.
lowerLeftGanttChartProperty() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
A property used to store the reference to the Gantt chart control that is serving as the lower left Gantt chart.
lowerLeftHeaderProperty() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
A property used to store the reference to a control that will be serving as a header for the lower left Gantt chart.
lowerRightFooterProperty() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
A property used to store the reference to a node that will be used in the footer position of the lower right Gantt chart.
lowerRightGanttChartProperty() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
A property used to store the reference to the lower right Gantt chart.
lowerRightHeaderProperty() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
A property used to store the reference to a control that will be serving as a header for the lower right Gantt chart.

M

majorChartLabelsVisibleProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
 
majorChartLinesLineWidthProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
 
majorChartLinesSizeProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
 
majorChartLinesStrokeProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
 
majorChartLinesVisibleProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
 
majorLineDashesProperty() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
majorLineDashesProperty() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
majorLinesLineWidthProperty() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
majorLinesLineWidthProperty() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
majorLinesStrokeProperty() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
majorLinesStrokeProperty() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
majorLinesVisibleProperty() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
majorLinesVisibleProperty() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
markedTimeIntervalProperty() - Method in class com.flexganttfx.view.timeline.Eventline
 
masterTimelineProperty() - Method in class com.flexganttfx.view.GanttChartBase
A property used to store a reference to the timeline that is being considered the "master" timeline.
maxGridLevelProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to store the number of grid levels that the user wants to see in the graphics view.
maxHeightProperty() - Method in class com.flexganttfx.model.Row
The property used to store the maximum height of the row.
maximumMillisPerPixelProperty() - Method in class com.flexganttfx.model.timeline.TimelineModel
A property used to store the maximum number of milliseconds that will be represented by a single pixel on the screen.
maxScaleCountProperty() - Method in class com.flexganttfx.model.dateline.DatelineModel
Returns the property used to store the maximum scale count.
maxValueProperty() - Method in class com.flexganttfx.model.layout.ChartLayout
Returns the property used to store the maximum value that will be used for the scale and the layout of the row.
Messages - Class in com.flexganttfx.extras.util
A utility class used for translating strings of the framework.
Messages - Class in com.flexganttfx.view.util
A utility class used for translating strings of the framework.
MIDDLE - com.flexganttfx.model.dateline.Resolution.Position
 
MIDDLE - com.flexganttfx.view.util.Position
An element somewhere in the middle.
MILLION - com.flexganttfx.model.util.SimpleUnit
A granularity representing one million milliseconds.
MILLION_HUNDRED - com.flexganttfx.model.util.SimpleUnit
A granularity representing one hundred million milliseconds.
MILLION_TEN - com.flexganttfx.model.util.SimpleUnit
A granularity representing ten million milliseconds.
millisPerPixelProperty() - Method in class com.flexganttfx.model.timeline.TimelineModel
Returns the property used to store the millis per pixel value.
minDurationProperty() - Method in class com.flexganttfx.model.layout.AgendaLayout
A property used to store the minimum duration of activities in the agenda layout.
minHeightProperty() - Method in class com.flexganttfx.model.Row
The property used to store the minimum height of the row.
minimumMillisPerPixelProperty() - Method in class com.flexganttfx.model.timeline.TimelineModel
A property used to store the minimum number of milliseconds that will be represented by a single pixel on the screen.
minLineSpacingProperty() - Method in class com.flexganttfx.model.layout.AgendaLayout
Stores the minimum space between two hour lines.
minorChartLabelsVisibleProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
 
minorChartLinesLineWidthProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
 
minorChartLinesSizeProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
 
minorChartLinesStrokeProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
 
minorChartLinesVisibleProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
 
minorLineDashesProperty() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
minorLineDashesProperty() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
minorLinesLineWidthProperty() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
minorLinesLineWidthProperty() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
minorLinesStrokeProperty() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
minorLinesStrokeProperty() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
minorLinesVisibleProperty() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
minorLinesVisibleProperty() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
minScaleCountProperty() - Method in class com.flexganttfx.model.dateline.DatelineModel
Returns the property used to store the minimum scale count.
minValueProperty() - Method in class com.flexganttfx.model.layout.ChartLayout
Returns the property used to store the minimum value that will be used for the scale and the layout of the row.
MissingActivityBoundsException - Exception in impl.com.flexganttfx.skin.graphics
 
MissingActivityBoundsException(ActivityRenderer<?>, Activity, Row<?, ?, ?>, int) - Constructor for exception impl.com.flexganttfx.skin.graphics.MissingActivityBoundsException
 
MODEL - Static variable in class com.flexganttfx.core.LoggingDomain
 
modelProperty() - Method in class com.flexganttfx.view.timeline.Dateline
A property used to store the model of the dateline control.
modelProperty() - Method in class com.flexganttfx.view.timeline.Timeline
Stores the timeline model to be used by the timeline.
moveAnimatedProperty() - Method in class com.flexganttfx.view.timeline.Timeline
A boolean property used to control whether moving from one time to another will happen animated or not.
moveDurationProperty() - Method in class com.flexganttfx.view.timeline.Timeline
An object property used to store the duration used for the animation of a "move" inside the timeline.
moveLayerBackward(Layer) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Moves the given layer backward within the stack of layers.
moveLayerForward(Layer) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Moves the given layer forward within the stack of layers.
moveLayerToBack(Layer) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Moves the given layer to the back so that the activities located on it will be drawn first and all other activities on other layers will be drawn on top of them.
moveLayerToFront(Layer) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Moves the given layer to the front so that the activities located on it will be drawn on top of all other activities.
MultiGanttChartContainer - Class in com.flexganttfx.view.container
A container capable of displaying multiple instances of GanttChart and keeping their layouts (same table width, same timeline) and their scrolling and zooming behaviour in sync.
MultiGanttChartContainer() - Constructor for class com.flexganttfx.view.container.MultiGanttChartContainer
Constructs a new container.
MultiGanttChartContainer(boolean) - Constructor for class com.flexganttfx.view.container.MultiGanttChartContainer
Constructs a new empty container.
MultiGanttChartContainer(boolean, GanttChart<?>...) - Constructor for class com.flexganttfx.view.container.MultiGanttChartContainer
Constructs a new container with the given Gantt chart controls.
MultiGanttChartContainer(GanttChart<?>...) - Constructor for class com.flexganttfx.view.container.MultiGanttChartContainer
Constructs a new container with the given Gantt chart controls.
MultiGanttChartContainerBase<T extends GanttChartBase<?>> - Class in com.flexganttfx.view.container
A container capable of displaying multiple instances of GanttChartBase and keeping their layouts and their scrolling and zooming behaviour in sync.
MultiGanttChartContainerBase() - Constructor for class com.flexganttfx.view.container.MultiGanttChartContainerBase
Constructs a new container.
MultiGanttChartContainerBase(boolean) - Constructor for class com.flexganttfx.view.container.MultiGanttChartContainerBase
Constructs a new empty container.
MultiGanttChartContainerBase(boolean, T...) - Constructor for class com.flexganttfx.view.container.MultiGanttChartContainerBase
Constructs a new container with the given Gantt chart controls.
MultiGanttChartContainerBase(T...) - Constructor for class com.flexganttfx.view.container.MultiGanttChartContainerBase
Constructs a new container with the given Gantt chart controls.
MultiGanttChartContainerSkin - Class in impl.com.flexganttfx.skin.container
 
MultiGanttChartContainerSkin(MultiGanttChartContainerBase) - Constructor for class impl.com.flexganttfx.skin.container.MultiGanttChartContainerSkin
 
MultiGanttChartContainerSkinBase<T extends ContainerBase> - Class in impl.com.flexganttfx.skin.container
 
MultiGanttChartContainerSkinBase(T) - Constructor for class impl.com.flexganttfx.skin.container.MultiGanttChartContainerSkinBase
 
MultiGanttChartLiteContainer - Class in com.flexganttfx.view.container
A container capable of displaying multiple instances of GanttChartLite and keeping their layouts and their scrolling and zooming behaviour in sync.
MultiGanttChartLiteContainer() - Constructor for class com.flexganttfx.view.container.MultiGanttChartLiteContainer
Constructs a new container.
MultiGanttChartLiteContainer(boolean) - Constructor for class com.flexganttfx.view.container.MultiGanttChartLiteContainer
Constructs a new empty container.
MultiGanttChartLiteContainer(boolean, GanttChartLite<?>...) - Constructor for class com.flexganttfx.view.container.MultiGanttChartLiteContainer
Constructs a new container with the given Gantt chart controls.
MultiGanttChartLiteContainer(GanttChartLite<?>...) - Constructor for class com.flexganttfx.view.container.MultiGanttChartLiteContainer
Constructs a new container with the given Gantt chart controls.
MULTIPLE - com.flexganttfx.view.graphics.GraphicsBase.SelectionMode
 
MULTIPLE_ROWS - com.flexganttfx.view.graphics.GraphicsBase.RowEditingMode
 
MutableActivity - Interface in com.flexganttfx.model.activity
An add-on interface that needs to be implemented by any activity that can be edited interactively by the user.
MutableActivityBase<T> - Class in com.flexganttfx.model.activity
The base implementation of a mutable activity.
MutableActivityBase() - Constructor for class com.flexganttfx.model.activity.MutableActivityBase
Constructs a new mutable activity.
MutableActivityBase(String) - Constructor for class com.flexganttfx.model.activity.MutableActivityBase
Constructs a new mutable activity with the given name.
MutableActivityBase(String, Instant, Instant) - Constructor for class com.flexganttfx.model.activity.MutableActivityBase
Constructs a new mutable activity with the given name, start time, and end time.
MutableActivityBase(Instant, Instant) - Constructor for class com.flexganttfx.model.activity.MutableActivityBase
Constructs a new mutable activity with the start time and end time.
MutableActivityRepository<A extends Activity> - Interface in com.flexganttfx.model.repository
The required interface for a repository that is also mutable (activities can be added and removed).
MutableActivityRepositoryBase<A extends Activity> - Class in com.flexganttfx.model.repository
 
MutableActivityRepositoryBase() - Constructor for class com.flexganttfx.model.repository.MutableActivityRepositoryBase
 
MutableCalendarActivityBase<T> - Class in com.flexganttfx.model.calendar
A mutable calendar activity base implementation.
MutableCalendarActivityBase() - Constructor for class com.flexganttfx.model.calendar.MutableCalendarActivityBase
Constructs a new mutable calendar activity.
MutableCalendarActivityBase(String) - Constructor for class com.flexganttfx.model.calendar.MutableCalendarActivityBase
Constructs a new mutable calendar activity with the given name.
MutableCalendarActivityBase(String, Instant, Instant) - Constructor for class com.flexganttfx.model.calendar.MutableCalendarActivityBase
Constructs a new mutable calendar activity with the given name, start time, and end time.
MutableCalendarActivityBase(Instant, Instant) - Constructor for class com.flexganttfx.model.calendar.MutableCalendarActivityBase
Constructs a new mutable calendar activity with the start time and end time.
MutableChartActivity - Interface in com.flexganttfx.model.activity
An add-on interface for chart activities where it should be possible to change the chart value at a later time.
MutableChartActivityBase<T> - Class in com.flexganttfx.model.activity
The base implementation of a mutable chart activity.
MutableChartActivityBase() - Constructor for class com.flexganttfx.model.activity.MutableChartActivityBase
Constructs a new mutable chart activity.
MutableChartActivityBase(double) - Constructor for class com.flexganttfx.model.activity.MutableChartActivityBase
Constructs a new mutable chart activity with the given value.
MutableChartActivityBase(double, Instant) - Constructor for class com.flexganttfx.model.activity.MutableChartActivityBase
Constructs a new mutable chart activity with the given value.
MutableChartActivityBase(double, Instant, Instant) - Constructor for class com.flexganttfx.model.activity.MutableChartActivityBase
Constructs a new mutable chart activity with the given value.
MutableCompletableActivity - Interface in com.flexganttfx.model.activity
An add-on interface for completable activities where the user should be able to interactively edit the percentage complete value.
MutableCompletableActivityBase<T> - Class in com.flexganttfx.model.activity
The base implementation of a mutable and completable activity.
MutableCompletableActivityBase() - Constructor for class com.flexganttfx.model.activity.MutableCompletableActivityBase
Constructs a new mutable activity.
MutableCompletableActivityBase(String) - Constructor for class com.flexganttfx.model.activity.MutableCompletableActivityBase
Constructs a new mutable activity with the given name.
MutableCompletableActivityBase(String, Instant, Instant) - Constructor for class com.flexganttfx.model.activity.MutableCompletableActivityBase
Constructs a new mutable activity with the given name, start time, and end time.
MutableCompletableActivityBase(Instant, Instant) - Constructor for class com.flexganttfx.model.activity.MutableCompletableActivityBase
Constructs a new mutable activity with the start time and end time.
MutableHighLowChartActivity - Interface in com.flexganttfx.model.activity
An add-on interface for high-low activities which allows the user to interactively edit the high and low value of the activity.
MutableHighLowChartActivityBase<T> - Class in com.flexganttfx.model.activity
The base implementation of a mutable high / low activity.
MutableHighLowChartActivityBase() - Constructor for class com.flexganttfx.model.activity.MutableHighLowChartActivityBase
Constructs a new high-low activity.
MutableHighLowChartActivityBase(double, double, Instant) - Constructor for class com.flexganttfx.model.activity.MutableHighLowChartActivityBase
Constructs a new high-low activity with the given initial high and low values and the start and end time set to the given time.
MutableHighLowChartActivityBase(double, double, Instant, Instant) - Constructor for class com.flexganttfx.model.activity.MutableHighLowChartActivityBase
Constructs a new high-low activity with the given initial high and low values and the given start and end time.

N

name - Variable in class com.flexganttfx.model.activity.ActivityBase
 
nameProperty() - Method in class com.flexganttfx.model.calendar.CalendarBase
 
nameProperty() - Method in interface com.flexganttfx.model.Calendar
Returns the property used to store the name of the calendar.
nameProperty() - Method in class com.flexganttfx.model.Layer
The property used to store the name of the layer.
nameProperty() - Method in class com.flexganttfx.model.Row
The property used to store the name of the row.
NATIVE - com.flexganttfx.view.graphics.GraphicsBase.DragAndDropFeedback
A snapshot image of the activity will be taken and placed below the mouse cursor.
NAVIGATION - Static variable in class com.flexganttfx.core.LoggingDomain
 
nextTemporalUnit(SimpleUnit) - Method in class com.flexganttfx.model.dateline.SimpleUnitDatelineModel
 
nextTemporalUnit(ChronoUnit) - Method in class com.flexganttfx.model.dateline.ChronoUnitDatelineModel
 
nextTemporalUnit(T) - Method in class com.flexganttfx.model.dateline.DatelineModel
Returns the next larger temporal unit for the given temporal unit, e.g.
noGridTextProperty() - Method in class com.flexganttfx.extras.VirtualGridControl
Returns the property used for managing the text shown by the "no grid" button.
NONE - com.flexganttfx.view.GanttChartBase.ScrollBarType
Do not display a scrollbar at all.
NONE - com.flexganttfx.view.graphics.GraphicsBase.EditMode
 
NONE - com.flexganttfx.view.graphics.GraphicsBase.RowEditingMode
 
NONE - com.flexganttfx.view.graphics.GraphicsBase.SelectionMode
 
NowLineLayer<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics.layer
Draws a vertical line at the location of the current time / now time.
NowLineLayer(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.layer.NowLineLayer
 
NowLineLayerItemProvider - Class in com.flexganttfx.extras.properties.layer
A property sheet item provider for NowLineLayer.
NowLineLayerItemProvider() - Constructor for class com.flexganttfx.extras.properties.layer.NowLineLayerItemProvider
 
nowLocationProperty() - Method in class com.flexganttfx.model.timeline.TimelineModel
Stores the location of the "now" time.
nowProperty() - Method in class com.flexganttfx.model.timeline.TimelineModel
Returns the property used to store "now", the current time, e.g.
numberFormatProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
A property used to store a number format that will be used to format the labels shown when a chart layout is being used.

O

offsetProperty() - Method in class com.flexganttfx.model.timeline.TimelineModel
 
offsetProperty() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
The offset determines the end location of the first segment of the calculated path.
offsetProperty() - Method in class com.flexganttfx.view.timeline.Timeline
Determines an optional offset added to time calculations and timeline layout that might be required if for example the graphics area below the timeline does not align properly with the timeline.
onActivityChangeFinishedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityChangeOngoingProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityChangeProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityChangeStartedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityChartHighValueChangeFinishedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityChartHighValueChangeOngoingProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityChartHighValueChangeStartedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityChartLowValueChangeFinishedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityChartLowValueChangeOngoingProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityChartLowValueChangeStartedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityChartValueChangeFinishedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityChartValueChangeOngoingProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityChartValueChangeStartedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityDeletedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityDragDoneProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityDragFinishedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityDragOngoingProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityDragStartedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityEndTimeChangeFinishedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityEndTimeChangeOngoingProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityEndTimeChangeStartedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityHorizontalDragFinishedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityHorizontalDragOngoingProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityHorizontalDragStartedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityPercentageChangeFinishedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityPercentageChangeOngoingProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityPercentageChangeStartedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityStartTimeChangeFinishedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityStartTimeChangeOngoingProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityStartTimeChangeStartedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityVerticalDragDoneProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityVerticalDragFinishedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityVerticalDragOngoingProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onActivityVerticalDragStartedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
ONE - com.flexganttfx.model.util.SimpleUnit
A granularity representing one millisecond.
onLassoSelectionFinishedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onLassoSelectionOngoingProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onLassoSelectionProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
onLassoSelectionStartedProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
ONLY - com.flexganttfx.model.dateline.Resolution.Position
 
ONLY - com.flexganttfx.view.util.Position
The only element.
opacityProperty() - Method in class com.flexganttfx.model.Layer
The property used to store the opacity of the layer.
opacityProperty() - Method in class com.flexganttfx.view.graphics.layer.SystemLayer
 
overlapOffsetProperty() - Method in class com.flexganttfx.model.layout.AgendaLayout
A property used to store an offset value between 0 and .5 that is used to indent activities when they overlap each other.
OVERLAPPING - com.flexganttfx.model.layout.AgendaLayout.LayoutStrategy
Intersecting agenda entries will be drawn on top of each other but with one of them being indented by a couple of pixels (see AgendaLayout.setOverlapOffset(double)).

P

paddingFillProperty() - Method in class com.flexganttfx.view.graphics.layer.LayoutLayer
 
paddingProperty() - Method in class com.flexganttfx.model.Layout
Returns the property used to specify a padding that will be added to the top and the bottom of a row or an inner line.
paddingProperty() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
 
PARALLEL - com.flexganttfx.model.layout.AgendaLayout.LayoutStrategy
Intersecting agenda entries will be displayed in different columns within the same day.
PARALLEL_OVERLAPPING - com.flexganttfx.model.layout.AgendaLayout.LayoutStrategy
Intersecting agenda entries will be displayed in different columns within the same day but overlapping each other.
parentProperty() - Method in class com.flexganttfx.model.Row
Returns a read-only property used to store the parent row of this row.
PathBuilder - Class in impl.com.flexganttfx.skin.graphics
The path builder is used to compute path nodes for instances of type ActivityLink.
PathBuilder() - Constructor for class impl.com.flexganttfx.skin.graphics.PathBuilder
Constructs a new path calculator.
PathBuilder.ArrowDirection - Enum in impl.com.flexganttfx.skin.graphics
An enum listing the various directions the arrow can be painted.
PathBuilder.TargetLocation - Enum in impl.com.flexganttfx.skin.graphics
An enumerator of possible locations that the target object can have relative to the source object.
PERCENTAGE_CHANGE_FINISHED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
An event type being used when the user has finished changing the percentage complete value of a MutableCompletableActivity.
PERCENTAGE_CHANGE_ONGOING - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
An event type being used when the user is in the process of changing the percentage complete value of a MutableCompletableActivity.
PERCENTAGE_CHANGE_STARTED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
An event type being used when the user has started changing the percentage complete value of a MutableCompletableActivity.
PERCENTAGE_COMPLETE_CHANGE - com.flexganttfx.view.graphics.GraphicsBase.EditMode
 
percentageComplete - Variable in class com.flexganttfx.model.activity.CompletableActivityBase
 
PERFORMANCE - Static variable in class com.flexganttfx.core.LoggingDomain
 
placeholderProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
Placement<A extends Activity> - Class in impl.com.flexganttfx.skin.util
A data structure to store the placement of an activity.
Placement(A, int, int) - Constructor for class impl.com.flexganttfx.skin.util.Placement
Constructs a new placement.
Position - Enum in com.flexganttfx.view.util
An enumerator used for specifying the position of a control or an activity.
positionProperty() - Method in class com.flexganttfx.view.GanttChartBase
A property used to store the position of the Gantt chart in a multi Gantt chart context, for example, inside a DualGanttChartContainer or a MultiGanttChartContainerBase.
prefHeight(double) - Method in class impl.com.flexganttfx.skin.graphics.DragCanvas
 
prefHeight(double) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
 
prefWidth(double) - Method in class impl.com.flexganttfx.skin.graphics.DragCanvas
 
prefWidth(double) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
 
pressedActivityProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
primaryFooterProperty() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
A property used to store the reference to a node that will be displayed in the footer position of the primary Gantt chart.
primaryGanttChartProperty() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
A property used to store the reference to the Gantt chart control that is serving as the primary Gantt chart.
primaryHeaderProperty() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
A property used to store the reference to a control that will be serving as a header for the primary Gantt chart.
primaryTemporalUnitProperty() - Method in class com.flexganttfx.view.timeline.Dateline
A read-only property used to store the "primary" temporal unit, which is the unit shown at the bottom of the dateline.
priorityCallbackProperty() - Method in class com.flexganttfx.view.graphics.VBoxGraphics
Returns the property used to store a callback for looking up a resize Priority for each row inside the VBox.

Q

QuadGanttChartContainer - Class in com.flexganttfx.view.container
A specialization of QuadGanttChartContainerBase capable of displaying exactly four instances of GanttChart and keeping their layouts (same table width, same timeline) and their scrolling and zooming behavior in sync.
QuadGanttChartContainer() - Constructor for class com.flexganttfx.view.container.QuadGanttChartContainer
Constructs a new container.
QuadGanttChartContainer(GanttChart<?>, GanttChart<?>, GanttChart<?>, GanttChart<?>) - Constructor for class com.flexganttfx.view.container.QuadGanttChartContainer
Constructs a new container with the given Gantt chart controls.
QuadGanttChartContainerBase<T extends GanttChartBase<?>> - Class in com.flexganttfx.view.container
A specialization of ContainerBase capable of displaying exactly four instances of GanttChartBase and keeping their layouts and their scrolling and zooming behavior in sync.
QuadGanttChartContainerBase(T, T, T, T) - Constructor for class com.flexganttfx.view.container.QuadGanttChartContainerBase
Constructs a new container with the given Gantt chart controls.
QuadGanttChartContainerBaseItemProvider<T extends GanttChartBase<?>> - Class in com.flexganttfx.extras.properties
A property sheet item provider for GanttChartBase.
QuadGanttChartContainerBaseItemProvider() - Constructor for class com.flexganttfx.extras.properties.QuadGanttChartContainerBaseItemProvider
 
QuadGanttChartContainerSkin - Class in impl.com.flexganttfx.skin.container
 
QuadGanttChartContainerSkin(QuadGanttChartContainerBase) - Constructor for class impl.com.flexganttfx.skin.container.QuadGanttChartContainerSkin
 
QuadGanttChartLiteContainer - Class in com.flexganttfx.view.container
A specialization of QuadGanttChartContainerBase capable of displaying exactly four instances of GanttChartLite and keeping their layouts and their scrolling and zooming behavior in sync.
QuadGanttChartLiteContainer() - Constructor for class com.flexganttfx.view.container.QuadGanttChartLiteContainer
Constructs a new container.
QuadGanttChartLiteContainer(GanttChartLite<?>, GanttChartLite<?>, GanttChartLite<?>, GanttChartLite<?>) - Constructor for class com.flexganttfx.view.container.QuadGanttChartLiteContainer
Constructs a new container with the given Gantt chart controls.

R

radarHeightProperty() - Method in class com.flexganttfx.extras.RadarView
The property used to store the height of the radar canvas inside the control.
RadarView<R extends Row<?,​?,​?>> - Class in com.flexganttfx.extras
A control used for rendering an overview of all activities within a Gantt chart or to be more precise a GraphicsBase.
Radar View
RadarView() - Constructor for class com.flexganttfx.extras.RadarView
Constructs a new control.
RadarViewSkin<R extends Row<?,​?,​?>> - Class in impl.com.flexganttfx.extras.skin
 
RadarViewSkin(RadarView<R>) - Constructor for class impl.com.flexganttfx.extras.skin.RadarViewSkin
 
radarWidthProperty() - Method in class com.flexganttfx.extras.RadarView
The property used to store the width of the radar canvas inside the control.
redraw() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Performs a redraw of the displayed activities.
redraw(String) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Performs a redraw of the displayed activities and logs the given reason.
redrawImmediately() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Forces an immediate redraw of all rows.
redrawObservable(Observable) - Method in class com.flexganttfx.view.GanttChartBase
 
redrawObservable(Observable) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
Registers the given observable as something that requires a redraw of the graphics area.
redrawObservable(Observable) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Registers the given observable as something that requires a redraw of the graphics area.
registerItemProvider(Class<T>, ItemProvider<T>) - Static method in class com.flexganttfx.extras.properties.ItemFactory
 
remove(A) - Method in class com.flexganttfx.model.util.IntervalTree
Method to remove period/key object from tree.
removeActivity(ActivityRef<A>) - Method in class com.flexganttfx.model.repository.IntervalTreeActivityRepository
 
removeActivity(ActivityRef<A>) - Method in class com.flexganttfx.model.repository.ListActivityRepository
 
removeActivity(ActivityRef<A>) - Method in interface com.flexganttfx.model.repository.MutableActivityRepository
Removes the given activity from the repository.
removeActivity(Layer, A) - Method in class com.flexganttfx.model.Row
Removes the given activity from the given layer from this row.
removeEventHandler(EventHandler<RepositoryEvent>) - Method in interface com.flexganttfx.model.ActivityRepository
Removes the given event handler from the repository.
removeEventHandler(EventHandler<RepositoryEvent>) - Method in class com.flexganttfx.model.repository.ActivityRepositoryBase
 
removeIf(Predicate<A>) - Method in class com.flexganttfx.model.util.IntervalTree
 
removePeriod(TimeInterval) - Method in class com.flexganttfx.model.util.IntervalTree
Removes all activities found within the given time interval.
removeResolution(Resolution<? extends T>) - Method in class com.flexganttfx.model.dateline.DatelineModel
Removes a resolution from the model.
RENDERED - com.flexganttfx.view.graphics.GraphicsBase.DragAndDropFeedback
The dragged activity will be constantly rendered on a separate canvas on top of the graphics area.
RENDERED_GRID_SNAPPED - com.flexganttfx.view.graphics.GraphicsBase.DragAndDropFeedback
The dragged activity will be constantly rendered on a separate canvas on top of the graphics area.
Renderer - Class in com.flexganttfx.view.graphics.renderer
 
Renderer(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.Renderer
 
RendererBase - Class in com.flexganttfx.view.graphics.renderer
The base class of all renderers used by FlexGanttFX.
RendererBase(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.RendererBase
Constructs a new renderer.
RendererItemProvider - Class in com.flexganttfx.extras.properties.renderer
A property sheet item provider for Renderer.
RendererItemProvider() - Constructor for class com.flexganttfx.extras.properties.renderer.RendererItemProvider
 
RENDERING - Static variable in class com.flexganttfx.core.LoggingDomain
 
RenderingBug - Class in com.flexganttfx.view.graphics.renderer
 
RenderingBug() - Constructor for class com.flexganttfx.view.graphics.renderer.RenderingBug
 
REPOSITORY - Static variable in class com.flexganttfx.core.LoggingDomain
 
REPOSITORY_CHANGED - Static variable in class com.flexganttfx.model.repository.RepositoryEvent
An event type that indicates that "something" inside the repository has changed.
RepositoryEvent - Class in com.flexganttfx.model.repository
An event class used by activity repositories to inform event handlers about changes.
RepositoryEvent(ActivityRepository<?>) - Constructor for class com.flexganttfx.model.repository.RepositoryEvent
Constructs a new repository event, the event type will be set to #REPOSITORY_CHANGED.
RepositoryEvent(EventType<RepositoryEvent>, ActivityRepository<?>, ActivityRef<?>) - Constructor for class com.flexganttfx.model.repository.RepositoryEvent
Constructs a new repository event.
RepositoryException - Exception in com.flexganttfx.model.exception
An exception type used in the context of ActivityRepository whenever something goes wrong inside the repository.
RepositoryException(String) - Constructor for exception com.flexganttfx.model.exception.RepositoryException
Constructs a new exeption.
repositoryProperty() - Method in class com.flexganttfx.model.Row
The property used to store the activity repository for the row.
requestRedraw(String) - Method in class impl.com.flexganttfx.skin.graphics.LinksCanvas
 
requestRedraw(String) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
 
requestRedraw(String, Instant) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
 
resetDividerPositions() - Method in class com.flexganttfx.view.container.MultiGanttChartContainerBase
Equally distributes the available height of the container to all charts.
resizableCallbackProperty() - Method in class com.flexganttfx.view.graphics.SplitPaneGraphics
Returns the property used to store a callback that provides the resizing behaviour of each row (see SplitPane.setResizableWithParent(javafx.scene.Node, Boolean)).
resizeColumn(TreeTableColumn<R, ?>) - Method in class com.flexganttfx.view.GanttChart
This method will resize the given column in the tree table view to ensure that the content of the column cells will be completely visible.
resizeColumn(TreeTableColumn, int) - Method in class com.flexganttfx.view.GanttChart
This method will resize the given column in the tree table view to ensure that the content of the column cells will be completely visible.
resizeColumns() - Method in class com.flexganttfx.view.GanttChart
This method will resize all columns in the tree table view to ensure that the content of all cells will be completely visible.
resizeColumns(int) - Method in class com.flexganttfx.view.GanttChart
This method will resize all columns in the tree table view to ensure that the content of all cells will be completely visible.
Resolution<T extends TemporalUnit> - Class in com.flexganttfx.model.dateline
A resolution represents the visual representation of a temporal unit.
Resolution(T, String, int) - Constructor for class com.flexganttfx.model.dateline.Resolution
Constructs a new resolution for the given temporal unit, in the given format, step rate, for all positions.
Resolution(T, String, int, Resolution.Position...) - Constructor for class com.flexganttfx.model.dateline.Resolution
Constructs a new resolution for the given temporal unit, in the given format, step rate, and for the given supported positions.
Resolution.Position - Enum in com.flexganttfx.model.dateline
 
resolve(Predicate<A>) - Method in class impl.com.flexganttfx.skin.util.Cluster
Resolves the conflicts within this cluster by placing the activites in different columns.
resolve(List<A>) - Static method in class impl.com.flexganttfx.skin.util.Resolver
Resolves overlapping conflicts for the given activities.
resolve(List<A>, Predicate<A>) - Static method in class impl.com.flexganttfx.skin.util.Resolver
Resolves overlapping conflicts for the given activities.
Resolver - Class in impl.com.flexganttfx.skin.util
A utility class to fix the problem of overlapping activities.
Resolver() - Constructor for class impl.com.flexganttfx.skin.util.Resolver
Constructs a new resolver.
ResolverResult<A extends Activity> - Class in impl.com.flexganttfx.skin.util
The result object returned by the Resolver class after resolving conflicts between overlapping activities.
ResolverResult(Map<A, Placement<A>>, int) - Constructor for class impl.com.flexganttfx.skin.util.ResolverResult
Constructs a new resolver result.
RIGHT - com.flexganttfx.view.graphics.renderer.ActivityBarRenderer.TextPosition
 
RIGHT - com.flexganttfx.view.graphics.renderer.LinkRenderer.ArrowDirection
Draws the arrow pointing right.
RIGHT - com.flexganttfx.view.graphics.renderer.LinkRenderer.TargetLocation
A enumerator value indicating that the target object is located in the same row as the source object and that the x-coordinate of its start time is larger than the x-coordinate of the end time of the source object.
RIGHT - impl.com.flexganttfx.skin.graphics.PathBuilder.ArrowDirection
Draws the arrow pointing right.
RIGHT - impl.com.flexganttfx.skin.graphics.PathBuilder.TargetLocation
A enumerator value indicating that the target object is located in the same row as the source object and that the x-coordinate of its start time is larger than the x-coordinate of the end time of the source object.
rootProperty() - Method in class com.flexganttfx.view.GanttChart
Returns the root row property.
Row<P extends Row<?,​?,​?>,​C extends Row<?,​?,​?>,​A extends Activity> - Class in com.flexganttfx.model
A row object is used to store the activities found on a row of the Gantt chart.
Row() - Constructor for class com.flexganttfx.model.Row
Constructs a new row with an IntervalTreeActivityRepository and an EqualLinesManager.
Row(String) - Constructor for class com.flexganttfx.model.Row
Constructs a new row with an IntervalTreeActivityRepository and an EqualLinesManager and the given name.
ROW_NUMBER - com.flexganttfx.view.GanttChart.RowHeaderType
Makes the row header cells display the number of the current row (1, 2, 3, ....).
RowCanvas<R extends Row<?,​?,​?>> - Class in impl.com.flexganttfx.skin.graphics
 
RowCanvas(GraphicsBase<R>) - Constructor for class impl.com.flexganttfx.skin.graphics.RowCanvas
 
RowCanvasBehaviour<R extends Row<?,​?,​?>> - Class in impl.com.flexganttfx.skin.graphics
 
RowCanvasBehaviour.DragInfo - Class in impl.com.flexganttfx.skin.graphics
 
RowCell<R extends Row<?,​?,​?>> - Class in impl.com.flexganttfx.skin.graphics
 
RowCell(GraphicsBase<R>) - Constructor for class impl.com.flexganttfx.skin.graphics.RowCell
 
RowControls<R extends Row<?,​?,​?>> - Class in com.flexganttfx.extras
A simple row controls view with only one button called "Edit".
RowControls(GraphicsBase<R>, R) - Constructor for class com.flexganttfx.extras.RowControls
Constructs new row controls.
rowControlsFactoryProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
RowControlsParameter(GraphicsBase<R>, R) - Constructor for class com.flexganttfx.view.graphics.GraphicsBase.RowControlsParameter
 
rowEditingModeProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
rowEditorFactoryProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
RowEditorParameter(GraphicsBase<R>, R) - Constructor for class com.flexganttfx.view.graphics.GraphicsBase.RowEditorParameter
 
rowFilterProperty() - Method in class com.flexganttfx.view.GanttChartBase
A predicate used to filter the rows.
rowFilterProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A predicate used to filter the rows.
RowHeader(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.GraphicsBase.RowHeader
 
RowHeaderColumn<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.util
The row header is a specialized column which is used for controlling the height of each row and for adding row numbers / row outline levels in front of each row.
RowHeaderColumn(GanttChart<R>) - Constructor for class com.flexganttfx.view.util.RowHeaderColumn
Constructs a new row header.
rowHeaderFactoryProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to store a callback for creating a node that will be placed to the left of each row in the graphics view.
rowHeaderNodeFactoryProperty() - Method in class com.flexganttfx.view.GanttChart
A property used to store a callback for creating a node that will be placed to the left of each row in the tree table view.
rowHeadersWidthProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Specifies the width of the so-called "row headers".
rowHeaderTitleProperty() - Method in class com.flexganttfx.view.timeline.Eventline
Stores the title text used for the row header "column" on the right-hand side.
rowHeaderTypeProperty() - Method in class com.flexganttfx.view.GanttChart
A property used to store the currently used type of row headers (row number, level number, custom graphics).
RowLayer<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics.layer
Draws the background of each row.
RowLayer(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.layer.RowLayer
 
RowPane<R extends Row<?,​?,​?>> - Class in impl.com.flexganttfx.skin.graphics
 
RowPane(GraphicsBase<R>) - Constructor for class impl.com.flexganttfx.skin.graphics.RowPane
 
rowProperty() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
 
rowProperty() - Method in class impl.com.flexganttfx.skin.graphics.RowPane
 
RowRenderer<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics.renderer
 
RowRenderer(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.RowRenderer
 
rowsProperty() - Method in class com.flexganttfx.view.GanttChartLite
Returns the property used to store the list of rows.
rowsProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns the property used to store the list of rows.
run() - Method in class com.flexganttfx.view.timeline.TimeTracker
 

S

safeRenderingProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns the property that specifies whether the various canvas API-based rendering parts inside this framework will always call GraphicsContext.save() to save the current state of the context before changing its state (followed by GraphicsContext.restore() to restore the old state).
SAME_LOCATION - com.flexganttfx.view.graphics.renderer.LinkRenderer.TargetLocation
A enumerator value indicating that the target object is located in the same row as the source object and that the x-coordinate of its start time is equal to the x-coordinate of the end time of the source object.
SAME_LOCATION - impl.com.flexganttfx.skin.graphics.PathBuilder.TargetLocation
A enumerator value indicating that the target object is located in the same row as the source object and that the x-coordinate of its start time is equal to the x-coordinate of the end time of the source object.
scaleCountProperty() - Method in class com.flexganttfx.model.dateline.DatelineModel
The property used to store the number of currently visible scales.
ScaleRowHeader<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics
Draws a scale for an entire row or for each line within the row.
ScaleRowHeader(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.ScaleRowHeader
 
scrollBarTypeProperty() - Method in class com.flexganttfx.view.GanttChartBase
Determines whether the application should present a standard scrollbar (like ListView, TableView, or TreeView), a scrollbar for infinite scrolling, or no scrollbar at all.
scrollDown() - Method in class com.flexganttfx.view.graphics.ListViewGraphics
Makes the list view scroll down.
scrollDragEnabledProperty() - Method in class com.flexganttfx.view.timeline.Timeline
A property used to control whether the user is allowed to perform a horizontal scroll by dragging the timeline.
scrollLeft() - Method in class com.flexganttfx.view.timeline.Timeline
Performs a left scroll inside the timeline, meaning that earlier times will become visible.
scrollLeftFast() - Method in class com.flexganttfx.view.timeline.Timeline
Performs a fast left scroll inside the timeline, meaning that earlier times will become visible.
scrollRight() - Method in class com.flexganttfx.view.timeline.Timeline
Performs a right scroll inside the timeline, meaning that later times will become visible.
scrollRightFast() - Method in class com.flexganttfx.view.timeline.Timeline
Performs a fast right scroll inside the timeline, meaning that later times will become visible.
scrollUp() - Method in class com.flexganttfx.view.graphics.ListViewGraphics
Makes the list view scroll up.
scrollValueProperty() - Method in class com.flexganttfx.view.graphics.ListViewGraphics
Stores the number of pixels that the list view will scroll when the user uses the arrow up and down keys.
secondaryFooterProperty() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
A property used to store the reference to a node that will be used in the footer position of the secondary Gantt chart.
secondaryGanttChartProperty() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
A property used to store the reference to the secondary Gantt chart.
secondaryHeaderProperty() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
A property used to store the reference to a control that will be serving as a header for the secondary Gantt chart.
selectedTimeIntervalFillProperty() - Method in class com.flexganttfx.view.graphics.layer.SelectedTimeIntervalsLayer
 
selectedTimeIntervalProperty() - Method in class com.flexganttfx.view.timeline.Dateline
A read-only property used to store the currently selected time interval.
SelectedTimeIntervalsLayer<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics.layer
Draws the time intervals that were selected by the user (or the application) in the dateline.
SelectedTimeIntervalsLayer(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.layer.SelectedTimeIntervalsLayer
 
SelectedTimeIntervalsLayerItemProvider - Class in com.flexganttfx.extras.properties.layer
A property sheet item provider for SelectedTimeIntervalsLayer.
SelectedTimeIntervalsLayerItemProvider() - Constructor for class com.flexganttfx.extras.properties.layer.SelectedTimeIntervalsLayerItemProvider
 
SELECTION_FINISHED - Static variable in class com.flexganttfx.view.graphics.LassoEvent
An event type used when the user finishes a selection with the lasso.
SELECTION_ONGOING - Static variable in class com.flexganttfx.view.graphics.LassoEvent
An event type used while the user is using the lasso to perform a selection.
SELECTION_STARTED - Static variable in class com.flexganttfx.view.graphics.LassoEvent
An event type used when the user starts a selection with the lasso.
selectionModeProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to store the currently supported selection mode.
selectionModeProperty() - Method in class com.flexganttfx.view.timeline.Dateline
A property used to store the selection mode applied by the dateline when the user adds time interval selections.
setActivityEditingCallback(Class<? extends MutableActivity>, Callback<GraphicsBase.EditingCallbackParameter, Boolean>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Registers a callback used to determine if a given editing operation can be used for a given activity.
setActivityFilter(Predicate<Activity>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setActivityRenderer(Class<? extends A>, Class<? extends Layout>, ActivityRenderer<? extends A>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Registers a renderer for the given activity and layout type.
setAgendaLabelsVisible(boolean) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Sets the value of the property agendaLabelsVisible.
setAgendaLinesLineWidth(double) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Sets the value of the property agendaLinesLineWidth.
setAgendaLinesSize(double) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Sets the value of the property agendaLinesSize.
setAgendaLinesStroke(Paint) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Sets the value of the property agendaLinesStroke.
setAgendaLinesVisible(boolean) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Sets the value of the property agendaLinesVisible.
setAlpha(double) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
Sets the value of the property alpha.
setAnimated(boolean) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
setAnimateRowEditor(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property animateRowEditor.
setArrowHeadColor(Color) - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
Sets the value of the property arrowHeadColor.
setArrowSize(int) - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
Sets the value of the property arrowSize.
setAutoFixText(boolean) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Sets the value of the property autoFixText.
setAutoGridEnabled(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setAutoHideScrollBar(boolean) - Method in class com.flexganttfx.view.GanttChartBase
Sets the value of the property autoHideScrollBar.
setAutoMarkedTimeInterval(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setAutomaticRedraw(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setAutoscrollProximity(double) - Method in class com.flexganttfx.view.graphics.ListViewGraphics
setBarHeight(double) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Sets the value of the property barHeight.
setCalendarActivityRenderer(Class<? extends A>, CalendarActivityRenderer<? extends A>) - Method in class com.flexganttfx.view.graphics.layer.CalendarLayer
 
setCanvasBuffer(double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property canvasBuffer.
setCellFactory(Class<T>, Callback<T, DatelineCell<T>>) - Method in class com.flexganttfx.view.timeline.Dateline
Sets a cell factory on the dateline used to create dateline cells for the given temporal unit type (e.g.
setChartValue(double) - Method in interface com.flexganttfx.model.activity.MutableChartActivity
Sets a new chart value.
setChartValue(double) - Method in class com.flexganttfx.model.activity.MutableChartActivityBase
 
setContextMenuCallback(Callback<GraphicsBase.ContextMenuParameter<R>, ContextMenu>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setCornerRadius(double) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
Sets the value of the property cornerRadius.
setCornersRounded(boolean) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
Sets the value of the property cornersRounded.
setCursor(GraphicsBase.EditMode, Cursor) - Static method in class impl.com.flexganttfx.skin.graphics.RowCanvasBehaviour
 
setCurve(double) - Method in class com.flexganttfx.view.graphics.renderer.CurvedLinkRenderer
Sets the radius for the curve.
setCurve(double) - Method in class impl.com.flexganttfx.skin.graphics.PathBuilder
Sets the radius for the curve.
setDatelineBuffer(double) - Method in class com.flexganttfx.view.timeline.Dateline
Sets the value of the property datelineBuffer.
setDateTimeFormatter(DateTimeFormatter) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Sets the value of the property dateTimeFormatter.
setDateTimeFormatter(DateTimeFormatter) - Method in class com.flexganttfx.view.timeline.Eventline
Sets the value of the property dateTimeFormatter.
setDebugMode(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setDelay(long) - Method in class com.flexganttfx.view.timeline.TimeTracker
Sets the delay between updates of TimelineModel.nowProperty().
setDeletable(boolean) - Method in class com.flexganttfx.model.Layer
Sets the value of Layer.deletableProperty().
setDetail(Node) - Method in class com.flexganttfx.view.GanttChartBase
setDisplayMode(GanttChart.DisplayMode) - Method in class com.flexganttfx.view.GanttChart
Sets the value of the GanttChart.displayModeProperty().
setDividerLineStroke(Paint) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Sets the value of the property dividerLineStroke.
setDragAndDropFeedback(GraphicsBase.DragAndDropFeedback) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property dragAndDropFeedback.
setDragImageProvider(Callback<ActivityRef<?>, Image>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property dragImageProvider.
setDrawLastDividerLine(boolean) - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
Sets the value of the property drawLastDividerLine.
setDropLayerProvider(Callback<GraphicsBase.DragAndDropInfo, Layer>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setDuration(Duration) - Method in class com.flexganttfx.model.activity.MutableActivityBase
Convenience method to determine a new end time based on a duration that will be added to the current start time of the activity.
setDuration(Duration) - Method in class com.flexganttfx.model.activity.MutableChartActivityBase
Convenience method to determine a new end time based on a duration that will be added to the current start time of the activity.
setDuration(Duration) - Method in class com.flexganttfx.model.activity.MutableCompletableActivityBase
Convenience method to determine a new end time based on a duration that will be added to the current start time of the activity.
setDuration(Duration) - Method in class com.flexganttfx.model.activity.MutableHighLowChartActivityBase
Convenience method to determine a new end time based on a duration that will be added to the current start time of the activity.
setEditModeCallback(Class<? extends MutableActivity>, Class<? extends Layout>, Callback<GraphicsBase.EditModeCallbackParameter, GraphicsBase.EditMode>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
setEnabled(boolean) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
Sets the value of the property enabled.
setEnableRowResizing(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property enableRowResizing.
setEndTime(Instant) - Method in interface com.flexganttfx.model.activity.MutableActivity
Sets a new end time on the activity.
setEndTime(Instant) - Method in class com.flexganttfx.model.activity.MutableActivityBase
 
setEndTime(Instant) - Method in class com.flexganttfx.model.activity.MutableChartActivityBase
 
setEndTime(Instant) - Method in class com.flexganttfx.model.activity.MutableCompletableActivityBase
 
setEndTime(Instant) - Method in class com.flexganttfx.model.activity.MutableHighLowChartActivityBase
 
setEndTime(LocalTime) - Method in class com.flexganttfx.model.layout.AgendaLayout
setExpanded(boolean) - Method in class com.flexganttfx.model.Row
Sets the value of the Row.expandedProperty().
setFadeInOutOpacity(double) - Method in class com.flexganttfx.model.Layer
setFadeInOutVisibilityChanges(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property fadeInOutVisibilityChanges.
setFadeInOutVisibilityChangesDuration(double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property fadeInOutVisibilityChangesDuration.
setFill(Paint) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
Sets the value of the property fill.
setFillCompletion(Paint) - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
Sets the value of the property fillCompletion.
setFillCompletionHighlight(Paint) - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
Sets the value of the property fillCompletionHighlight.
setFillCompletionHover(Paint) - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
Sets the value of the property fillCompletionHover.
setFillCompletionPressed(Paint) - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
Sets the value of the property fillCompletionPressed.
setFillCompletionSelected(Paint) - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
Sets the value of the property fillCompletionSelected.
setFillHighlight(Paint) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
Sets the value of the property fillHighlight.
setFillHover(Paint) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
Sets the value of the property fillHover.
setFillPressed(Paint) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
Sets the value of the property fillPressed.
setFillSelected(Paint) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
Sets the value of the property fillSelected.
setFilter(Predicate<A>) - Method in class com.flexganttfx.view.util.AutoLinesManager
Sets a filter that will be used in combination with a Resolver instance to figure out which activities are relevant for the calculation of overlapping activities (clusters).
setFirstDayOfWeek(DayOfWeek) - Method in class com.flexganttfx.view.timeline.Dateline
setFixedCellSize(double) - Method in class com.flexganttfx.view.GanttChartBase
setFixedCellSize(double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setFlipTime(double) - Method in class impl.com.flexganttfx.skin.graphics.FlipPane
 
setFont(Font) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Sets the value of the property font.
setFrozenRow(Row<?, ?, ?>) - Method in class com.flexganttfx.view.timeline.Eventline
Sets the value of the property frozenRow.
setGanttChart(GanttChartBase) - Method in class com.flexganttfx.extras.properties.view.GanttChartConfigurationView
Sets the Gantt chart.
setGanttChart(GanttChartBase<R>) - Method in class com.flexganttfx.extras.GanttChartStatusBar
setGanttChart(GanttChartBase<R>) - Method in class com.flexganttfx.extras.GanttChartToolBar
setGap(double) - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
The gap determines how far the line is drawn away from the bounds of the source or target timeline object.
setGap(double) - Method in class impl.com.flexganttfx.skin.graphics.PathBuilder
The gap determines how far the line is drawn away from the bounds of the source or target timeline object.
setGlossy(boolean) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Sets the value of the property glossy.
setGraphics(GraphicsBase<R>) - Method in class com.flexganttfx.extras.LayersView
setGraphics(GraphicsBase<R>) - Method in class com.flexganttfx.extras.RadarView
Sets the value of RadarView.graphicsProperty().
setGraphicsHeader(Node) - Method in class com.flexganttfx.view.GanttChartBase
setGridLineColor1(Paint) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property gridLineColor1.
setGridLineColor2(Paint) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property gridLineColor2.
setGridLineColor3(Paint) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property gridLineColor3.
setHeight(double) - Method in class com.flexganttfx.model.Row
Sets the value of the Row.heightProperty().
setHigh(double) - Method in interface com.flexganttfx.model.activity.MutableHighLowChartActivity
Sets the high value of the activity.
setHigh(double) - Method in class com.flexganttfx.model.activity.MutableHighLowChartActivityBase
 
setHighlightDelay(long) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setHorizonEndTime(Instant) - Method in class com.flexganttfx.model.timeline.TimelineModel
setHorizonStartTime(Instant) - Method in class com.flexganttfx.model.timeline.TimelineModel
setHorizontalDragEnabled(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setHoverTimeIntervalFill(Paint) - Method in class com.flexganttfx.view.graphics.layer.HoverTimeIntervalLayer
Sets the value of the property hoverTimeIntervalFill.
setId(String) - Method in class com.flexganttfx.model.Layer
Sets the value of the Layer.idProperty().
setIncludeSelectedActivitiesInDrag(boolean) - Method in class impl.com.flexganttfx.skin.graphics.DragCanvas
 
setInnerLinesColor(Paint) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property innerLinesColor.
setItem(R) - Method in class com.flexganttfx.view.graphics.GraphicsBase.RowHeader
Sets the value of the property item.
setIteratorType(ListActivityRepository.IteratorType) - Method in class com.flexganttfx.model.repository.ListActivityRepository
Sets a different iterator type on this repository.
setLassoEnabled(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setLassoSelectionBehaviour(GraphicsBase.LassoSelectionBehaviour) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setLassoSnapsToGrid(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setLayout(Layout) - Method in class com.flexganttfx.model.Row
Sets the value of the Row.layoutProperty().
setLayout(Layout) - Method in class com.flexganttfx.view.graphics.ActivityBounds
 
setLayoutStrategy(AgendaLayout.LayoutStrategy) - Method in class com.flexganttfx.model.layout.AgendaLayout
setLicenseKey(String) - Static method in class com.flexganttfx.core.FlexGanttFX
Sets the license key used for FlexGantt.
setLineCount(int) - Method in class com.flexganttfx.model.Row
Sets the value of the Row.lineCountProperty().
setLineDashes(double...) - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
Sets the value of the property lineDashes.
setLinesManager(LinesManager<A>) - Method in class com.flexganttfx.model.Row
Sets the value of Row.linesManagerProperty().
setLineStroke1(Paint) - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
Sets the value of the property lineStroke1.
setLineStroke2(Paint) - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
Sets the value of the property lineStroke2.
setLineStroke3(Paint) - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
Sets the value of the property lineStroke3.
setLineWidth(double) - Method in class com.flexganttfx.view.graphics.layer.DSTLineLayer
Sets the value of the property lineWidth.
setLineWidth(double) - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
Sets the value of the property lineWidth.
setLineWidth(double) - Method in class com.flexganttfx.view.graphics.layer.NowLineLayer
Sets the value of the property lineWidth.
setLineWidth(double) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
Sets the value of the property lineWidth.
setLineWidth1(double) - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
Sets the value of the property lineWidth1.
setLineWidth2(double) - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
Sets the value of the property lineWidth2.
setLineWidth3(double) - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
Sets the value of the property lineWidth3.
setLinkRenderer(Class<? extends Activity>, LinkRenderer<?>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets a custom link renderer for the given type of activity link.
setLow(double) - Method in interface com.flexganttfx.model.activity.MutableHighLowChartActivity
Sets the low value of the activity.
setLow(double) - Method in class com.flexganttfx.model.activity.MutableHighLowChartActivityBase
 
setLowerLeftFooter(Node) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
setLowerLeftGanttChart(T) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
setLowerLeftHeader(Node) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
setLowerRightFooter(Node) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
setLowerRightGanttChart(T) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
setLowerRightHeader(Node) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
setMajorChartLabelsVisible(boolean) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Sets the value of the property majorChartLabelsVisible.
setMajorChartLinesLineWidth(double) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Sets the value of the property majorChartLinesLineWidth.
setMajorChartLinesSize(double) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Sets the value of the property majorChartLinesSize.
setMajorChartLinesStroke(Paint) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Sets the value of the property majorChartLinesStroke.
setMajorChartLinesVisible(boolean) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Sets the value of the property majorChartLinesVisible.
setMajorLineDashes(double...) - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
Sets the value of the property majorLineDashes.
setMajorLineDashes(double...) - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
Sets the value of the property majorLineDashes.
setMajorLinesLineWidth(double) - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
Sets the value of the property majorLinesLineWidth.
setMajorLinesLineWidth(double) - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
Sets the value of the property majorLinesLineWidth.
setMajorLinesStroke(Paint) - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
Sets the value of the property majorLinesStroke.
setMajorLinesStroke(Paint) - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
Sets the value of the property majorLinesStroke.
setMajorLinesVisible(boolean) - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
Sets the value of the property majorLinesVisible.
setMajorLinesVisible(boolean) - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
Sets the value of the property majorLinesVisible.
setMarkedTimeInterval(TimeInterval) - Method in class com.flexganttfx.view.timeline.Eventline
Sets the value of the property markedTimeInterval.
setMasterTimeline(Timeline) - Method in class com.flexganttfx.view.GanttChartBase
setMaxGridLevel(int) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setMaxHeight(double) - Method in class com.flexganttfx.model.Row
Sets the value of the Row.maxHeightProperty().
setMaximumMillisPerPixel(double) - Method in class com.flexganttfx.model.timeline.TimelineModel
setMaxScaleCount(int) - Method in class com.flexganttfx.model.dateline.DatelineModel
setMaxValue(double) - Method in class com.flexganttfx.model.layout.ChartLayout
Sets the value of the ChartLayout.maxValueProperty().
setMillisPerPixel(double) - Method in class com.flexganttfx.model.timeline.TimelineModel
setMinDuration(Duration) - Method in class com.flexganttfx.model.layout.AgendaLayout
Sets the value of the AgendaLayout.minDurationProperty().
setMinHeight(double) - Method in class com.flexganttfx.model.Row
Sets a new value for the Row.minHeightProperty().
setMinimumMillisPerPixel(double) - Method in class com.flexganttfx.model.timeline.TimelineModel
setMinLineSpacing(double) - Method in class com.flexganttfx.model.layout.AgendaLayout
setMinorChartLabelsVisible(boolean) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Sets the value of the property minorChartLabelsVisible.
setMinorChartLinesLineWidth(double) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Sets the value of the property minorChartLinesLineWidth.
setMinorChartLinesSize(double) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Sets the value of the property minorChartLinesSize.
setMinorChartLinesStroke(Paint) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Sets the value of the property minorChartLinesStroke.
setMinorChartLinesVisible(boolean) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Sets the value of the property minorChartLinesVisible.
setMinorLineDashes(double...) - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
Sets the value of the property minorLineDashes.
setMinorLineDashes(double...) - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
Sets the value of the property minorLineDashes.
setMinorLinesLineWidth(double) - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
Sets the value of the property minorLinesLineWidth.
setMinorLinesLineWidth(double) - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
Sets the value of the property minorLinesLineWidth.
setMinorLinesStroke(Paint) - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
Sets the value of the property minorLinesStroke.
setMinorLinesStroke(Paint) - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
Sets the value of the property minorLinesStroke.
setMinorLinesVisible(boolean) - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
Sets the value of the property minorLinesVisible.
setMinorLinesVisible(boolean) - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
Sets the value of the property minorLinesVisible.
setMinScaleCount(int) - Method in class com.flexganttfx.model.dateline.DatelineModel
setMinValue(double) - Method in class com.flexganttfx.model.layout.ChartLayout
setModel(DatelineModel<? extends TemporalUnit>) - Method in class com.flexganttfx.view.timeline.Dateline
Sets the value of Dateline.modelProperty().
setModel(TimelineModel<?>) - Method in class com.flexganttfx.view.timeline.Timeline
Sets the value of Timeline.modelProperty().
setMoveAnimated(boolean) - Method in class com.flexganttfx.view.timeline.Timeline
setMoveDuration(Duration) - Method in class com.flexganttfx.view.timeline.Timeline
setName(String) - Method in interface com.flexganttfx.model.activity.MutableActivity
Sets the name of the activity.
setName(String) - Method in class com.flexganttfx.model.activity.MutableActivityBase
 
setName(String) - Method in class com.flexganttfx.model.activity.MutableChartActivityBase
 
setName(String) - Method in class com.flexganttfx.model.activity.MutableCompletableActivityBase
 
setName(String) - Method in class com.flexganttfx.model.activity.MutableHighLowChartActivityBase
 
setName(String) - Method in class com.flexganttfx.model.calendar.CalendarBase
Sets the value of the CalendarBase.nameProperty().
setName(String) - Method in class com.flexganttfx.model.Layer
Sets the value of the Layer.nameProperty().
setName(String) - Method in class com.flexganttfx.model.Row
Sets the value of the Row.nameProperty().
setNoGridText(String) - Method in class com.flexganttfx.extras.VirtualGridControl
setNow(Instant) - Method in class com.flexganttfx.model.timeline.TimelineModel
Sets the value of TimelineModel.nowProperty().
setNumberFormat(NumberFormat) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
Returns the value of ScaleRowHeader.getNumberFormat().
setOffset(double) - Method in class com.flexganttfx.model.timeline.TimelineModel
Sets the value of the property offset.
setOffset(double) - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
The offset determines the end location of the first segment of the calculated path.
setOffset(double) - Method in class com.flexganttfx.view.timeline.Timeline
Sets the value of the property offset.
setOffset(double) - Method in class impl.com.flexganttfx.skin.graphics.PathBuilder
The offset determines the end location of the first segment of the calculated path.
setOnActivityChange(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityChange.
setOnActivityChangeFinished(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityChangeFinished.
setOnActivityChangeOngoing(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityChangeOngoing.
setOnActivityChangeStarted(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityChangeStarted.
setOnActivityChartHighValueChangeFinished(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityChartHighValueChangeFinished.
setOnActivityChartHighValueChangeOngoing(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityChartHighValueChangeOngoing.
setOnActivityChartHighValueChangeStarted(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityChartHighValueChangeStarted.
setOnActivityChartLowValueChangeFinished(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityChartLowValueChangeFinished.
setOnActivityChartLowValueChangeOngoing(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityChartLowValueChangeOngoing.
setOnActivityChartLowValueChangeStarted(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityChartLowValueChangeStarted.
setOnActivityChartValueChangeFinished(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityChartValueChangeFinished.
setOnActivityChartValueChangeOngoing(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityChartValueChangeOngoing.
setOnActivityChartValueChangeStarted(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityChartValueChangeStarted.
setOnActivityDeleted(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityDeleted.
setOnActivityDragDone(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityDragDone.
setOnActivityDragFinished(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityDragFinished.
setOnActivityDragOngoing(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityDragOngoing.
setOnActivityDragStarted(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityDragStarted.
setOnActivityEndTimeChangeFinished(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityEndTimeChangeFinished.
setOnActivityEndTimeChangeOngoing(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityEndTimeChangeOngoing.
setOnActivityEndTimeChangeStarted(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityEndTimeChangeStarted.
setOnActivityHorizontalDragFinished(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityHorizontalDragFinished.
setOnActivityHorizontalDragOngoing(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityHorizontalDragOngoing.
setOnActivityHorizontalDragStarted(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityHorizontalDragStarted.
setOnActivityPercentageChangeFinished(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityPercentageChangeFinished.
setOnActivityPercentageChangeOngoing(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityPercentageChangeOngoing.
setOnActivityPercentageChangeStarted(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityPercentageChangeStarted.
setOnActivityStartTimeChangeFinished(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityStartTimeChangeFinished.
setOnActivityStartTimeChangeOngoing(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityStartTimeChangeOngoing.
setOnActivityStartTimeChangeStarted(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityStartTimeChangeStarted.
setOnActivityVerticalDragDone(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityVerticalDragDone.
setOnActivityVerticalDragFinished(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityVerticalDragFinished.
setOnActivityVerticalDragOngoing(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityVerticalDragOngoing.
setOnActivityVerticalDragStarted(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onActivityVerticalDragStarted.
setOnLassoSelection(EventHandler<LassoEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onLassoSelection.
setOnLassoSelectionFinished(EventHandler<LassoEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onLassoSelectionFinished.
setOnLassoSelectionOngoing(EventHandler<LassoEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onLassoSelectionOngoing.
setOnLassoSelectionStarted(EventHandler<LassoEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property onLassoSelectionStarted.
setOpacity(double) - Method in class com.flexganttfx.model.Layer
Sets the value of the Layer.opacityProperty().
setOverlapOffset(double) - Method in class com.flexganttfx.model.layout.AgendaLayout
setPadding(double) - Method in class com.flexganttfx.model.Layout
Sets the value of the Layout.paddingProperty().
setPadding(Insets) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
Sets the value of the property padding.
setPaddingFill(Paint) - Method in class com.flexganttfx.view.graphics.layer.LayoutLayer
Sets the value of the property paddingFill.
setPercentageComplete(double) - Method in interface com.flexganttfx.model.activity.MutableCompletableActivity
Returns the percentage complete value of the activity.
setPercentageComplete(double) - Method in class com.flexganttfx.model.activity.MutableCompletableActivityBase
 
setPlaceholder(Node) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property placeholder.
setPosition(Position) - Method in class com.flexganttfx.view.GanttChartBase
setPosition(Position) - Method in class com.flexganttfx.view.graphics.ActivityBounds
 
setPrimaryFooter(Node) - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
setPrimaryGanttChart(T) - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
setPrimaryHeader(Node) - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
setPriorityCallback(Callback<R, Priority>) - Method in class com.flexganttfx.view.graphics.VBoxGraphics
setRadarHeight(double) - Method in class com.flexganttfx.extras.RadarView
setRadarWidth(double) - Method in class com.flexganttfx.extras.RadarView
setRepository(ActivityRepository<A>) - Method in class com.flexganttfx.model.Row
Sets the value of the Row.repositoryProperty().
setResizableCallback(Callback<R, Boolean>) - Method in class com.flexganttfx.view.graphics.SplitPaneGraphics
setRoot(R) - Method in class com.flexganttfx.view.GanttChart
Sets a new root on the Gantt chart, which will cause the framework to set a new root of type GanttChartTreeItem on the underlying TreeTableView.
setRow(R) - Method in class impl.com.flexganttfx.skin.graphics.FlipPane
 
setRow(R) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
Sets the value of the property row.
setRow(R) - Method in class impl.com.flexganttfx.skin.graphics.RowPane
Sets the value of the property row.
setRowControlsFactory(Callback<GraphicsBase.RowControlsParameter<R>, Node>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property rowControlsFactory.
setRowDragAndDropCallback(Class<? extends Row>, Callback<GraphicsBase.DragAndDropInfo, Boolean>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Specifies a callback that will be invoked when the user drags an activity over a row of the given type.
setRowEditingMode(GraphicsBase.RowEditingMode) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property rowEditingMode.
setRowEditorFactory(Callback<GraphicsBase.RowEditorParameter<R>, Node>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property rowEditorFactory.
setRowFilter(Predicate<R>) - Method in class com.flexganttfx.view.GanttChartBase
setRowFilter(Predicate<R>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setRowHeaderFactory(Callback<GraphicsBase<R>, GraphicsBase.RowHeader<R>>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setRowHeaderNodeFactory(Callback<R, Node>) - Method in class com.flexganttfx.view.GanttChart
setRowHeadersWidth(double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property rowHeadersWidth.
setRowHeaderTitle(String) - Method in class com.flexganttfx.view.timeline.Eventline
Sets the value of the property rowHeaderTitle.
setRowHeaderType(GanttChart.RowHeaderType) - Method in class com.flexganttfx.view.GanttChart
setRowRenderer(Class<Row>, RowRenderer<?>) - Method in class com.flexganttfx.view.graphics.layer.RowLayer
 
setRows(ObservableList<R>) - Method in class com.flexganttfx.view.GanttChartLite
Sets the value of the GanttChartLite.rowsProperty().
setRows(ObservableList<R>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the GraphicsBase.rowsProperty().
setSafeRendering(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setScaleCount(int) - Method in class com.flexganttfx.model.dateline.DatelineModel
setScrollBarType(GanttChartBase.ScrollBarType) - Method in class com.flexganttfx.view.GanttChartBase
Sets the value of the property scrollBarType.
setScrollDragEnabled(boolean) - Method in class com.flexganttfx.view.timeline.Timeline
setScrollValue(double) - Method in class com.flexganttfx.view.graphics.ListViewGraphics
setSecondaryFooter(Node) - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
setSecondaryGanttChart(T) - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
setSecondaryHeader(Node) - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
setSelectedTimeIntervalFill(Paint) - Method in class com.flexganttfx.view.graphics.layer.SelectedTimeIntervalsLayer
Sets the value of the property selectedTimeIntervalFill.
setSelectionMode(GraphicsBase.SelectionMode) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setSelectionMode(SelectionMode) - Method in class com.flexganttfx.view.timeline.Dateline
setShowAgendaLinesLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property showAgendaLinesLayer.
setShowCalendarLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property showCalendarLayer.
setShowChartLinesLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property showChartLinesLayer.
setShowDetail(boolean) - Method in class com.flexganttfx.view.GanttChartBase
setShowDSTLineLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property showDSTLineLayer.
setShowDSTMarker(boolean) - Method in class com.flexganttfx.view.timeline.Eventline
Sets the value of the property showDSTMarker.
setShowGridLineLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property showGridLineLayer.
setShowHorizontalCursor(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setShowHoverTimeIntervalLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property showHoverTimeIntervalLayer.
setShowInnerLinesLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property showInnerLinesLayer.
setShowLayoutLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property showLayoutLayer.
setShowLinks(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property showLinks.
setShowLower(boolean) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
setShowMarkedTimeInterval(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setShowMarkedTimeInterval(boolean) - Method in class com.flexganttfx.view.timeline.Eventline
Sets the value of the property showMarkedTimeInterval.
setShowNoGridOption(boolean) - Method in class com.flexganttfx.extras.VirtualGridControl
setShowNowLineLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property showNowLineLayer.
setShowRowHeaders(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property showRowHeaders.
setShowRowLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property showRowLayer.
setShowSecondary(boolean) - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
setShowSelectedTimeIntervalsLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property showSelectedTimeIntervalsLayer.
setShowTimeCursor(boolean) - Method in class com.flexganttfx.view.timeline.Eventline
Sets the value of the property showTimeCursor.
setShowTreeTable(boolean) - Method in class com.flexganttfx.view.GanttChart
setShowVerticalCursor(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setShowZoneId(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property showZoneId.
setShowZoomTimeIntervalLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property showZoomTimeIntervalLayer.
setSnapToPixel(boolean) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
Sets the value of the property snapToPixel.
setSnapToPixel(boolean) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
Sets the value of the property snapToPixel.
setSourceActivityRef(ActivityRef<A>) - Method in class com.flexganttfx.model.ActivityLink
Sets the activity reference pointing to the source activity of the link.
setStartTime(Instant) - Method in interface com.flexganttfx.model.activity.MutableActivity
Sets a new start time on the activity.
setStartTime(Instant) - Method in class com.flexganttfx.model.activity.MutableActivityBase
 
setStartTime(Instant) - Method in class com.flexganttfx.model.activity.MutableChartActivityBase
 
setStartTime(Instant) - Method in class com.flexganttfx.model.activity.MutableCompletableActivityBase
 
setStartTime(Instant) - Method in class com.flexganttfx.model.activity.MutableHighLowChartActivityBase
 
setStartTime(Instant) - Method in class com.flexganttfx.model.timeline.TimelineModel
setStartTime(LocalTime) - Method in class com.flexganttfx.model.layout.AgendaLayout
Sets the value of the AgendaLayout.startTimeProperty().
setStroke(Paint) - Method in class com.flexganttfx.view.graphics.layer.DSTLineLayer
Sets the value of the property stroke.
setStroke(Paint) - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
Sets the value of the property stroke.
setStroke(Paint) - Method in class com.flexganttfx.view.graphics.layer.NowLineLayer
Sets the value of the property stroke.
setStroke(Paint) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
Sets the value of the property stroke.
setStrokeColor(Color) - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
Sets the value of the property strokeColor.
setStrokeHighlight(Paint) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
Sets the value of the property strokeHighlight.
setStrokeHover(Paint) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
Sets the value of the property strokeHover.
setStrokePressed(Paint) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
Sets the value of the property strokePressed.
setStrokeSelected(Paint) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
Sets the value of the property strokeSelected.
setStrokeWidth(double) - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
Sets the value of the property strokeWidth.
setTableMenuButtonVisible(boolean) - Method in class com.flexganttfx.view.GanttChart
setTargetActivityRef(ActivityRef<A>) - Method in class com.flexganttfx.model.ActivityLink
Sets the activity reference pointing to the target activity of the link.
setText(String) - Method in class com.flexganttfx.view.timeline.DatelineCell
 
setTextFill(Paint) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Sets the value of the property textFill.
setTextFillHighlight(Paint) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Sets the value of the property textFillHighlight.
setTextFillHover(Paint) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Sets the value of the property textFillHover.
setTextFillPressed(Paint) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Sets the value of the property textFillPressed.
setTextFillSelected(Paint) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Sets the value of the property textFillSelected.
setTextGap(double) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Sets the value of the property textGap.
setTimeline(Timeline) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setTimeline(Timeline) - Method in class com.flexganttfx.view.util.TimelineScrollBar
setTimeNowColor(Paint) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property timeNowColor.
setType(ActivityLink.LinkType) - Method in class com.flexganttfx.model.ActivityLink
Sets the link type (S-S, S-E, E-S, E-E).
setUpperLeftFooter(Node) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
setUpperLeftGanttChart(T) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
setUpperLeftHeader(Node) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
setUpperRightFooter(Node) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
setUpperRightGanttChart(T) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
setUpperRightHeader(Node) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
setUserObject(Object) - Method in class com.flexganttfx.model.ActivityLink
An optional user object that might be useful for creating a custom renderer.
setUserObject(Object) - Method in class com.flexganttfx.model.Row
Sets the value of Row.userObjectProperty().
setUserObject(T) - Method in class com.flexganttfx.model.activity.ActivityBase
 
setUserObject(T) - Method in class com.flexganttfx.model.activity.MutableChartActivityBase
 
setUserObject(T) - Method in class com.flexganttfx.model.activity.MutableCompletableActivityBase
 
setUserObject(T) - Method in class com.flexganttfx.model.activity.MutableHighLowChartActivityBase
 
setValue(VirtualGrid<?>) - Method in class com.flexganttfx.extras.VirtualGridControl
setVirtualGrid(VirtualGrid<?>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property virtualGrid.
setVisible(boolean) - Method in class com.flexganttfx.model.calendar.CalendarBase
Sets the value of the CalendarBase.visibleProperty().
setVisible(boolean) - Method in class com.flexganttfx.model.Layer
Sets the value of Layer.visibleProperty().
setVisible(boolean) - Method in class com.flexganttfx.view.graphics.layer.SystemLayer
Sets the value of the property visible.
setVisibleTimeIntervalColor(Paint) - Method in class impl.com.flexganttfx.extras.skin.RadarViewSkin
Sets the value of the property visibleTimeIntervalColor.
setWeekendColor(Paint) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property weekendColor.
setWeekendDays(DayOfWeek...) - Method in class com.flexganttfx.model.calendar.WeekendCalendar
Sets the days of the week that are considered to be a weekend day.
setZoneId(ZoneId) - Method in class com.flexganttfx.model.Row
Sets the value of the Row.zoneIdProperty().
setZoneId(ZoneId) - Method in class com.flexganttfx.view.timeline.Dateline
Sets the value of Dateline.zoneIdProperty().
setZoneIdVisible(boolean) - Method in class com.flexganttfx.view.timeline.Timeline
Sets the value of the Timeline.zoneIdVisibleProperty().
setZoomAnimated(boolean) - Method in class com.flexganttfx.view.timeline.Timeline
setZoomDuration(Duration) - Method in class com.flexganttfx.view.timeline.Timeline
setZoomFactor(double) - Method in class com.flexganttfx.view.timeline.Timeline
Sets the value of the Timeline.zoomFactorProperty().
setZoomLassoEnabled(boolean) - Method in class com.flexganttfx.view.timeline.Dateline
setZoomMode(Timeline.ZoomMode) - Method in class com.flexganttfx.view.timeline.Timeline
Sets the value of Timeline.zoomModeProperty().
setZoomRange(T, int, double, T, int, double) - Method in class com.flexganttfx.model.timeline.TimelineModel
Sets the range in which the user can zoom in and out of the timeline.
setZoomTimeIntervalFill(Paint) - Method in class com.flexganttfx.view.graphics.layer.ZoomTimeIntervalLayer
Sets the value of the property zoomTimeIntervalFill.
showAgendaLinesLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
showAllActivities() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Makes the Timeline show a time range starting with the earliest time used and ending with the latest time used by all currently loaded rows.
showAllFour(boolean) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
Convenience method to change the container settings in such a way that all four Gantt charts in all four corners of the container will take over the entire width and height of the container.
showCalendarLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
showChartLinesLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
showDetailProperty() - Method in class com.flexganttfx.view.GanttChartBase
A property used to control whether the "details" node will be shown or not.
showDSTLineLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
showDSTMarkerProperty() - Method in class com.flexganttfx.view.timeline.Eventline
 
showEarliestActivities() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Makes the Timeline start with the earliest time used by the currently loaded rows.
showGridLineLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
showHorizontalCursorProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to control wether a horizontal cursor line will be shown by the graphics view.
showHorizontalSplitScreen(boolean) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
Convenience method to change the container settings in such a way that the Gantt chart in the upper left corner and the Gantt chart in the lower left corner will take over the entire width and height of the container.
showHoverTimeIntervalLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
showingProperty() - Method in class com.flexganttfx.model.Row
The property used to express whether a row is currently showing in the view or not.
showInnerLinesLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
showLatestActivities() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Makes the Timeline show the latest time used by the currently loaded rows.
showLayoutLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
showLinksProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Controls whether the LinksCanvas will be visible and links will be drawn.
showLowerProperty() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
A property used to toggle the visibility of the upper right Gantt chart.
showMarkedTimeIntervalProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to control whether vertical lines will be shown for a marked time interval (e.g.
showMarkedTimeIntervalProperty() - Method in class com.flexganttfx.view.timeline.Eventline
 
showNoGridOptionProperty() - Method in class com.flexganttfx.extras.VirtualGridControl
Controls whether the control should present an option to the user to disable the grid completely.
showNow() - Method in class com.flexganttfx.view.timeline.Timeline
Makes the timeline scroll to the time point that is currently considered "now".
showNow(boolean) - Method in class com.flexganttfx.view.timeline.Timeline
Makes the timeline scroll to the time point that is currently considered "now".
showNowLineLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
showRange(TimeInterval) - Method in class com.flexganttfx.view.timeline.Timeline
Requests that the given time interval will be completely visible within the timeline.
showRange(Instant, Duration) - Method in class com.flexganttfx.view.timeline.Timeline
Requests that the given time interval will be completely visible within the timeline.
showRange(Instant, Instant) - Method in class com.flexganttfx.view.timeline.Timeline
Requests that the given time interval will be completely visible within the timeline.
showRowHeadersProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Determines if the row headers will be shown to the user or not.
showRowLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
showSecondaryProperty() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
A property used to toggle the visibility of the secondary Gantt chart.
showSelectedTimeIntervalsLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
showSingleChart() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
Convenience method to change the container settings in such a way that the Gantt chart in the upper left corner will take over the entire width and height of the container.
showTemporalUnit(TemporalUnit, double) - Method in class com.flexganttfx.view.timeline.Timeline
Submits a request to the timeline to show the given temporal unit (e.g.
showTime(Instant) - Method in class com.flexganttfx.view.timeline.Timeline
Makes the timeline scroll to the time point passed to the method.
showTime(Instant, boolean) - Method in class com.flexganttfx.view.timeline.Timeline
Makes the timeline scroll to the time point passed to the method.
showTime(LocalDate) - Method in class com.flexganttfx.view.timeline.Timeline
Makes the timeline scroll to the beginning of the given date.
showTime(LocalDate, boolean) - Method in class com.flexganttfx.view.timeline.Timeline
Makes the timeline scroll to the beginning of the given date.
showTime(ZonedDateTime) - Method in class com.flexganttfx.view.timeline.Timeline
Makes the timeline scroll to the beginning of the given time.
showTime(ZonedDateTime, boolean) - Method in class com.flexganttfx.view.timeline.Timeline
Makes the timeline scroll to the beginning of the given time.
showTimeCursorProperty() - Method in class com.flexganttfx.view.timeline.Eventline
 
showTreeTableProperty() - Method in class com.flexganttfx.view.GanttChart
A property used to control whether the tree table view will be shown or not.
showVerticalCursorProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to control whether a vertical cursor line will be shown by the graphics view.
showVerticalSplitScreen(boolean) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
Convenience method to change the container settings in such a way that the Gantt chart in the upper left corner and the Gantt chart in the upper right corner will take over the entire width and height of the container.
showZoneIdProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
showZoomTimeIntervalLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
SIMPLE_ITERATOR - com.flexganttfx.model.repository.ListActivityRepository.IteratorType
Causes the repository to return the normal list iterator ( List.iterator()), which means that the repository will always return all activities independent of whether they are located within the given time interval.
SimpleUnit - Enum in com.flexganttfx.model.util
A custom temporal unit used for showing numbered units (1, 2, 3, ...
SimpleUnitCellFactory - Class in impl.com.flexganttfx.skin.timeline
 
SimpleUnitCellFactory() - Constructor for class impl.com.flexganttfx.skin.timeline.SimpleUnitCellFactory
 
SimpleUnitDatelineCell - Class in impl.com.flexganttfx.skin.timeline
 
SimpleUnitDatelineCell() - Constructor for class impl.com.flexganttfx.skin.timeline.SimpleUnitDatelineCell
 
SimpleUnitDatelineModel - Class in com.flexganttfx.model.dateline
 
SimpleUnitDatelineModel() - Constructor for class com.flexganttfx.model.dateline.SimpleUnitDatelineModel
 
SimpleUnitGrid - Class in com.flexganttfx.model.dateline
A virtual grid implementation for SimpleUnit.
SimpleUnitGrid(String, SimpleUnit, int) - Constructor for class com.flexganttfx.model.dateline.SimpleUnitGrid
Constructs a new grid.
SimpleUnitGrid(String, String, SimpleUnit, int) - Constructor for class com.flexganttfx.model.dateline.SimpleUnitGrid
Constructs a new grid.
SimpleUnitResolution - Class in com.flexganttfx.model.dateline
A resolution type for SimpleUnit that can be used in combination with the SimpleUnitDatelineModel.
SimpleUnitResolution(SimpleUnit, String, int) - Constructor for class com.flexganttfx.model.dateline.SimpleUnitResolution
Constructs a new resolution for the given unit, format, step rate, and positions.
SimpleUnitResolution(SimpleUnit, String, int, Resolution.Position...) - Constructor for class com.flexganttfx.model.dateline.SimpleUnitResolution
Constructs a new resolution for the given unit, format, step rate, and positions.
SimpleUnitTimelineModel - Class in com.flexganttfx.model.timeline
A specialized timeline model for the SimpleUnit temporal unit.
SimpleUnitTimelineModel() - Constructor for class com.flexganttfx.model.timeline.SimpleUnitTimelineModel
Constructs a new model with the lowest unit set to SimpleUnit.ONE and the highest unit set to SimpleUnit.BILLION_HUNDRED.
SINGLE - com.flexganttfx.view.graphics.GraphicsBase.SelectionMode
 
SINGLE_ROW - com.flexganttfx.view.graphics.GraphicsBase.RowEditingMode
 
SingleRowGraphics<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics
A specialization of GraphicsBase that displays exactly one row.
SingleRowGraphics() - Constructor for class com.flexganttfx.view.graphics.SingleRowGraphics
 
SingleRowGraphicsSkin<R extends Row<?,​?,​?>> - Class in impl.com.flexganttfx.skin.graphics
 
SingleRowGraphicsSkin(SingleRowGraphics<R>) - Constructor for class impl.com.flexganttfx.skin.graphics.SingleRowGraphicsSkin
 
size() - Method in class com.flexganttfx.model.util.IntervalTree
Returns the number of activities stored inside the tree.
smallestTemporalUnitProperty() - Method in class com.flexganttfx.model.timeline.TimelineModel
Stores the smallest temporal unit supported by the control.
snapPositionX(double) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
If this renderer's snapToPixel property is true, returns a value rounded to the nearest pixel in the horizontal direction, else returns the same value.
snapPositionX(double) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
If this canvas' snapToPixel property is true, returns a value rounded to the nearest pixel in the horizontal direction, else returns the same value.
snapPositionY(double) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
If this renderer's snapToPixel property is true, returns a value rounded to the nearest pixel in the vertical direction, else returns the same value.
snapPositionY(double) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
If this canvas' snapToPixel property is true, returns a value rounded to the nearest pixel in the vertical direction, else returns the same value.
snapSizeX(double) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
If this renderer's snapToPixel property is true, returns a value ceiled to the nearest pixel in the horizontal direction, else returns the same value.
snapSizeX(double) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
If this canvas' snapToPixel property is true, returns a value ceiled to the nearest pixel in the horizontal direction, else returns the same value.
snapSizeY(double) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
If this renderer's snapToPixel property is true, returns a value ceiled to the nearest pixel in the vertical direction, else returns the same value.
snapSizeY(double) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
If this canvas' snapToPixel property is true, returns a value ceiled to the nearest pixel in the vertical direction, else returns the same value.
snapSpaceX(double) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
If this renderer's snapToPixel property is true, returns a value rounded to the nearest pixel in the horizontal direction, else returns the same value.
snapSpaceX(double) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
If this canvas' snapToPixel property is true, returns a value rounded to the nearest pixel in the horizontal direction, else returns the same value.
snapSpaceY(double) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
If this renderer's snapToPixel property is true, returns a value rounded to the nearest pixel in the vertical direction, else returns the same value.
snapSpaceY(double) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
If this canvas' snapToPixel property is true, returns a value rounded to the nearest pixel in the vertical direction, else returns the same value.
snapToPixelProperty() - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
 
snapToPixelProperty() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
 
SplitPaneGraphics<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics
A specialization of GraphicsBase that displays several rows inside a SplitPane.
SplitPaneGraphics() - Constructor for class com.flexganttfx.view.graphics.SplitPaneGraphics
 
SplitPaneGraphicsSkin<R extends Row<?,​?,​?>> - Class in impl.com.flexganttfx.skin.graphics
 
SplitPaneGraphicsSkin(SplitPaneGraphics<R>) - Constructor for class impl.com.flexganttfx.skin.graphics.SplitPaneGraphicsSkin
 
STANDARD - com.flexganttfx.view.GanttChart.DisplayMode
Show the tree table view and the graphics view.
start(Stage) - Method in class com.flexganttfx.view.graphics.renderer.RenderingBug
 
START_TIME_CHANGE - com.flexganttfx.view.graphics.GraphicsBase.EditMode
 
START_TIME_CHANGE_FINISHED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
An event type used when the start time of an activity has finished changing.
START_TIME_CHANGE_ONGOING - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
An event type used when the start time of an activity is currently being changed.
START_TIME_CHANGE_STARTED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
An event type used when the user is about to change the start time of an activity.
START_TO_END - com.flexganttfx.model.ActivityLink.LinkType
Used to define a link between the start time of the first activity and the end time of the second activity.
START_TO_START - com.flexganttfx.model.ActivityLink.LinkType
Used to define a link between the start time of the first activity and the start time of the second activity.
startEditing() - Method in class impl.com.flexganttfx.skin.graphics.RowPane
 
startRowEditing(R) - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
startTime - Variable in class com.flexganttfx.model.activity.ActivityBase
 
startTimeProperty() - Method in class com.flexganttfx.model.layout.AgendaLayout
Returns the property used for storing the start time of the agenda.
startTimeProperty() - Method in class com.flexganttfx.model.timeline.TimelineModel
Returns the property used to store the first visible time point.
startTracking() - Method in class com.flexganttfx.view.timeline.TimeTracker
Starts the tracking of the time.
stopEdit() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvasBehaviour
Changes the current edit mode to NONE and redraws the canvas.
stopEditing() - Method in class com.flexganttfx.view.graphics.GraphicsBase.RowEditorParameter
 
stopEditing() - Method in class impl.com.flexganttfx.skin.graphics.RowPane
 
stopRowEditing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
stopRowEditing(R) - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
stopTracking() - Method in class com.flexganttfx.view.timeline.TimeTracker
Stops the tracking of the time.
StraightLinkRenderer<T extends ActivityLink<?>> - Class in com.flexganttfx.view.graphics.renderer
The straight link renderer is used to draw any link of type ActivityLink.
StraightLinkRenderer(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.StraightLinkRenderer
Constructs a new link renderer.
StringUtils - Class in com.flexganttfx.core
A couple of utility methods for working with strings.
StringUtils() - Constructor for class com.flexganttfx.core.StringUtils
 
strokeColorProperty() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
 
strokeHighlightProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
 
strokeHoverProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
 
strokePressedProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
 
strokeProperty() - Method in class com.flexganttfx.view.graphics.layer.DSTLineLayer
 
strokeProperty() - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
 
strokeProperty() - Method in class com.flexganttfx.view.graphics.layer.NowLineLayer
 
strokeProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
 
strokeSelectedProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
 
strokeWidthProperty() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
 
SystemLayer<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics.layer
System layers are used in the background and foreground of each row.
SystemLayer(String, GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.layer.SystemLayer
 
SystemLayerItemProvider - Class in com.flexganttfx.extras.properties.layer
A property sheet item provider for SystemLayer.
SystemLayerItemProvider() - Constructor for class com.flexganttfx.extras.properties.layer.SystemLayerItemProvider
 

T

TABLE_ONLY - com.flexganttfx.view.GanttChart.DisplayMode
Only display the tree table view.
tableMenuButtonVisibleProperty() - Method in class com.flexganttfx.view.GanttChart
This controls whether a menu button is available when the user clicks in a designated space within the TreeTableView, within which is a check menu item for each column in this table.
TEN - com.flexganttfx.model.util.SimpleUnit
A granularity representing ten milliseconds.
textFillHighlightProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
textFillHoverProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
textFillPressedProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
textFillProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
textFillSelectedProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
textGapProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
THOUSAND - com.flexganttfx.model.util.SimpleUnit
A granularity representing one thousand milliseconds.
THOUSAND_HUNDRED - com.flexganttfx.model.util.SimpleUnit
A granularity representing one hundred thousand milliseconds.
THOUSAND_TEN - com.flexganttfx.model.util.SimpleUnit
A granularity representing ten thousand milliseconds.
TIME_INTERVAL_CONTAINMENT - com.flexganttfx.view.graphics.GraphicsBase.LassoSelectionBehaviour
A value indicating to the lasso selection that the time interval of an activity has to be completely contained within the time interval defined by the lasso in order for the activity to become selected.
TimeInterval - Class in com.flexganttfx.model.util
A convenience class for storing a pair of instants that define a time interval.
TimeInterval(Instant, Instant) - Constructor for class com.flexganttfx.model.util.TimeInterval
Constructs a new time interval.
Timeline - Class in com.flexganttfx.view.timeline
The timeline control is a container for the Dateline and the Eventline.
Timeline() - Constructor for class com.flexganttfx.view.timeline.Timeline
Constructs a new timeline control that is using the ChronoUnitTimelineModel.
TIMELINE_FIRST - Static variable in class impl.com.flexganttfx.skin.container.ContainerSkinBase
 
TIMELINE_LAST - Static variable in class impl.com.flexganttfx.skin.container.ContainerSkinBase
 
TIMELINE_MIDDLE - Static variable in class impl.com.flexganttfx.skin.container.ContainerSkinBase
 
Timeline.ZoomMode - Enum in com.flexganttfx.view.timeline
An enum used to control the way that zooming operations will happen.
TimelineModel<T extends TemporalUnit> - Class in com.flexganttfx.model.timeline
The timeline model stores the most important properties related to navigating within time (move forward and backward in time, zoom in and out).
TimelineModel() - Constructor for class com.flexganttfx.model.timeline.TimelineModel
Constructs a new timeline model.
timelineProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to store a reference to the timeline control above the graphics.
timelineProperty() - Method in class com.flexganttfx.view.util.TimelineScrollBar
Stores a reference to the timeline that will be controlled by this scrollbar.
TimelineScrollBar - Class in com.flexganttfx.view.util
A specialized PlusMinusSlider for controlling the Timeline inside the GanttChart view.
TimelineScrollBar() - Constructor for class com.flexganttfx.view.util.TimelineScrollBar
Constructs a new scrollbar.
TimelineSkin - Class in impl.com.flexganttfx.skin.timeline
 
TimelineSkin(Timeline) - Constructor for class impl.com.flexganttfx.skin.timeline.TimelineSkin
 
timeNowColorProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
timeProperty() - Method in class com.flexganttfx.view.timeline.TimeTracker
 
TimeTracker - Class in com.flexganttfx.view.timeline
A time tracker can be used to update the property TimelineModel.nowProperty().
TimeTracker() - Constructor for class com.flexganttfx.view.timeline.TimeTracker
Constructs a new tracker.
TOP - com.flexganttfx.model.dateline.Resolution.Position
 
toString() - Method in class com.flexganttfx.model.activity.ActivityBase
 
toString() - Method in class com.flexganttfx.model.activity.ChartActivityBase
 
toString() - Method in class com.flexganttfx.model.activity.CompletableActivityBase
 
toString() - Method in class com.flexganttfx.model.activity.HighLowChartActivityBase
 
toString() - Method in class com.flexganttfx.model.activity.MutableChartActivityBase
 
toString() - Method in class com.flexganttfx.model.activity.MutableHighLowChartActivityBase
 
toString() - Method in class com.flexganttfx.model.ActivityRef
 
toString() - Method in class com.flexganttfx.model.dateline.Resolution
 
toString() - Method in class com.flexganttfx.model.dateline.VirtualGrid
 
toString() - Method in class com.flexganttfx.model.Layer
 
toString() - Method in class com.flexganttfx.model.layout.AgendaLayout
 
toString() - Method in class com.flexganttfx.model.layout.ChartLayout
 
toString() - Method in class com.flexganttfx.model.layout.GanttLayout
 
toString() - Method in class com.flexganttfx.model.Row
 
toString() - Method in class com.flexganttfx.model.util.TimeInterval
 
toString() - Method in class com.flexganttfx.view.graphics.ActivityBounds
 
toString() - Method in class com.flexganttfx.view.graphics.ActivityEvent
 
toString() - Method in class com.flexganttfx.view.graphics.GraphicsBase.DragAndDropInfo
 
toString() - Method in class com.flexganttfx.view.graphics.LassoEvent.LassoInfo
 
toString() - Method in class com.flexganttfx.view.graphics.LassoEvent
 
toString() - Method in class impl.com.flexganttfx.skin.util.Placement
 
TRAILING - com.flexganttfx.view.graphics.renderer.ActivityBarRenderer.TextPosition
 
TRILLION - com.flexganttfx.model.util.SimpleUnit
A granularity representing one trillion milliseconds.
truncate(long) - Method in enum com.flexganttfx.model.util.SimpleUnit
Truncates the given time point by rounding it down to the nearest multitude of the milliseconds represented by the granularity value.
truncate(Instant, ZoneId, DayOfWeek) - Method in class com.flexganttfx.model.dateline.ChronoUnitResolution
 
truncate(Instant, ZoneId, DayOfWeek) - Method in class com.flexganttfx.model.dateline.Resolution
Truncates the given time based on the temporal unit represented by this resolution.
truncate(Instant, ZoneId, DayOfWeek) - Method in class com.flexganttfx.model.dateline.SimpleUnitResolution
 
truncate(LocalTime, ChronoUnit, int) - Static method in class com.flexganttfx.model.util.ChronoUnitUtils
Truncates the given time for the given chrono unit.
truncate(ZonedDateTime, ChronoUnit, int, DayOfWeek) - Static method in class com.flexganttfx.model.util.ChronoUnitUtils
Truncates the given time for the given chrono unit.

U

UP - impl.com.flexganttfx.skin.graphics.PathBuilder.ArrowDirection
Draws the arrow pointing up.
update() - Method in class com.flexganttfx.extras.properties.view.GanttChartConfigurationView
Explicitly updates the view (after some change that the view did not detect automatically).
update(Instant, Instant, Resolution<SimpleUnit>, Dateline, Resolution.Position) - Method in class impl.com.flexganttfx.skin.timeline.SimpleUnitDatelineCell
 
update(Instant, Instant, Resolution<ChronoUnit>, Dateline, Resolution.Position) - Method in class impl.com.flexganttfx.skin.timeline.ChronoUnitDatelineCell
 
update(Instant, Instant, Resolution<T>, Dateline, Resolution.Position) - Method in class com.flexganttfx.view.timeline.DatelineCell
 
upperLeftFooterProperty() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
A property used to store the reference to a node that will be displayed in the footer position of the upper left Gantt chart.
upperLeftGanttChartProperty() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
A property used to store the reference to the Gantt chart control that is serving as the upper left Gantt chart.
upperLeftHeaderProperty() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
A property used to store the reference to a control that will be serving as a header for the upper left Gantt chart.
upperRightFooterProperty() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
A property used to store the reference to a node that will be used in the footer position of the upper right Gantt chart.
upperRightGanttChartProperty() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
A property used to store the reference to the upper right Gantt chart.
upperRightHeaderProperty() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
A property used to store the reference to a control that will be serving as a header for the upper right Gantt chart.
useCustomCursors() - Static method in class impl.com.flexganttfx.skin.graphics.RowCanvasBehaviour
Configures the framework to use a set of custom cursors provided by the framework to indicate the editing operation.
userObject - Variable in class com.flexganttfx.model.activity.ActivityBase
 
userObjectProperty() - Method in class com.flexganttfx.model.Row
The property used to store a row-specific user object.
useSystemCursors() - Static method in class impl.com.flexganttfx.skin.graphics.RowCanvasBehaviour
Configures the framework to use the standard cursors provided by the operating system to indicate the editing operation, e.g.

V

valueOf(String) - Static method in enum com.flexganttfx.model.ActivityLink.LinkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flexganttfx.model.dateline.Resolution.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flexganttfx.model.layout.AgendaLayout.LayoutStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flexganttfx.model.repository.ListActivityRepository.IteratorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flexganttfx.model.util.SimpleUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flexganttfx.view.GanttChart.DisplayMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flexganttfx.view.GanttChart.RowHeaderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flexganttfx.view.GanttChartBase.ScrollBarType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flexganttfx.view.graphics.GraphicsBase.DragAndDropFeedback
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flexganttfx.view.graphics.GraphicsBase.EditMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flexganttfx.view.graphics.GraphicsBase.LassoSelectionBehaviour
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flexganttfx.view.graphics.GraphicsBase.RowEditingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flexganttfx.view.graphics.GraphicsBase.SelectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flexganttfx.view.graphics.renderer.ActivityBarRenderer.TextPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flexganttfx.view.graphics.renderer.LinkRenderer.ArrowDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flexganttfx.view.graphics.renderer.LinkRenderer.TargetLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flexganttfx.view.timeline.Timeline.ZoomMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flexganttfx.view.util.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum impl.com.flexganttfx.skin.graphics.PathBuilder.ArrowDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum impl.com.flexganttfx.skin.graphics.PathBuilder.TargetLocation
Returns the enum constant of this type with the specified name.
valueProperty() - Method in class com.flexganttfx.extras.VirtualGridControl
The property used to store the currently selected VirtualGrid.
values() - Static method in enum com.flexganttfx.model.ActivityLink.LinkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flexganttfx.model.dateline.Resolution.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flexganttfx.model.layout.AgendaLayout.LayoutStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flexganttfx.model.repository.ListActivityRepository.IteratorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flexganttfx.model.util.SimpleUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flexganttfx.view.GanttChart.DisplayMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flexganttfx.view.GanttChart.RowHeaderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flexganttfx.view.GanttChartBase.ScrollBarType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flexganttfx.view.graphics.GraphicsBase.DragAndDropFeedback
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flexganttfx.view.graphics.GraphicsBase.EditMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flexganttfx.view.graphics.GraphicsBase.LassoSelectionBehaviour
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flexganttfx.view.graphics.GraphicsBase.RowEditingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flexganttfx.view.graphics.GraphicsBase.SelectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flexganttfx.view.graphics.renderer.ActivityBarRenderer.TextPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flexganttfx.view.graphics.renderer.LinkRenderer.ArrowDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flexganttfx.view.graphics.renderer.LinkRenderer.TargetLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flexganttfx.view.timeline.Timeline.ZoomMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.flexganttfx.view.util.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum impl.com.flexganttfx.skin.graphics.PathBuilder.ArrowDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum impl.com.flexganttfx.skin.graphics.PathBuilder.TargetLocation
Returns an array containing the constants of this enum type, in the order they are declared.
VBoxGraphics<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics
A specialization of GraphicsBase that displays several rows inside a VBox.
VBoxGraphics() - Constructor for class com.flexganttfx.view.graphics.VBoxGraphics
 
VBoxGraphicsSkin<R extends Row<?,​?,​?>> - Class in impl.com.flexganttfx.skin.graphics
 
VBoxGraphicsSkin(VBoxGraphics<R>) - Constructor for class impl.com.flexganttfx.skin.graphics.VBoxGraphicsSkin
 
VERTICAL_DRAG_DONE - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
An event type being used when the user has finished dragging an activity.
VERTICAL_DRAG_FINISHED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
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.
VERTICAL_DRAG_ONGOING - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
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.
VERTICAL_DRAG_STARTED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
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.
VirtualGrid<T extends TemporalUnit> - Class in com.flexganttfx.model.dateline
A utility class for supporting an invisible grid for editing operations on activities.
VirtualGrid(String, String, T, int) - Constructor for class com.flexganttfx.model.dateline.VirtualGrid
Constructs a new grid.
VirtualGrid(String, T, int) - Constructor for class com.flexganttfx.model.dateline.VirtualGrid
Constructs a new grid.
VirtualGridControl - Class in com.flexganttfx.extras
A control used to select a VirtualGrid from a list of possible virtual grids.
VirtualGridControl() - Constructor for class com.flexganttfx.extras.VirtualGridControl
Constructs a new virtual grid control.
VirtualGridControlSkin - Class in impl.com.flexganttfx.extras.skin
 
VirtualGridControlSkin(VirtualGridControl) - Constructor for class impl.com.flexganttfx.extras.skin.VirtualGridControlSkin
 
virtualGridProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
visibleEndTimeProperty() - Method in class com.flexganttfx.view.timeline.Timeline
A read-only object property storing an Instant that represents the last visible time point (on the right edge) inside the timeline.
visibleProperty() - Method in class com.flexganttfx.model.calendar.CalendarBase
 
visibleProperty() - Method in interface com.flexganttfx.model.Calendar
Returns the property used to store the visibility flag of the calendar.
visibleProperty() - Method in class com.flexganttfx.model.Layer
The property used to store the visibility of the layer.
visibleProperty() - Method in class com.flexganttfx.view.graphics.layer.SystemLayer
 
visibleStartTimeProperty() - Method in class com.flexganttfx.view.timeline.Timeline
A read-only object property storing an Instant that represents the first visible time point (on the left edge) inside the timeline.
visibleTimeIntervalColorProperty() - Method in class impl.com.flexganttfx.extras.skin.RadarViewSkin
The color used to fill the rectangle that represents the currently visible time interval.
visibleTimeIntervalProperty() - Method in class com.flexganttfx.view.timeline.Timeline
Stores the currently visible time interval.

W

WeekendCalendar - Class in com.flexganttfx.model.calendar
A calendar specialized on returning activities that represent weekend days (default: saturday, sunday).
WeekendCalendar() - Constructor for class com.flexganttfx.model.calendar.WeekendCalendar
Constructs a new weekend calendar.
WeekendCalendarActivity - Class in com.flexganttfx.model.calendar
A specialized calendar activity used to represent weekend days (e.g.
WeekendCalendarActivity(String, DayOfWeek) - Constructor for class com.flexganttfx.model.calendar.WeekendCalendarActivity
Constructs a new weekend calendar activity with the given name.
WeekendCalendarActivity(String, Instant, Instant, DayOfWeek) - Constructor for class com.flexganttfx.model.calendar.WeekendCalendarActivity
Constructs a new weekend calendar activity with the given name, start time, and end time.
WeekendCalendarActivity(DayOfWeek) - Constructor for class com.flexganttfx.model.calendar.WeekendCalendarActivity
Constructs a new weekend calendar activity.
WeekendCalendarActivity(Instant, Instant, DayOfWeek) - Constructor for class com.flexganttfx.model.calendar.WeekendCalendarActivity
Constructs a new weekend calendar activity with the start time and end time.
WeekendCalendarActivityRenderer<A extends WeekendCalendarActivity> - Class in com.flexganttfx.view.graphics.renderer
 
WeekendCalendarActivityRenderer(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.WeekendCalendarActivityRenderer
 
weekendColorProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 

Z

zoneIdProperty() - Method in class com.flexganttfx.model.Row
The property used to store the zone ID for this row.
zoneIdProperty() - Method in class com.flexganttfx.view.timeline.Dateline
A property used to store the time zone that is currently shown by the dateline.
zoneIdVisibleProperty() - Method in class com.flexganttfx.view.timeline.Timeline
A property used to control the visibility of the time zone name.
zoom(double, boolean, Instant) - Method in class com.flexganttfx.view.timeline.Timeline
Requests that the timeline performs a zoom operation.
zoomAnimatedProperty() - Method in class com.flexganttfx.view.timeline.Timeline
A property used to determine if any zoom operation should be done in an animated fashion or not.
zoomDurationProperty() - Method in class com.flexganttfx.view.timeline.Timeline
An object property used to store the duration used for the animation of a "zoom" inside the timeline.
zoomFactorProperty() - Method in class com.flexganttfx.view.timeline.Timeline
A property used to store the zoom factor that will be applied every time the user performs a zoom in or zoom out.
zoomIn() - Method in class com.flexganttfx.view.timeline.Timeline
Requests that the timeline performs a zoom in operation.
ZoomIntervalLayerItemProvider - Class in com.flexganttfx.extras.properties.layer
A property sheet item provider for ZoomTimeIntervalLayer.
ZoomIntervalLayerItemProvider() - Constructor for class com.flexganttfx.extras.properties.layer.ZoomIntervalLayerItemProvider
 
zoomLassoEnabledProperty() - Method in class com.flexganttfx.view.timeline.Dateline
A property used to control whether the zoom lasso feature will be available to the user or not.
zoomModeProperty() - Method in class com.flexganttfx.view.timeline.Timeline
Stores the way a zoom in or out will be executed.
zoomOut() - Method in class com.flexganttfx.view.timeline.Timeline
Requests that the timeline performs a zoom out operation.
zoomTimeIntervalFillProperty() - Method in class com.flexganttfx.view.graphics.layer.ZoomTimeIntervalLayer
 
ZoomTimeIntervalLayer<R extends Row<?,​?,​?>> - Class in com.flexganttfx.view.graphics.layer
Draws the zoom interval as defined by the timeline property Dateline.selectedTimeIntervalProperty().
ZoomTimeIntervalLayer(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.layer.ZoomTimeIntervalLayer
 
A B C D E F G H I K L M N O P Q R S T U V W Z 
All Classes|All Packages