Skip navigation links
A B C D E F G H I L M N O P R S T U V W Z 

A

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
 
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
 
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
 
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(Instant, Instant) - Constructor for class com.flexganttfx.model.activity.ActivityBase
Constructs a new activity with the start time and end time.
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.
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
 
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>, Instant) - 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>, Row<?, ?, ?>, TimeInterval) - Constructor for class com.flexganttfx.view.graphics.ActivityEvent
 
ActivityEvent(ActivityRef<?>, EventTarget, EventType<? extends ActivityEvent>, double) - Constructor for class com.flexganttfx.view.graphics.ActivityEvent
 
ActivityHelper - Class in com.flexganttfx.model.util
 
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>, ActivityLink.LinkType) - Constructor for class com.flexganttfx.model.ActivityLink
Constructs a new activity link.
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.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
 
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
 
ActivityRepositoryBase() - Constructor for class com.flexganttfx.model.repository.ActivityRepositoryBase
 
add(A) - Method in class com.flexganttfx.model.util.IntervalTree
 
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
 
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, 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) - 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, 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) - 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, 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) - 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.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(LocalTime, boolean) - Method in class com.flexganttfx.model.dateline.ChronoUnitGrid
 
adjustTime(Instant, ZoneId, boolean, DayOfWeek) - Method in class com.flexganttfx.model.dateline.SimpleUnitGrid
 
adjustTime(LocalTime, boolean) - 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.VirtualGrid
Adjusts the given local time so that the returned time will snap to the position defined by the grid settings.
agendaLabelsFillProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
agendaLabelsVisibleProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
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.ConflictStrategy - Enum in com.flexganttfx.model.layout
An enumerator for the different ways conflicting agenda entries can be laid out.
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
 
agendaLinesLineWidthProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
agendaLinesSizeProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
agendaLinesStrokeProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
agendaLinesVisibleProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
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.Renderer
 
animateRowEditorProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
ANY_SCROLLING - Static variable in class com.flexganttfx.view.timeline.DatelineScrollingEvent
 
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.
autoscrollProximityProperty() - Method in class com.flexganttfx.view.graphics.ListViewGraphics
 

B

backgroundFillProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
barHeightProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
between(Temporal, Temporal) - Method in enum com.flexganttfx.model.util.SimpleUnit
 
bluredBackgroundProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
buildEventDispatchChain(EventDispatchChain) - Method in class com.flexganttfx.model.repository.ActivityRepositoryBase
 

C

calculateLocationForTime(Instant) - Method in class com.flexganttfx.model.timeline.TimelineModel
 
calculateLocationForTime(Instant, double) - Method in class com.flexganttfx.model.timeline.TimelineModel
 
calculateTimeForLocation(double) - Method in class com.flexganttfx.model.timeline.TimelineModel
 
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(Instant, Instant) - Constructor for class com.flexganttfx.model.calendar.CalendarActivityBase
Constructs a new calendar activity with the start time and end time.
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.
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(GraphicsBase.RowControlsParameter<R>) - Method in class com.flexganttfx.extras.RowControls
 
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_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.
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. for capacity usage / resource usage profiles.
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
 
chartValue - Variable in class com.flexganttfx.model.activity.ChartActivityBase
 
ChronoUnitDatelineModel - Class in com.flexganttfx.model.dateline
 
ChronoUnitDatelineModel() - Constructor for class com.flexganttfx.model.dateline.ChronoUnitDatelineModel
 
ChronoUnitGrid - Class in com.flexganttfx.model.dateline
A virtual grid implementation for ChronoUnit.
ChronoUnitGrid(String, ChronoUnit, int) - Constructor for class com.flexganttfx.model.dateline.ChronoUnitGrid
 
ChronoUnitResolution - Class in com.flexganttfx.model.dateline
 
ChronoUnitResolution(ChronoUnit, String, int, Resolution.Position...) - Constructor for class com.flexganttfx.model.dateline.ChronoUnitResolution
 
ChronoUnitResolution(ChronoUnit, String, int) - Constructor for class com.flexganttfx.model.dateline.ChronoUnitResolution
 
ChronoUnitTimelineModel - Class in com.flexganttfx.model.timeline
 
ChronoUnitTimelineModel() - Constructor for class com.flexganttfx.model.timeline.ChronoUnitTimelineModel
 
ChronoUnitUtils - Class in com.flexganttfx.model.util
 
ChronoUnitUtils() - Constructor for class com.flexganttfx.model.util.ChronoUnitUtils
 
clear() - Method in class com.flexganttfx.model.util.IntervalTree
 
clearActivities() - Method in class com.flexganttfx.model.repository.IntervalTreeActivityRepository
 
clearActivities(Layer) - Method in class com.flexganttfx.model.repository.IntervalTreeActivityRepository
 
clearActivities() - Method in class com.flexganttfx.model.repository.ListActivityRepository
 
clearActivities(Layer) - Method in class com.flexganttfx.model.repository.ListActivityRepository
 
clearActivities() - Method in interface com.flexganttfx.model.repository.MutableActivityRepository
 
clearActivities(Layer) - Method in interface com.flexganttfx.model.repository.MutableActivityRepository
 
clearActivities() - Method in class com.flexganttfx.model.Row
Removes all activities from the row.
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.
com.flexganttfx.core - package com.flexganttfx.core
Core classes used for logging, license managment, string utilities.
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.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 (subcontrol 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 - package com.flexganttfx.view
The main Gantt chart control and utility 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.
COMMAND - Static variable in class com.flexganttfx.core.LoggingDomain
 
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(Instant, Instant) - Constructor for class com.flexganttfx.model.activity.CompletableActivityBase
Constructs a new activity with the start time and end time.
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.
CompletableActivityRenderer<A extends CompletableActivity> - Class in com.flexganttfx.view.graphics.renderer
 
CompletableActivityRenderer(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
 
CONFIG - Static variable in class com.flexganttfx.core.LoggingDomain
 
conflictStrategyProperty() - 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.
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.DualGanttChartContainer
 
createDefaultSkin() - Method in class com.flexganttfx.view.GanttChart
 
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.MultiGanttChartContainer
 
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
 
createGraphics() - Method in class com.flexganttfx.view.GanttChart
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
 
createGrid() - Method in class com.flexganttfx.model.dateline.SimpleUnitResolution
 
createListView() - Method in class com.flexganttfx.view.graphics.ListViewGraphics
Creates the list view instance to be used by this graphics view.
createRowHeader() - Method in class com.flexganttfx.view.GanttChart
Creates the row header column used by the Gantt chart.
createSplitPane() - Method in class com.flexganttfx.view.graphics.SplitPaneGraphics
Creates the SplitPane used by this view.
createTimeline() - Method in class com.flexganttfx.view.GanttChart
Creates the timeline component used by the Gantt chart.
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
 

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.
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.
DatelineScrollingEvent - Class in com.flexganttfx.view.timeline
 
DatelineScrollingEvent(Object, EventTarget, EventType<DatelineScrollingEvent>, Instant, Instant, ZoneId) - Constructor for class com.flexganttfx.view.timeline.DatelineScrollingEvent
 
dateTimeFormatterProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
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.
DEFAULT_DURATION - Static variable in class com.flexganttfx.model.activity.ActivityBase
 
DEFAULT_ROW_HEIGHT - Static variable in class com.flexganttfx.model.Row
 
deletableProperty() - Method in class com.flexganttfx.model.Layer
The property used to define whether the layer can be deleted by the user or not.
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.GanttChart
 
disableRedrawAfterPropertyChange() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
 
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.layer.ScaleLayer
 
DND - Static variable in class com.flexganttfx.core.LoggingDomain
 
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_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, 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.
dragImageProviderProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
draw(ActivityRef<A>, Position, GraphicsContext, double, double, double, double, boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
 
draw(R, GraphicsContext, double, double, boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.RowRenderer
 
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.CompletableActivityRenderer
 
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
 
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.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.ScaleLayer
 
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
 
drawRow(R, GraphicsContext, double, double, boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.RowRenderer
 
drawText(ActivityRef<A>, String, ActivityBarRenderer.TextPosition, GraphicsContext, double, double, double, double, boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
DualGanttChartContainer - Class in com.flexganttfx.view
A specialization of MultiGanttChartContainer capable of displaying exactly two instances of GanttChart and keeping their layouts (same table width, same timeline) and their scrolling and zooming behavior in synch.
DualGanttChartContainer(boolean, GanttChart<?>, GanttChart<?>) - Constructor for class com.flexganttfx.view.DualGanttChartContainer
Constructs a new container with the given Gantt chart controls.
DualGanttChartContainer(GanttChart<?>, GanttChart<?>) - Constructor for class com.flexganttfx.view.DualGanttChartContainer
Constructs a new container with the given Gantt chart controls.
DualGanttChartContainer(boolean) - Constructor for class com.flexganttfx.view.DualGanttChartContainer
Constructs a new container.
DualGanttChartContainer() - Constructor for class com.flexganttfx.view.DualGanttChartContainer
Constructs a new container.

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
 
editModeProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to store the currently active editing mode, e.g.
effectProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
 
enabledProperty() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
 
enableRedrawAfterPropertyChange() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
 
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.
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(Row<?, ?, A>) - 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.
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.
extraPixelsProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to instruct the graphics view to query the activity repositories also for activities that are ending right in front of the visible area or starting right after the visible area.

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.
fillCompletionProperty() - 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
 
fireEvent(RepositoryEvent) - Method in class com.flexganttfx.model.repository.ActivityRepositoryBase
 
firstDayOfWeekProperty() - Method in class com.flexganttfx.view.timeline.Dateline
 
fixedCellSizeProperty() - Method in class com.flexganttfx.view.GanttChart
 
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
 
FlexGanttFXControl() - Constructor for class com.flexganttfx.view.FlexGanttFXControl
 
fontProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
fontProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
format(LogRecord) - Method in class com.flexganttfx.core.LoggingFormatter
Format the given LogRecord.
format(Instant, ZoneId, Resolution.Position) - Method in class com.flexganttfx.model.dateline.ChronoUnitResolution
 
format(Instant, ZoneId, Resolution.Position) - Method in class com.flexganttfx.model.dateline.Resolution
 
format(Instant, ZoneId, Resolution.Position) - Method in class com.flexganttfx.model.dateline.SimpleUnitResolution
 

G

GanttChart<R extends Row<?,?,?>> - Class in com.flexganttfx.view
A generic JavaFX control 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.
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 statusbar.
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(GanttChart<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(GanttChart<R>) - Constructor for class com.flexganttfx.extras.GanttChartToolBar
Constructs a new toolbar control.
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.
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
 
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
 
getActivity() - Method in class com.flexganttfx.model.ActivityRef
Returns the activity itself.
getActivity() - Method in class com.flexganttfx.view.graphics.ActivityBounds
 
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
 
getActivityBoundsAt(double, double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Finds the activity bounds at the given location.
getActivityEditingCallback(Class<A>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
getActivityRef() - Method in class com.flexganttfx.model.repository.RepositoryEvent
 
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.EditingCallbackParameter
 
getActivityRefAt(double, double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Finds the activity reference at the given location.
getActivityRenderer(Class<? extends A>, Class<? extends Layout>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
getAgendaLabelsFill() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Gets the value of the property agendaLabelsFill.
getAgendaLinesLineWidth() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Gets the value of the property agendaLinesLineWidth.
getAgendaLinesSize() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Gets the value of the property agendaLinesSize.
getAgendaLinesStroke() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Gets the value of the property agendaLinesStroke.
getAllActivities() - Method in class com.flexganttfx.model.repository.IntervalTreeActivityRepository
 
getAllActivities() - Method in class com.flexganttfx.model.repository.ListActivityRepository
 
getAllActivityBoundsAt(double, double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns the bounds of all activities found at the given location.
getAllActivityRefsAt(double, double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns the references to all activities found at the given location.
getAllCalendarActivitiesAt(double, double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Finds all calendar activities at the given location.
getAlpha() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
Gets the value of the property alpha.
getAmount() - Method in class com.flexganttfx.model.dateline.VirtualGrid
The number of units used for the grid.
getAutoscrollProximity() - Method in class com.flexganttfx.view.graphics.ListViewGraphics
Gets the value of the property autoscrollProximity.
getAvailableZoneIds() - Method in class com.flexganttfx.model.dateline.DatelineModel
Returns all ZoneId instances that are available for the user to switch to.
getBackgroundFill() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Gets the value of the property backgroundFill.
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.GanttChart
 
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
 
getCellFactory(Class<? extends TemporalUnit>) - Method in class com.flexganttfx.view.timeline.Dateline
 
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.
getConflictStrategy() - Method in class com.flexganttfx.model.layout.AgendaLayout
Returns the value of the AgendaLayout.conflictStrategyProperty().
getContextMenuCallback() - Method in class com.flexganttfx.view.graphics.GraphicsBase
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.
getDateline() - Method in class com.flexganttfx.view.timeline.DatelineCell
 
getDateline() - Method in class com.flexganttfx.view.timeline.Timeline
 
getDateTimeFormatter() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
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.GanttChart
Gets the value of the property detail.
getDisplayMode() - Method in class com.flexganttfx.view.GanttChart
Returns the value of GanttChart.displayModeProperty().
getDividerLineStroke() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
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
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.
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
 
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
 
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().
getEditModeCallback(Class<? extends MutableActivity>, Class<? extends Layout>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
getEffect() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
Gets the value of the property effect.
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.layout.AgendaLayout
Returns the value of the AgendaLayout.endTimeProperty().
getEndTime() - Method in class com.flexganttfx.model.util.TimeInterval
 
getEndTime() - Method in class com.flexganttfx.view.graphics.LassoEvent.LassoInfo
 
getEndTime() - Method in class com.flexganttfx.view.timeline.DatelineCell
 
getEndTime() - Method in class com.flexganttfx.view.timeline.DatelineScrollingEvent
 
getEventline() - Method in class com.flexganttfx.view.timeline.Timeline
 
getExtraPixels() - Method in class com.flexganttfx.view.graphics.GraphicsBase
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(boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
 
getFill() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
Gets the value of the property fill.
getFillCompletion() - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
Gets the value of the property fillCompletion.
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
Gets the value of the property firstDayOfWeek.
getFixedCellSize() - Method in class com.flexganttfx.view.GanttChart
Gets the value of the property fixedCellSize.
getFixedCellSize() - Method in class com.flexganttfx.view.graphics.GraphicsBase
getFont() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Gets the value of the property font.
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
 
getGanttChart() - Method in class com.flexganttfx.extras.GanttChartStatusBar
Returns the value of ganttChartProperty().
getGanttChart() - Method in class com.flexganttfx.extras.GanttChartToolBar
getGanttChart() - Method in class com.flexganttfx.view.util.RowHeader
 
getGanttCharts() - Method in class com.flexganttfx.view.MultiGanttChartContainer
Returns the list of Gantt charts that are being managed by the container.
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.GanttChart
 
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.layer.SystemLayer
 
getGraphics() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
 
getGraphicsHeader() - Method in class com.flexganttfx.view.GanttChart
Gets the value of the property graphicsHeader.
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
 
getHighestTemporalUnit() - Method in class com.flexganttfx.model.timeline.TimelineModel
Gets the value of the property highestTemporalUnit.
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
Gets the value of the property horizonEndTime.
getHorizonStartTime() - Method in class com.flexganttfx.model.timeline.TimelineModel
Gets the value of the property horizonStartTime.
getHoverActivity() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property hoverActivity.
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
Gets the value of the property hoverTimeInterval.
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.Layer
Returns the value of the Layer.idProperty().
getInfo() - Method in class com.flexganttfx.view.graphics.LassoEvent
 
getInstance() - Static method in class com.flexganttfx.model.util.ActivityComparator
 
getIntersectingObjects(TimeInterval) - Method in class com.flexganttfx.model.util.IntervalTree
 
getInterval() - Method in class com.flexganttfx.view.timeline.DatelineCell
 
getIteratorType() - Method in class com.flexganttfx.model.repository.ListActivityRepository
 
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
 
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.GanttChart
 
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.
getLicense() - Static method in class com.flexganttfx.core.FlexGanttFX
 
getLicensedVersion() - Static method in class com.flexganttfx.core.FlexGanttFX
Returns the version (e.g. "1", "1", ...).
getLicensee() - Static method in class com.flexganttfx.core.FlexGanttFX
Returns the name of the licensee.
getLineCount() - Method in exception com.flexganttfx.model.exception.IllegalLineIndexException
 
getLineCount() - Method in class com.flexganttfx.model.Row
Returns the value of the Row.lineCountProperty().
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.
getLineHeight(int) - Method in class com.flexganttfx.model.Row
Returns the height of the given inner line.
getLineIndex() - Method in class com.flexganttfx.model.ActivityRef
The line index of the activity.
getLineIndex() - Method in exception com.flexganttfx.model.exception.IllegalLineIndexException
 
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() - Method in class com.flexganttfx.view.graphics.ActivityBounds
 
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, 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.
getLineLocation(int) - Method in class com.flexganttfx.model.Row
Returns the location of the given inner line.
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.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.
getLinks() - Method in class com.flexganttfx.view.GanttChart
 
getLinks() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns the list that is used to store all activity links of the model.
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
 
getLocalStartTime() - Method in class com.flexganttfx.view.graphics.LassoEvent.LassoInfo
 
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.
getLocation(Instant) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns the x coordinate for the given time.
getLocation(Instant) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
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
 
getLowestTemporalUnit() - Method in class com.flexganttfx.model.timeline.TimelineModel
Gets the value of the property lowestTemporalUnit.
getMajorChartLabelsFill() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Gets the value of the property majorChartLabelsFill.
getMajorChartLinesLineWidth() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Gets the value of the property majorChartLinesLineWidth.
getMajorChartLinesSize() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Gets the value of the property majorChartLinesSize.
getMajorChartLinesStroke() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Gets the value of the property majorChartLinesStroke.
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
 
getMajorLinesStroke() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
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.
getMasterTimeline() - Method in class com.flexganttfx.view.GanttChart
Gets the value of the property masterTimeline.
getMaxGridLevel() - Method in class com.flexganttfx.view.graphics.GraphicsBase
getMaxHeight() - Method in class com.flexganttfx.model.Row
Returns the value of Row.maxHeightProperty().
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
Gets the value of the property millisPerPixel.
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().
getMinLineSpacing() - Method in class com.flexganttfx.model.layout.AgendaLayout
Gets the value of the property minLineSpacing.
getMinorChartLabelsFill() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Gets the value of the property minorChartLabelsFill.
getMinorChartLinesLineWidth() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
getMinorChartLinesSize() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Gets the value of the property minorChartLinesSize.
getMinorChartLinesStroke() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Gets the value of the property minorChartLinesStroke.
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
 
getMinorLinesStroke() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
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
Gets the value of the property model.
getModel() - Method in class com.flexganttfx.view.timeline.Timeline
Gets the value of the property model.
getMouseEvent() - Method in class com.flexganttfx.view.graphics.GraphicsBase.EditModeCallbackParameter
 
getMoveDuration() - Method in class com.flexganttfx.view.timeline.Timeline
Gets the value of the property moveDuration.
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.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.layer.SystemLayer
 
getName() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
 
getNow() - Method in class com.flexganttfx.model.timeline.TimelineModel
Gets the value of the property now.
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
Gets the value of the property nowLocation.
getOffset() - Method in class com.flexganttfx.view.graphics.GraphicsBase.DragAndDropInfo
Returns the mouse offset relative to the upper left corner of the activity.
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. g. a vertical drag).
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.
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.
getOnActivityEndTimeChangeOngoig() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
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.
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.
getOnVisibleRangeChanged() - Method in class com.flexganttfx.view.timeline.Dateline
Gets the value of the property onVisibleRangeChanged.
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.
getOverlapBounds() - Method in class com.flexganttfx.view.graphics.ActivityBounds
 
getOverlapColumn() - Method in class com.flexganttfx.view.graphics.ActivityBounds
 
getOverlapCount() - Method in class com.flexganttfx.view.graphics.ActivityBounds
 
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.
getPosition() - Method in class com.flexganttfx.view.GanttChart
Gets the value of the property position.
getPosition() - Method in class com.flexganttfx.view.graphics.ActivityBounds
 
getPrefWidth() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Gets the value of the property prefWidth.
getPressedActivity() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property pressedActivity.
getPrimaryFooter() - Method in class com.flexganttfx.view.DualGanttChartContainer
getPrimaryGanttChart() - Method in class com.flexganttfx.view.DualGanttChartContainer
getPrimaryHeader() - Method in class com.flexganttfx.view.DualGanttChartContainer
getPrimaryMasterDetailPane() - Method in class com.flexganttfx.view.GanttChart
 
getPrimaryTemporalUnit() - Method in class com.flexganttfx.view.timeline.Dateline
Gets the value of the property primaryTemporalUnit.
getPriorityCallback() - Method in class com.flexganttfx.view.graphics.VBoxGraphics
getProduct() - Static method in class com.flexganttfx.core.FlexGanttFX
Returns the product type (e.g.
getPropertySheet() - Method in class com.flexganttfx.view.GanttChart
 
getPropertySheetItems() - Method in class com.flexganttfx.view.GanttChart
 
getPropertySheetItems() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
getPropertySheetItems() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
getPropertySheetItems() - Method in class com.flexganttfx.view.graphics.layer.CalendarLayer
 
getPropertySheetItems() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
getPropertySheetItems() - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
 
getPropertySheetItems() - Method in class com.flexganttfx.view.graphics.layer.HoverTimeIntervalLayer
 
getPropertySheetItems() - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
 
getPropertySheetItems() - Method in class com.flexganttfx.view.graphics.layer.LayoutLayer
 
getPropertySheetItems() - Method in class com.flexganttfx.view.graphics.layer.NowLineLayer
 
getPropertySheetItems() - Method in class com.flexganttfx.view.graphics.layer.RowLayer
 
getPropertySheetItems() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
getPropertySheetItems() - Method in class com.flexganttfx.view.graphics.layer.SelectedTimeIntervalsLayer
 
getPropertySheetItems() - Method in class com.flexganttfx.view.graphics.layer.SystemLayer
 
getPropertySheetItems() - Method in class com.flexganttfx.view.graphics.layer.ZoomTimeIntervalLayer
 
getPropertySheetItems() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
getPropertySheetItems() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
 
getPropertySheetItems() - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
 
getPropertySheetItems() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
 
getPropertySheetItems() - Method in class com.flexganttfx.view.timeline.Dateline
 
getPropertySheetItems() - Method in class com.flexganttfx.view.timeline.Eventline
 
getPropertySheetItems() - Method in class com.flexganttfx.view.timeline.Timeline
 
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().
getRepository() - Method in class com.flexganttfx.model.repository.RepositoryEvent
 
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.
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
 
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
 
getRowAt(double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Finds the row at the given y-coordinate.
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.
getRowHeader() - Method in class com.flexganttfx.view.GanttChart
 
getRowHeaderNodeFactory() - Method in class com.flexganttfx.view.GanttChart
Gets the value of the property rowHeaderNodeFactory.
getRowHeaderType() - Method in class com.flexganttfx.view.GanttChart
Gets the value of the property rowHeaderType.
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.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
 
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
 
getScaleWidth() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Gets the value of the property scaleWidth.
getSecondaryFooter() - Method in class com.flexganttfx.view.DualGanttChartContainer
getSecondaryGanttChart() - Method in class com.flexganttfx.view.DualGanttChartContainer
getSecondaryHeader() - Method in class com.flexganttfx.view.DualGanttChartContainer
getSecondaryMasterDetailPane() - Method in class com.flexganttfx.view.GanttChart
 
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
 
getSelectedTimeInterval() - Method in class com.flexganttfx.view.timeline.Timeline
Gets the value of the property selectedTimeInterval.
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
Gets the value of the property selectionMode.
getShortName() - Method in class com.flexganttfx.model.dateline.VirtualGrid
Returns the grid short name that can be used for grid selection controls.
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.graphics.SplitPaneGraphics
Returns the SplitPane instance used by this graphics view.
getSplitPane() - Method in class com.flexganttfx.view.MultiGanttChartContainer
Returns the split pane that is used by the container to lay out the Gantt charts.
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.layout.AgendaLayout
Returns the value of the AgendaLayout.startTimeProperty().
getStartTime() - Method in class com.flexganttfx.model.timeline.TimelineModel
Gets the value of the property startTime.
getStartTime() - Method in class com.flexganttfx.model.util.TimeInterval
 
getStartTime() - Method in class com.flexganttfx.view.graphics.LassoEvent.LassoInfo
 
getStartTime() - Method in class com.flexganttfx.view.timeline.DatelineCell
 
getStartTime() - Method in class com.flexganttfx.view.timeline.DatelineScrollingEvent
 
getStepRate() - Method in class com.flexganttfx.model.dateline.Resolution
 
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(boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
 
getStroke() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
Gets the value of the property stroke.
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.
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.
getTemporalUnit() - Method in class com.flexganttfx.model.dateline.Resolution
 
getTemporalUnits() - Method in class com.flexganttfx.model.dateline.DatelineModel
Returns all temporal units that are being used by the model.
getTextFill(boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
getTextFill() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Gets the value of the property textFill.
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.
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.Renderer
Calculates the time at the given x coordinate.
getTimeline() - Method in class com.flexganttfx.view.GanttChart
 
getTimeline() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Returns the value of GraphicsBase.timelineProperty().
getTimeline() - Method in class com.flexganttfx.view.timeline.Dateline
 
getTimeline() - Method in class com.flexganttfx.view.timeline.Eventline
 
getTimeline() - Method in class com.flexganttfx.view.util.TimelineScrollBar
 
getTimelineModel() - Method in class com.flexganttfx.view.timeline.TimeTracker
 
getTimelineScrollBar() - Method in class com.flexganttfx.view.GanttChart
 
getTimeTracker() - Method in class com.flexganttfx.view.timeline.Timeline
Gets the value of the property timeTracker.
getTreeTable() - Method in class com.flexganttfx.view.GanttChart
 
getTreeTable() - Method in class com.flexganttfx.view.util.RowHeader
 
getTreeTableScrollBar() - Method in class com.flexganttfx.view.GanttChart
 
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.
getUserAgentStylesheet() - Method in class com.flexganttfx.view.FlexGanttFXControl
Overridden and made final due to functional regressions in JavaFX 8u20.
getUserObject() - Method in class com.flexganttfx.model.activity.ActivityBase
 
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
 
getVisibleEndTime() - Method in class com.flexganttfx.view.timeline.Timeline
Gets the value of the property visibleEndTime.
getVisibleStartTime() - Method in class com.flexganttfx.view.timeline.Timeline
Gets the value of the property visibleStartTime.
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
Gets the value of the property zoneId.
getZoneId() - Method in class com.flexganttfx.view.timeline.DatelineScrollingEvent
 
getZoomDuration() - Method in class com.flexganttfx.view.timeline.Timeline
Gets the value of the property zoomDuration.
getZoomFactor() - Method in class com.flexganttfx.view.timeline.Timeline
Gets the value of the property zoomFactor.
getZoomMode() - Method in class com.flexganttfx.view.timeline.Timeline
Gets the value of the property zoomMode.
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
 
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.
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
 
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
 
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
 
GraphicsBase.SelectionMode - Enum in com.flexganttfx.view.graphics
An enumerator used to control the selection behaviour of the graphics view.
graphicsHeaderProperty() - Method in class com.flexganttfx.view.GanttChart
 
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.
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
 

H

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
 
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
 
highestTemporalUnitProperty() - Method in class com.flexganttfx.model.timeline.TimelineModel
 
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, 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.
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.
horizonEndTimeProperty() - Method in class com.flexganttfx.model.timeline.TimelineModel
 
horizonStartTimeProperty() - Method in class com.flexganttfx.model.timeline.TimelineModel
 
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.
hoverActivityProperty() - 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
 
hoverTimeIntervalProperty() - Method in class com.flexganttfx.view.timeline.Dateline
 

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
 
IllegalLineIndexException(Row<?, ?, ?>, int, int) - Constructor for exception com.flexganttfx.model.exception.IllegalLineIndexException
 
increment(Instant, ZoneId) - Method in class com.flexganttfx.model.dateline.ChronoUnitResolution
 
increment(Instant, ZoneId) - Method in class com.flexganttfx.model.dateline.Resolution
 
increment(Instant, ZoneId) - Method in class com.flexganttfx.model.dateline.SimpleUnitResolution
 
increment(long) - Method in enum com.flexganttfx.model.util.SimpleUnit
Increments the given number of milliseconds with the milliseconds represented by the enumerator value.
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
 
intersect(Activity, Activity) - Static method in class com.flexganttfx.model.util.ActivityHelper
 
intersect(Instant, Instant, Instant, Instant) - Static method in class com.flexganttfx.model.util.ActivityHelper
 
intersect(long, long, long, long) - Static method in class com.flexganttfx.model.util.ActivityHelper
 
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
 
IntervalTreeActivityRepository() - Constructor for class com.flexganttfx.model.repository.IntervalTreeActivityRepository
 
isAgendaLabelsVisible() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Gets the value of the property agendaLabelsVisible.
isAgendaLinesVisible() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Gets the value of the property agendaLinesVisible.
isAnimateRowEditor() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property animateRowEditor.
isAutoBinding() - Method in class com.flexganttfx.view.MultiGanttChartContainer
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
isBlank(String) - Static method in class com.flexganttfx.core.StringUtils
Checks if a String is whitespace, empty ("") or null.
isBluredBackground() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Gets the value of the property bluredBackground.
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.
isDrawLastDividerLine() - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
Gets the value of the property drawLastDividerLine.
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.Renderer
Gets the value of the property enabled.
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.
isGlossy() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Gets the value of the property glossy.
isHighlighted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
isLassoActive() - Method in class com.flexganttfx.view.graphics.GraphicsBase
isLassoSnapsToGrid() - Method in class com.flexganttfx.view.graphics.GraphicsBase
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.layer.ScaleLayer
Gets the value of the property majorChartLabelsVisible.
isMajorChartLinesVisible() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
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.
isMinorChartLabelsVisible() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Gets the value of the property minorChartLabelsVisible.
isMinorChartLinesVisible() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
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
Gets the value of the property moveAnimated.
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.
isRuntimeLicense() - Static method in class com.flexganttfx.core.FlexGanttFX
Determines if the product uses a runtime license.
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.GanttChart
Gets the value of the property showDetail.
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.
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.
isShowNowLineLayer() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property showNowLineLayer.
isShowRowLayer() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property showRowLayer.
isShowScaleLayer() - Method in class com.flexganttfx.view.graphics.GraphicsBase
Gets the value of the property showScaleLayer.
isShowSecondary() - Method in class com.flexganttfx.view.DualGanttChartContainer
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
Gets the value of the property showTreeTable.
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.layer.SystemLayer
Gets the value of the property snapToPixel.
isSnapToPixel() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
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.
isSupportingPosition(Resolution.Position) - Method in class com.flexganttfx.model.dateline.Resolution
 
isTableMenuButtonVisible() - Method in class com.flexganttfx.view.GanttChart
Gets the value of the property tableMenuButtonVisible.
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.Dateline
Gets the value of the property zoneIdVisible.
isZoomAnimated() - Method in class com.flexganttfx.view.timeline.Timeline
Gets the value of the property zoomAnimated.
isZoomLassoEnabled() - Method in class com.flexganttfx.view.timeline.Timeline
Gets the value of the property zoomLassoEnabled.

L

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.
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
 
LassoEvent.LassoInfo - Class in com.flexganttfx.view.graphics
 
LassoInfo(Instant, Instant, LocalTime, LocalTime, List<Row<?, ?, ?>>, List<ActivityRef<?>>) - Constructor for class com.flexganttfx.view.graphics.LassoEvent.LassoInfo
 
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.
Layer - Class in com.flexganttfx.model
Layers are used to group activities together.
Layer(String) - Constructor for class com.flexganttfx.model.Layer
Constructs a new layer with the given name.
Layer() - Constructor for class com.flexganttfx.model.Layer
Constructs a new layer.
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
 
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
 
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
 
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).
lineCountProperty() - Method in class com.flexganttfx.model.Row
The property used to keep track of the number of inner lines shown by the row.
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.InnerLinesLayer
 
lineWidthProperty() - Method in class com.flexganttfx.view.graphics.layer.NowLineLayer
 
lineWidthProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
 
ListActivityRepository<A extends Activity> - Class in com.flexganttfx.model.repository
 
ListActivityRepository() - Constructor for class com.flexganttfx.model.repository.ListActivityRepository
 
ListActivityRepository(ListActivityRepository.IteratoryType) - Constructor for class com.flexganttfx.model.repository.ListActivityRepository
 
ListActivityRepository.IteratoryType - Enum in com.flexganttfx.model.repository
 
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
 
LoggingDomain - Class in com.flexganttfx.core
Various predefined logging domains used for logging various 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
 
lowestTemporalUnitProperty() - Method in class com.flexganttfx.model.timeline.TimelineModel
 

M

majorChartLabelsFillProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
majorChartLabelsVisibleProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
majorChartLinesLineWidthProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
majorChartLinesSizeProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
majorChartLinesStrokeProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
majorChartLinesVisibleProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
majorLinesLineWidthProperty() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
majorLinesLineWidthProperty() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
majorLinesStroke() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
majorLinesStroke() - 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.GanttChart
 
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.
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.
millisPerPixelProperty() - Method in class com.flexganttfx.model.timeline.TimelineModel
 
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.
minLineSpacingProperty() - Method in class com.flexganttfx.model.layout.AgendaLayout
 
minorChartLabelsFillProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
minorChartLabelsVisibleProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
minorChartLinesSizeProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
minorChartLinesStrokeProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
minorChartLinesVisibleProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
minorLinesLineWidthProperty() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
minorLinesLineWidthProperty() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
minorLinesLineWidthProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
minorLinesStroke() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
minorLinesStroke() - 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.
modelProperty() - Method in class com.flexganttfx.view.timeline.Dateline
 
modelProperty() - Method in class com.flexganttfx.view.timeline.Timeline
 
moveAnimated - Variable in class com.flexganttfx.view.timeline.Timeline
 
moveAnimatedProperty() - Method in class com.flexganttfx.view.timeline.Timeline
 
moveDurationProperty() - Method in class com.flexganttfx.view.timeline.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
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 synch.
MultiGanttChartContainer(boolean, GanttChart<?>...) - Constructor for class com.flexganttfx.view.MultiGanttChartContainer
Constructs a new container with the given Gantt chart controls.
MultiGanttChartContainer(GanttChart<?>...) - Constructor for class com.flexganttfx.view.MultiGanttChartContainer
Constructs a new container with the given Gantt chart controls.
MultiGanttChartContainer(boolean) - Constructor for class com.flexganttfx.view.MultiGanttChartContainer
Constructs a new empty container.
MultiGanttChartContainer() - Constructor for class com.flexganttfx.view.MultiGanttChartContainer
Constructs a new container.
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(Instant, Instant) - Constructor for class com.flexganttfx.model.activity.MutableActivityBase
Constructs a new mutable activity with the start time and end time.
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.
MutableActivityRepository<A extends Activity> - Interface in com.flexganttfx.model.repository
 
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(Instant, Instant) - Constructor for class com.flexganttfx.model.calendar.MutableCalendarActivityBase
Constructs a new mutable calendar activity with the start time and end time.
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.
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.
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(Instant, Instant) - Constructor for class com.flexganttfx.model.activity.MutableCompletableActivityBase
Constructs a new mutable activity with the start time and end time.
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.
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, 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.
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.

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.
NAVIGATION - Static variable in class com.flexganttfx.core.LoggingDomain
 
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.
nextTemporalUnit(SimpleUnit) - Method in class com.flexganttfx.model.dateline.SimpleUnitDatelineModel
 
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
 
nowLocationProperty() - Method in class com.flexganttfx.model.timeline.TimelineModel
 
nowProperty() - Method in class com.flexganttfx.model.timeline.TimelineModel
 

O

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
 
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
 
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
 
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
 
onVisibleRangeChangedProperty() - Method in class com.flexganttfx.view.timeline.Dateline
 
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 that is used to indent activities when they overlap each other.

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
 
parentProperty() - Method in class com.flexganttfx.model.Row
Returns a read-only property used to store the parent row of this row.
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.
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
 
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.GanttChart
 
prefWidthProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
pressedActivityProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
primaryFooterProperty() - Method in class com.flexganttfx.view.DualGanttChartContainer
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.DualGanttChartContainer
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.DualGanttChartContainer
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
 
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.

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.
RadarView() - Constructor for class com.flexganttfx.extras.RadarView
Constructs a new control.
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
 
redraw() - Method in class com.flexganttfx.view.graphics.layer.SystemLayer
 
redrawObservable(Observable) - Method in class com.flexganttfx.view.graphics.layer.SystemLayer
 
redrawObservable(Observable) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
 
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
 
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
 
removePeriod(TimeInterval) - Method in class com.flexganttfx.model.util.IntervalTree
 
removeResolution(Resolution<? extends T>) - Method in class com.flexganttfx.model.dateline.DatelineModel
Removes a resolution from the model.
Renderer - Class in com.flexganttfx.view.graphics.renderer
 
Renderer(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.Renderer
 
RENDERING - Static variable in class com.flexganttfx.core.LoggingDomain
 
REPOSITORY - Static variable in class com.flexganttfx.core.LoggingDomain
 
REPOSITORY_CHANGED - Static variable in class com.flexganttfx.model.repository.RepositoryEvent
 
RepositoryEvent - Class in com.flexganttfx.model.repository
 
RepositoryEvent(EventType<RepositoryEvent>, ActivityRepository<?>, ActivityRef<?>) - Constructor for class com.flexganttfx.model.repository.RepositoryEvent
 
RepositoryEvent(ActivityRepository<?>) - Constructor for class com.flexganttfx.model.repository.RepositoryEvent
 
RepositoryException - Exception in com.flexganttfx.model.exception
 
RepositoryException(String) - Constructor for exception com.flexganttfx.model.exception.RepositoryException
 
repositoryProperty() - Method in class com.flexganttfx.model.Row
The property used to store the activity repository for the row.
resetDividerPositions() - Method in class com.flexganttfx.view.MultiGanttChartContainer
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
 
resizeColumn(TreeTableColumn<R, ?>, int) - Method in class com.flexganttfx.view.GanttChart
 
resizeColumns() - Method in class com.flexganttfx.view.GanttChart
 
resizeColumns(int) - Method in class com.flexganttfx.view.GanttChart
 
Resolution<T extends TemporalUnit> - Class in com.flexganttfx.model.dateline
 
Resolution(T, String, int, Resolution.Position...) - Constructor for class com.flexganttfx.model.dateline.Resolution
 
Resolution(T, String, int) - Constructor for class com.flexganttfx.model.dateline.Resolution
 
Resolution.Position - Enum in com.flexganttfx.model.dateline
 
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.
RowControls<R extends Row<?,?,?>> - Class in com.flexganttfx.extras
 
RowControls() - Constructor for class com.flexganttfx.extras.RowControls
 
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
 
RowHeader<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.
RowHeader(GanttChart<R>) - Constructor for class com.flexganttfx.view.util.RowHeader
 
rowHeaderNodeFactoryProperty() - Method in class com.flexganttfx.view.GanttChart
 
rowHeaderTypeProperty() - Method in class com.flexganttfx.view.GanttChart
 
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
 
RowRenderer<R extends Row<?,?,?>> - Class in com.flexganttfx.view.graphics.renderer
 
RowRenderer(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.RowRenderer
 

S

scaleCountProperty() - Method in class com.flexganttfx.model.dateline.DatelineModel
The property used to store the number of currently visible scales.
ScaleLayer<R extends Row<?,?,?>> - Class in com.flexganttfx.view.graphics.layer
Draws a scale for an entire row or for each line within the row.
ScaleLayer(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.layer.ScaleLayer
 
scaleWidthProperty() - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
scrollLeft() - Method in class com.flexganttfx.view.timeline.Timeline
 
scrollLeftFast() - Method in class com.flexganttfx.view.timeline.Timeline
 
scrollRight() - Method in class com.flexganttfx.view.timeline.Timeline
 
scrollRightFast() - Method in class com.flexganttfx.view.timeline.Timeline
 
secondaryFooterProperty() - Method in class com.flexganttfx.view.DualGanttChartContainer
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.DualGanttChartContainer
A property used to store the reference to the secondary Gantt chart.
secondaryHeaderProperty() - Method in class com.flexganttfx.view.DualGanttChartContainer
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.Timeline
 
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
 
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
 
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.
setActivityRenderer(Class<? extends A>, Class<? extends Layout>, ActivityRenderer<? extends A>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
setAgendaLabelsFill(Paint) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Sets the value of the property agendaLabelsFill.
setAgendaLabelsVisible(boolean) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Sets the value of the property agendaLabelsVisible.
setAgendaLinesLineWidth(double) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Sets the value of the property agendaLinesLineWidth.
setAgendaLinesSize(double) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Sets the value of the property agendaLinesSize.
setAgendaLinesStroke(Paint) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Sets the value of the property agendaLinesStroke.
setAgendaLinesVisible(boolean) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Sets the value of the property agendaLinesVisible.
setAlpha(double) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
Sets the value of the property alpha.
setAnimateRowEditor(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property animateRowEditor.
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
setAutoscrollProximity(double) - Method in class com.flexganttfx.view.graphics.ListViewGraphics
Sets the value of the property autoscrollProximity.
setBackgroundFill(Paint) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Sets the value of the property backgroundFill.
setBarHeight(double) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Sets the value of the property barHeight.
setBluredBackground(boolean) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Sets the value of the property bluredBackground.
setCalendarActivityRenderer(Class<? extends A>, CalendarActivityRenderer<? extends A>) - Method in class com.flexganttfx.view.graphics.layer.CalendarLayer
 
setCellFactory(Class<T>, Callback<T, DatelineCell<T>>) - Method in class com.flexganttfx.view.timeline.Dateline
 
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
 
setConflictStrategy(AgendaLayout.ConflictStrategy) - Method in class com.flexganttfx.model.layout.AgendaLayout
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.
setDateTimeFormatter(DateTimeFormatter) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
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.GanttChart
Sets the value of the property detail.
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.layer.ScaleLayer
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.
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
 
setEffect(Effect) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
Sets the value of the property effect.
setEnabled(boolean) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
Sets the value of the property enabled.
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().
setExtraPixels(int) - Method in class com.flexganttfx.view.graphics.GraphicsBase
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.
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.
setFirstDayOfWeek(DayOfWeek) - Method in class com.flexganttfx.view.timeline.Dateline
Sets the value of the property firstDayOfWeek.
setFixedCellSize(double) - Method in class com.flexganttfx.view.GanttChart
Sets the value of the property fixedCellSize.
setFixedCellSize(double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setFont(Font) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Sets the value of the property font.
setFont(Font) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
Sets the value of the property font.
setGanttChart(GanttChart<R>) - Method in class com.flexganttfx.extras.GanttChartStatusBar
Sets the value of ganttChartProperty().
setGanttChart(GanttChart<R>) - Method in class com.flexganttfx.extras.GanttChartToolBar
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.GanttChart
Sets the value of the property graphicsHeader.
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
 
setHighestTemporalUnit(T) - Method in class com.flexganttfx.model.timeline.TimelineModel
Sets the value of the property highestTemporalUnit.
setHighlightDelay(long) - Method in class com.flexganttfx.view.graphics.GraphicsBase
setHorizonEndTime(Instant) - Method in class com.flexganttfx.model.timeline.TimelineModel
Sets the value of the property horizonEndTime.
setHorizonStartTime(Instant) - Method in class com.flexganttfx.model.timeline.TimelineModel
Sets the value of the property horizonStartTime.
setHoverTimeIntervalFill(Paint) - Method in class com.flexganttfx.view.graphics.layer.HoverTimeIntervalLayer
Sets the value of the property hoverTimeIntervalFill.
setId(String) - Method in interface com.flexganttfx.model.activity.MutableActivity
Sets the ID field on the activity.
setId(String) - Method in class com.flexganttfx.model.activity.MutableActivityBase
 
setId(String) - Method in class com.flexganttfx.model.activity.MutableChartActivityBase
 
setId(String) - Method in class com.flexganttfx.model.activity.MutableCompletableActivityBase
 
setId(String) - Method in class com.flexganttfx.model.activity.MutableHighLowChartActivityBase
 
setId(String) - Method in class com.flexganttfx.model.Layer
Sets the value of the Layer.idProperty().
setIteratorType(ListActivityRepository.IteratoryType) - Method in class com.flexganttfx.model.repository.ListActivityRepository
 
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
 
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().
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.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.
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
 
setLowestTemporalUnit(T) - Method in class com.flexganttfx.model.timeline.TimelineModel
Sets the value of the property lowestTemporalUnit.
setMajorChartLabelsFill(Paint) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Sets the value of the property majorChartLabelsFill.
setMajorChartLabelsVisible(boolean) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Sets the value of the property majorChartLabelsVisible.
setMajorChartLinesLineWidth(double) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Sets the value of the property majorChartLinesLineWidth.
setMajorChartLinesSize(double) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Sets the value of the property majorChartLinesSize.
setMajorChartLinesStroke(Paint) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Sets the value of the property majorChartLinesStroke.
setMajorChartLinesVisible(boolean) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Sets the value of the property majorChartLinesVisible.
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
 
setMajorLinesStroke(Paint) - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
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.GanttChart
Sets the value of the property masterTimeline.
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().
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
Sets the value of the property millisPerPixel.
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().
setMinLineSpacing(double) - Method in class com.flexganttfx.model.layout.AgendaLayout
Sets the value of the property minLineSpacing.
setMinorChartLabelsFill(Paint) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Sets the value of the property minorChartLabelsFill.
setMinorChartLabelsVisible(boolean) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Sets the value of the property minorChartLabelsVisible.
setMinorChartLinesLineWidth(double) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
 
setMinorChartLinesSize(double) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Sets the value of the property minorChartLinesSize.
setMinorChartLinesStroke(Paint) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Sets the value of the property minorChartLinesStroke.
setMinorChartLinesVisible(boolean) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Sets the value of the property minorChartLinesVisible.
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
 
setMinorLinesStroke(Paint) - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
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 the property model.
setModel(TimelineModel<?>) - Method in class com.flexganttfx.view.timeline.Timeline
Sets the value of the property model.
setMoveAnimated(boolean) - Method in class com.flexganttfx.view.timeline.Timeline
Sets the value of the property moveAnimated.
setMoveDuration(Duration) - Method in class com.flexganttfx.view.timeline.Timeline
Sets the value of the property moveDuration.
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().
setNow(Instant) - Method in class com.flexganttfx.model.timeline.TimelineModel
Sets the value of the property now.
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.
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.
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.
setOnVisibleRangeChanged(EventHandler<DatelineScrollingEvent>) - Method in class com.flexganttfx.view.timeline.Dateline
Sets the value of the property onVisibleRangeChanged.
setOpacity(double) - Method in class com.flexganttfx.model.Layer
Sets the value of the Layer.opacityProperty().
setOverlapColumn(int) - Method in class com.flexganttfx.view.graphics.ActivityBounds
 
setOverlapCount(int) - Method in class com.flexganttfx.view.graphics.ActivityBounds
 
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.GanttChart
Sets the value of the property position.
setPosition(Position) - Method in class com.flexganttfx.view.graphics.ActivityBounds
 
setPrefWidth(double) - Method in class com.flexganttfx.view.graphics.layer.ScaleLayer
Sets the value of the property prefWidth.
setPrimaryFooter(Node) - Method in class com.flexganttfx.view.DualGanttChartContainer
setPrimaryGanttChart(GanttChart<?>) - Method in class com.flexganttfx.view.DualGanttChartContainer
setPrimaryHeader(Node) - Method in class com.flexganttfx.view.DualGanttChartContainer
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.
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.
setRowHeaderMode(GanttChart.RowHeaderType) - Method in class com.flexganttfx.view.GanttChart
 
setRowHeaderNodeFactory(Callback<R, Node>) - Method in class com.flexganttfx.view.GanttChart
Sets the value of the property rowHeaderNodeFactory.
setRowRenderer(Class<Row>, RowRenderer<?>) - Method in class com.flexganttfx.view.graphics.layer.RowLayer
 
setScaleCount(int) - Method in class com.flexganttfx.model.dateline.DatelineModel
setSecondaryFooter(Node) - Method in class com.flexganttfx.view.DualGanttChartContainer
setSecondaryGanttChart(GanttChart<?>) - Method in class com.flexganttfx.view.DualGanttChartContainer
setSecondaryHeader(Node) - Method in class com.flexganttfx.view.DualGanttChartContainer
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
Sets the value of the property selectionMode.
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.GanttChart
Sets the value of the property showDetail.
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.
setShowing(boolean) - Method in class com.flexganttfx.model.Row
Sets the value of the Row.showingProperty().
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.
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.
setShowNowLineLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property showNowLineLayer.
setShowRowLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property showRowLayer.
setShowScaleLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
Sets the value of the property showScaleLayer.
setShowSecondary(boolean) - Method in class com.flexganttfx.view.DualGanttChartContainer
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
Sets the value of the property showTreeTable.
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.layer.SystemLayer
Sets the value of the property snapToPixel.
setSnapToPixel(boolean) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
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(LocalTime) - Method in class com.flexganttfx.model.layout.AgendaLayout
Sets the value of the AgendaLayout.startTimeProperty().
setStartTime(Instant) - Method in class com.flexganttfx.model.timeline.TimelineModel
Sets the value of the property startTime.
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.
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.
setTableMenuButtonVisible(boolean) - Method in class com.flexganttfx.view.GanttChart
Sets the value of the property tableMenuButtonVisible.
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
setTimelineModel(TimelineModel<?>) - Method in class com.flexganttfx.view.timeline.TimeTracker
 
setTimeTracker(TimeTracker) - Method in class com.flexganttfx.view.timeline.Timeline
Sets the value of the property timeTracker.
setType(ActivityLink.LinkType) - Method in class com.flexganttfx.model.ActivityLink
Sets the link type (S-S, S-E, E-S, E-E).
setUserObject(T) - Method in class com.flexganttfx.model.activity.MutableActivityBase
 
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
 
setUserObject(Object) - Method in class com.flexganttfx.model.Row
Sets the value of Row.userObjectProperty().
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.
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 the property zoneId.
setZoneIdVisible(boolean) - Method in class com.flexganttfx.view.timeline.Dateline
Sets the value of the property zoneIdVisible.
setZoomAnimated(boolean) - Method in class com.flexganttfx.view.timeline.Timeline
Sets the value of the property zoomAnimated.
setZoomDuration(Duration) - Method in class com.flexganttfx.view.timeline.Timeline
Sets the value of the property zoomDuration.
setZoomFactor(double) - Method in class com.flexganttfx.view.timeline.Timeline
Sets the value of the property zoomFactor.
setZoomLassoEnabled(boolean) - Method in class com.flexganttfx.view.timeline.Timeline
Sets the value of the property zoomLassoEnabled.
setZoomMode(Timeline.ZoomMode) - Method in class com.flexganttfx.view.timeline.Timeline
Sets the value of the property zoomMode.
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.
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.GanttChart
 
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.
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
 
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. while dragging the marked interval will display the new location of the dragged activity).
showMarkedTimeIntervalProperty() - Method in class com.flexganttfx.view.timeline.Eventline
 
showNow() - Method in class com.flexganttfx.view.timeline.Timeline
 
showNow(boolean) - Method in class com.flexganttfx.view.timeline.Timeline
 
showNowLineLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
showRange(Instant, Duration) - Method in class com.flexganttfx.view.timeline.Timeline
 
showRange(TimeInterval) - Method in class com.flexganttfx.view.timeline.Timeline
 
showRange(Instant, Instant) - Method in class com.flexganttfx.view.timeline.Timeline
 
showRowLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
showScaleLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
showSecondaryProperty() - Method in class com.flexganttfx.view.DualGanttChartContainer
A property used to toggle the visibility of the secondary Gantt chart.
showSelectedTimeIntervalsLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
showTemporalUnit(TemporalUnit, double) - Method in class com.flexganttfx.view.timeline.Timeline
 
showTime(Instant) - Method in class com.flexganttfx.view.timeline.Timeline
 
showTime(Instant, boolean) - Method in class com.flexganttfx.view.timeline.Timeline
 
showTimeCursorProperty() - Method in class com.flexganttfx.view.timeline.Eventline
 
showTreeTableProperty() - Method in class com.flexganttfx.view.GanttChart
 
showVerticalCursorProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to control wether a vertical cursor line will be shown by the graphics view.
showZoneIdProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
showZoomTimeIntervalLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
SimpleUnit - Enum in com.flexganttfx.model.util
 
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
 
SimpleUnitResolution - Class in com.flexganttfx.model.dateline
 
SimpleUnitResolution(SimpleUnit, String, int, Resolution.Position...) - Constructor for class com.flexganttfx.model.dateline.SimpleUnitResolution
 
SimpleUnitResolution(SimpleUnit, String, int) - Constructor for class com.flexganttfx.model.dateline.SimpleUnitResolution
 
SimpleUnitTimelineModel - Class in com.flexganttfx.model.timeline
 
SimpleUnitTimelineModel() - Constructor for class com.flexganttfx.model.timeline.SimpleUnitTimelineModel
 
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
 
size() - Method in class com.flexganttfx.model.util.IntervalTree
 
snapPosition(double) - Method in class com.flexganttfx.view.graphics.layer.SystemLayer
 
snapPosition(double) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
 
snapSize(double) - Method in class com.flexganttfx.view.graphics.layer.SystemLayer
 
snapSize(double) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
 
snapSpace(double) - Method in class com.flexganttfx.view.graphics.layer.SystemLayer
 
snapSpace(double) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
 
snapToPixelProperty() - Method in class com.flexganttfx.view.graphics.layer.SystemLayer
 
snapToPixelProperty() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
 
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
 
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.
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
 
startTimeTracking() - Method in class com.flexganttfx.view.timeline.Timeline
 
startTracking() - Method in class com.flexganttfx.view.timeline.TimeTracker
Starts the tracking of the time.
stopEditing() - Method in class com.flexganttfx.view.graphics.GraphicsBase.RowEditorParameter
 
stopRowEditing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
stopRowEditing(R) - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
stopTimeTracking() - Method in class com.flexganttfx.view.timeline.Timeline
 
stopTracking() - Method in class com.flexganttfx.view.timeline.TimeTracker
Stops the tracking of the time.
StringUtils - Class in com.flexganttfx.core
A couple of utility methods for working with strings.
StringUtils() - Constructor for class com.flexganttfx.core.StringUtils
 
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.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
 
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
 

T

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.
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
 
TimeInterval - Class in com.flexganttfx.model.util
 
TimeInterval(Instant, Instant) - Constructor for class com.flexganttfx.model.util.TimeInterval
 
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.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
 
TimelineModel(T, T) - Constructor for class com.flexganttfx.model.timeline.TimelineModel
 
timelineProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
A property used to store a reference to the timeline control above the graphics.
TimelineScrollBar - Class in com.flexganttfx.view.util
 
TimelineScrollBar(Timeline) - Constructor for class com.flexganttfx.view.util.TimelineScrollBar
 
TimeTracker - Class in com.flexganttfx.view.timeline
A time tracker is used to update the property TimelineModel.nowProperty().
TimeTracker() - Constructor for class com.flexganttfx.view.timeline.TimeTracker
Constructs a new tracker.
timeTrackerProperty() - Method in class com.flexganttfx.view.timeline.Timeline
 
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.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
 
truncate(Instant, ZoneId, DayOfWeek) - Method in class com.flexganttfx.model.dateline.ChronoUnitResolution
 
truncate(Instant, ZoneId, DayOfWeek) - Method in class com.flexganttfx.model.dateline.Resolution
 
truncate(Instant, ZoneId, DayOfWeek) - Method in class com.flexganttfx.model.dateline.SimpleUnitResolution
 
truncate(ZonedDateTime, ChronoUnit, int, DayOfWeek) - Static method in class com.flexganttfx.model.util.ChronoUnitUtils
 
truncate(LocalTime, ChronoUnit, int) - Static method in class com.flexganttfx.model.util.ChronoUnitUtils
 
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.

U

update(Instant, Instant, Resolution<T>, Dateline, Resolution.Position) - Method in class com.flexganttfx.view.timeline.DatelineCell
 
updatePropertySheet() - Method in class com.flexganttfx.view.GanttChart
 
updatePropertySheet() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
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.

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.ConflictStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.flexganttfx.model.repository.ListActivityRepository.IteratoryType
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.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.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.
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.ConflictStrategy
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.IteratoryType
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.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.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.
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
 
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.
virtualGridProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
 
VISIBLE_RANGE_CHANGED - Static variable in class com.flexganttfx.view.timeline.DatelineScrollingEvent
 
visibleEndTimeProperty() - Method in class com.flexganttfx.view.timeline.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
 

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(DayOfWeek) - Constructor for class com.flexganttfx.model.calendar.WeekendCalendarActivity
Constructs a new weekend calendar activity.
WeekendCalendarActivity(String, DayOfWeek) - Constructor for class com.flexganttfx.model.calendar.WeekendCalendarActivity
Constructs a new weekend calendar activity with the given name.
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.
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.
WeekendCalendarActivityRenderer<A extends WeekendCalendarActivity> - Class in com.flexganttfx.view.graphics.renderer
 
WeekendCalendarActivityRenderer(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.WeekendCalendarActivityRenderer
 

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
 
zoneIdVisibleProperty() - Method in class com.flexganttfx.view.timeline.Dateline
 
zoom(double, boolean, Instant) - Method in class com.flexganttfx.view.timeline.Timeline
 
zoomAnimated - Variable in class com.flexganttfx.view.timeline.Timeline
 
zoomAnimatedProperty() - Method in class com.flexganttfx.view.timeline.Timeline
 
zoomDurationProperty() - Method in class com.flexganttfx.view.timeline.Timeline
 
zoomFactorProperty() - Method in class com.flexganttfx.view.timeline.Timeline
 
zoomIn() - Method in class com.flexganttfx.view.timeline.Timeline
 
zoomLassoEnabledProperty() - Method in class com.flexganttfx.view.timeline.Timeline
 
zoomModeProperty() - Method in class com.flexganttfx.view.timeline.Timeline
 
zoomOut() - Method in class com.flexganttfx.view.timeline.Timeline
 
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 Timeline.selectedTimeIntervalProperty().
ZoomTimeIntervalLayer(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.layer.ZoomTimeIntervalLayer
 
A B C D E F G H I L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.