- Activity - Interface in com.flexganttfx.model
-
Activities represent objects that will be displayed below the timeline in the
graphics view of the Gantt chart control.
- ACTIVITY_ADDED - Static variable in class com.flexganttfx.model.repository.RepositoryEvent
-
An event type that indicates that an activity has been added to the repository.
- ACTIVITY_CHANGE - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
-
The parent event type of all other activity event types.
- ACTIVITY_CHANGE_FINISHED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
-
The parent event type of all FINISHED activity event types.
- ACTIVITY_CHANGE_ONGOING - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
-
The parent event type of all ONGOING activity event types.
- ACTIVITY_CHANGE_STARTED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
-
The parent event type of all STARTED activity event types.
- ACTIVITY_DELETED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
-
An event type used when the user pressed the delete shortcut to delete an
activity.
- ACTIVITY_REMOVED - Static variable in class com.flexganttfx.model.repository.RepositoryEvent
-
An event type that indicates that an activity has been removed from the repository.
- ActivityBarRenderer<A extends Activity> - Class in com.flexganttfx.view.graphics.renderer
-
- ActivityBarRenderer(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
-
- ActivityBarRenderer.TextPosition - Enum in com.flexganttfx.view.graphics.renderer
-
- ActivityBarRendererItemProvider - Class in com.flexganttfx.extras.properties.renderer
-
- ActivityBarRendererItemProvider() - Constructor for class com.flexganttfx.extras.properties.renderer.ActivityBarRendererItemProvider
-
- ActivityBase<T> - Class in com.flexganttfx.model.activity
-
The base implementation of the
Activity
interface.
- ActivityBase() - Constructor for class com.flexganttfx.model.activity.ActivityBase
-
Constructs a new activity.
- ActivityBase(String) - Constructor for class com.flexganttfx.model.activity.ActivityBase
-
Constructs a new activity with the given name.
- ActivityBase(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
-
A specialized comparator used for sorting activities.
- ActivityComparator() - Constructor for class com.flexganttfx.model.util.ActivityComparator
-
- ActivityEvent - Class in com.flexganttfx.view.graphics
-
Activity events are being fired whenever the user makes a change to an
activity in the graphics view.
- ActivityEvent(ActivityRef<?>, EventTarget, EventType<? extends ActivityEvent>) - Constructor for class com.flexganttfx.view.graphics.ActivityEvent
-
- ActivityEvent(ActivityRef<?>, EventTarget, EventType<? extends ActivityEvent>, 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<?, ?, ?>, 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
-
- activityFilterProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
A property used to store a filter function, which determines if an activity will be rendered or not.
- ActivityHelper - Class in com.flexganttfx.model.util
-
A helper class for working with activities.
- ActivityHelper() - Constructor for class com.flexganttfx.model.util.ActivityHelper
-
- ActivityLink<A extends Activity> - Class in com.flexganttfx.model
-
An activity link can be used to model any kind of dependency between two
activities.
- ActivityLink(ActivityRef<A>, ActivityRef<A>, 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
-
- ActivityLink.LinkType - Enum in com.flexganttfx.model
-
An enumerator listing the available link types.
- ActivityRef<A extends Activity> - Class in com.flexganttfx.model
-
An activity reference is used to precisely identify the location of an
activity where the location is a combination of row, layer, and the activity
itself.
- ActivityRef(Row<?, ?, A>, Layer, A) - Constructor for class com.flexganttfx.model.ActivityRef
-
Constructs a new activity reference.
- ActivityRenderer<A extends Activity> - Class in com.flexganttfx.view.graphics.renderer
-
- ActivityRenderer(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- ActivityRendererItemProvider - Class in com.flexganttfx.extras.properties.renderer
-
- ActivityRendererItemProvider() - Constructor for class com.flexganttfx.extras.properties.renderer.ActivityRendererItemProvider
-
- ActivityRepository<A extends Activity> - Interface in com.flexganttfx.model
-
Activity repositories are used by rows to store and lookup activities.
- ActivityRepositoryBase<A extends Activity> - Class in com.flexganttfx.model.repository
-
An abstract base implementation of
ActivityRepository
that provides support
for event handlers (adding, removing, firing events).
- ActivityRepositoryBase() - Constructor for class com.flexganttfx.model.repository.ActivityRepositoryBase
-
Constructs a new repository.
- add(A) - Method in class com.flexganttfx.model.util.IntervalTree
-
Adds an activity to the tree.
- add(A) - Method in class impl.com.flexganttfx.skin.util.Cluster
-
Adds an activity to the cluster.
- add(A) - Method in class impl.com.flexganttfx.skin.util.Column
-
Adds the given activity to the cluster.
- addActivity(ActivityRef<A>) - Method in class com.flexganttfx.model.repository.IntervalTreeActivityRepository
-
- addActivity(ActivityRef<A>) - Method in class com.flexganttfx.model.repository.ListActivityRepository
-
- addActivity(ActivityRef<A>) - Method in interface com.flexganttfx.model.repository.MutableActivityRepository
-
Adds the given activity to the repository.
- addActivity(Layer, A) - Method in class com.flexganttfx.model.Row
-
Adds the given activity for the given layer to this row.
- addDuration(Duration) - Method in class com.flexganttfx.model.activity.MutableActivityBase
-
Convenience method to determine a new end time based on a duration that
will be added once to the current end time of the activity.
- addDuration(Duration, 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
-
- 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.
- AgendaHelper - Class in impl.com.flexganttfx.skin.util
-
- AgendaHelper.AgendaLineLocation - Class in impl.com.flexganttfx.skin.util
-
Stores information about an agenda line location.
- agendaLabelsVisibleProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- AgendaLayout - Class in com.flexganttfx.model.layout
-
The agenda layout class is used to lay out activities in a style similar to a
regular calendar where a vertical scale will display hours.
- AgendaLayout() - Constructor for class com.flexganttfx.model.layout.AgendaLayout
-
Constructs a new agenda layout instance.
- AgendaLayout.LayoutStrategy - Enum in com.flexganttfx.model.layout
-
An enumerator for the different ways overlapping agenda entries can be
laid out.
- AgendaLineLocation(LocalTime, double, boolean) - Constructor for class impl.com.flexganttfx.skin.util.AgendaHelper.AgendaLineLocation
-
Constructs a new agenda line location.
- AgendaLinesLayer<R extends Row<?,?,?>> - Class in com.flexganttfx.view.graphics.layer
-
Draws the horizontal grid lines for a row if the row or any of its inner
lines are using the agenda layout.
- AgendaLinesLayer(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
-
- AgendaLinesLayerItemProvider - Class in com.flexganttfx.extras.properties.layer
-
- AgendaLinesLayerItemProvider() - Constructor for class com.flexganttfx.extras.properties.layer.AgendaLinesLayerItemProvider
-
- agendaLinesLineWidthProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- agendaLinesSizeProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- agendaLinesStrokeProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- agendaLinesVisibleProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- ALL - Static variable in class com.flexganttfx.core.LoggingDomain
-
- ALL - Static variable in class com.flexganttfx.view.graphics.LassoEvent
-
The parent event type of all other lasso event types.
- alphaProperty() - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
-
- animatedProperty() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
A property used to control whether the opening / closing of the three instances of
MasterDetailPane in this container will be animated or not.
- animateRowEditorProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- arrowHeadColorProperty() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
-
- arrowSizeProperty() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
-
The arrow size determines how big the arrow head will be drawn.
- attachToRow() - Method in class com.flexganttfx.model.ActivityRef
-
Attaches the activity to its row.
- autoFixTextProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
-
- autoGridEnabledProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
A property used to enable / disable the autogrid mode.
- AutoLinesManager<R extends Row<?,?,A>,A extends Activity> - Class in com.flexganttfx.view.util
-
A specialized
LinesManager
used for ensuring that activities will not
overlap each other.
- AutoLinesManager(R, GraphicsBase<R>) - Constructor for class com.flexganttfx.view.util.AutoLinesManager
-
Constructs a new automatic lines manager.
- autoMarkedTimeIntervalProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Controls whether the marked time interval property of the
Eventline
will be automatically set when the user performs
certain editing operations (e.g.
- automaticRedrawProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
A property used to determine if the graphics will be redrawn whenever the
data in any of the activity repository changes.
- autoscrollProximityProperty() - Method in class com.flexganttfx.view.graphics.ListViewGraphics
-
This property defines the distance from the viewport borders (in pixels)
where the viewport will automatically start scrolling, either
horizontally or vertically.
- calculateLocationForTime(Instant) - Method in class com.flexganttfx.model.timeline.TimelineModel
-
Returns the pixel location of the given time.
- calculateTargetLocation(double, double, double, double) - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
-
- calculateTimeForLocation(double) - Method in class com.flexganttfx.model.timeline.TimelineModel
-
Returns the time for the given location.
- Calendar<A extends CalendarActivity> - Interface in com.flexganttfx.model
-
A calendar is an extension of an activity repository with the additions of a
name and a visibility property.
- CalendarActivity - Interface in com.flexganttfx.model.calendar
-
An extension of the
Activity
interface which marks an activity as
something that is being returned / managed by a
Calendar
.
- CalendarActivityBase<T> - Class in com.flexganttfx.model.calendar
-
The base implementation of a calendar activity.
- CalendarActivityBase() - Constructor for class com.flexganttfx.model.calendar.CalendarActivityBase
-
Constructs a new calendar activity.
- CalendarActivityBase(String) - Constructor for class com.flexganttfx.model.calendar.CalendarActivityBase
-
Constructs a new calendar activity with the given name.
- CalendarActivityBase(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(ChronoUnit) - Method in class impl.com.flexganttfx.skin.timeline.ChronoUnitCellFactory
-
- call(SimpleUnit) - Method in class impl.com.flexganttfx.skin.timeline.SimpleUnitCellFactory
-
- canvasBufferProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
A canvas buffer size that is larger than zero increases the rendering performance
of the Gantt chart substantially as fewer repaints of each row's canvas are needed.
- CHART_HIGH_VALUE_CHANGE_FINISHED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
-
- CHART_HIGH_VALUE_CHANGE_ONGOING - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
-
- CHART_HIGH_VALUE_CHANGE_STARTED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
-
- CHART_LOW_VALUE_CHANGE_FINISHED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
-
- CHART_LOW_VALUE_CHANGE_ONGOING - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
-
- CHART_LOW_VALUE_CHANGE_STARTED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
-
- 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.
- ChartActivityBase() - Constructor for class com.flexganttfx.model.activity.ChartActivityBase
-
Constructs a new chart activity.
- ChartActivityBase(double) - Constructor for class com.flexganttfx.model.activity.ChartActivityBase
-
Constructs a new chart activity with the given value.
- ChartActivityBase(double, Instant) - Constructor for class com.flexganttfx.model.activity.ChartActivityBase
-
Constructs a new chart activity with the given value.
- ChartActivityBase(double, Instant, Instant) - Constructor for class com.flexganttfx.model.activity.ChartActivityBase
-
Constructs a new chart activity with the given value.
- ChartActivityRenderer<A extends ChartActivity> - Class in com.flexganttfx.view.graphics.renderer
-
- ChartActivityRenderer(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.ChartActivityRenderer
-
- ChartLayout - Class in com.flexganttfx.model.layout
-
Using the chart layout class results in activities being laid out as chart
bars.
- ChartLayout() - Constructor for class com.flexganttfx.model.layout.ChartLayout
-
Constructs a new chart layout with a range of 0 to 100.
- ChartLinesLayer<R extends Row<?,?,?>> - Class in com.flexganttfx.view.graphics.layer
-
Draws the horizontal grid lines for a row if the row or any of its inner
lines are using the chart layout (see
ChartLayout
).
- ChartLinesLayer(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.layer.ChartLinesLayer
-
- ChartLinesLayerItemProvider - Class in com.flexganttfx.extras.properties.layer
-
- ChartLinesLayerItemProvider() - Constructor for class com.flexganttfx.extras.properties.layer.ChartLinesLayerItemProvider
-
- chartValue - Variable in class com.flexganttfx.model.activity.ChartActivityBase
-
- ChronoUnitCellFactory - Class in impl.com.flexganttfx.skin.timeline
-
- ChronoUnitCellFactory() - Constructor for class impl.com.flexganttfx.skin.timeline.ChronoUnitCellFactory
-
- ChronoUnitDatelineCell - Class in impl.com.flexganttfx.skin.timeline
-
- ChronoUnitDatelineCell() - Constructor for class impl.com.flexganttfx.skin.timeline.ChronoUnitDatelineCell
-
- ChronoUnitDatelineModel - Class in com.flexganttfx.model.dateline
-
The chrono unit dateline model is a specialization of the dateline model that works
in combination with the
ChronoUnit
.
- ChronoUnitDatelineModel() - Constructor for class com.flexganttfx.model.dateline.ChronoUnitDatelineModel
-
Constructs a new dateline model with a long list of predefined
resolutions of type
ChronoUnitResolution
.
- ChronoUnitGrid - Class in com.flexganttfx.model.dateline
-
- ChronoUnitGrid(String, String, ChronoUnit, int) - Constructor for class com.flexganttfx.model.dateline.ChronoUnitGrid
-
Constructs a new grid.
- ChronoUnitGrid(String, ChronoUnit, int) - Constructor for class com.flexganttfx.model.dateline.ChronoUnitGrid
-
Constructs a new grid.
- ChronoUnitResolution - Class in com.flexganttfx.model.dateline
-
- ChronoUnitResolution(ChronoUnit, String, int, Resolution.Position...) - Constructor for class com.flexganttfx.model.dateline.ChronoUnitResolution
-
Constructs a new resolution for the given unit, format, step rate, and positions.
- ChronoUnitResolution(ChronoUnit, String, int) - Constructor for class com.flexganttfx.model.dateline.ChronoUnitResolution
-
Constructs a new resolution for the given unit, format, step rate, and positions.
- ChronoUnitTimelineModel - Class in com.flexganttfx.model.timeline
-
A specialized timeline model for the
ChronoUnit
temporal unit.
- ChronoUnitTimelineModel() - Constructor for class com.flexganttfx.model.timeline.ChronoUnitTimelineModel
-
Constructs a new model with the lowest unit set to minutes and the
highest unit set to years.
- ChronoUnitUtils - Class in com.flexganttfx.model.util
-
A utility class providing methods used in combination with
ChronoUnit
.
- ChronoUnitUtils() - Constructor for class com.flexganttfx.model.util.ChronoUnitUtils
-
- clear() - Method in class com.flexganttfx.model.util.IntervalTree
-
Removes all activities from the tree.
- clearActivities() - Method in class com.flexganttfx.model.repository.IntervalTreeActivityRepository
-
- clearActivities(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
-
Removes all activities from all layers from the repository.
- clearActivities(Layer) - Method in interface com.flexganttfx.model.repository.MutableActivityRepository
-
Removes the activities on the given layer from the repository.
- clearActivities() - Method in class com.flexganttfx.model.Row
-
Removes all activities from the row.
- clearActivities(Layer) - Method in class com.flexganttfx.model.Row
-
Removes all activities on the given layer from the row.
- clearResolutions() - Method in class com.flexganttfx.model.dateline.DatelineModel
-
Removes all resolutions from the model.
- clearResolutions(T) - Method in class com.flexganttfx.model.dateline.DatelineModel
-
Removes all resolutions for the given temporal unit.
- Cluster<A extends Activity> - Class in impl.com.flexganttfx.skin.util
-
A cluster is a group of activities placed on multiple columns.
- Cluster() - Constructor for class impl.com.flexganttfx.skin.util.Cluster
-
- collapseRows() - Method in class com.flexganttfx.view.GanttChart
-
Collapses all rows inside the Gantt chart.
- collapseRowsByOneLevel() - Method in class com.flexganttfx.view.GanttChart
-
Collapses the hightest level of rows inside the Gantt chart that is
currently being used.
- Column<A extends Activity> - Class in impl.com.flexganttfx.skin.util
-
- Column() - Constructor for class impl.com.flexganttfx.skin.util.Column
-
- 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.extras.properties - package com.flexganttfx.extras.properties
-
Contains the item factory and item providers for use with the property sheet view of
ControlsFX.
- com.flexganttfx.extras.properties.layer - package com.flexganttfx.extras.properties.layer
-
Contains item providers for use with the property sheet view of
ControlsFX.
- com.flexganttfx.extras.properties.renderer - package com.flexganttfx.extras.properties.renderer
-
Contains item providers for use with the property sheet view of
ControlsFX.
- com.flexganttfx.extras.properties.timeline - package com.flexganttfx.extras.properties.timeline
-
- com.flexganttfx.extras.properties.view - package com.flexganttfx.extras.properties.view
-
Contains views for displaying the various properties used by the framework
inside the property sheet view of ControlsFX.
- com.flexganttfx.extras.util - package com.flexganttfx.extras.util
-
Utility classes for the utility controls (e.g.
- com.flexganttfx.licensing.util - package com.flexganttfx.licensing.util
-
- com.flexganttfx.model - package com.flexganttfx.model
-
Top-level model classes required for creating a Gantt chart.
- com.flexganttfx.model.activity - package com.flexganttfx.model.activity
-
Classes and interfaces related to activities.
- com.flexganttfx.model.calendar - package com.flexganttfx.model.calendar
-
Classes and interfaces related to calendars.
- com.flexganttfx.model.dateline - package com.flexganttfx.model.dateline
-
Classes used to support the dateline (child control of timeline).
- com.flexganttfx.model.exception - package com.flexganttfx.model.exception
-
Specialized exception classes.
- com.flexganttfx.model.layout - package com.flexganttfx.model.layout
-
Different layout and line manager implementations used to control the layout of activities.
- com.flexganttfx.model.repository - package com.flexganttfx.model.repository
-
Classes related to activity repositories.
- com.flexganttfx.model.timeline - package com.flexganttfx.model.timeline
-
Timeline model class and the two specializations for the temporal
units ChronoUnit and SimpleUnit.
- com.flexganttfx.model.util - package com.flexganttfx.model.util
-
Various utility classes for comparing, sorting, and storing activities.
- com.flexganttfx.view - package com.flexganttfx.view
-
The main Gantt chart controls.
- com.flexganttfx.view.container - package com.flexganttfx.view.container
-
Containers for the synchronized display of two or more Gantt charts.
- com.flexganttfx.view.graphics - package com.flexganttfx.view.graphics
-
The various graphics controls that are used for rendering the Gantt chart.
- com.flexganttfx.view.graphics.layer - package com.flexganttfx.view.graphics.layer
-
System layers are used to draw various pieces of information into the background of a row
(time now, grid lines, marked time interval, chart and agenda lines, etc...).
- com.flexganttfx.view.graphics.renderer - package com.flexganttfx.view.graphics.renderer
-
Renderer classes for visualizing activities, calendar entries, and for adding custom background
visuals based on row type.
- com.flexganttfx.view.timeline - package com.flexganttfx.view.timeline
-
The timeline control, which consists of the dateline and the eventline child
controls.
- com.flexganttfx.view.util - package com.flexganttfx.view.util
-
Various utility classes.
- compare(Activity, Activity) - Method in class com.flexganttfx.model.util.ActivityComparator
-
- CompletableActivity - Interface in com.flexganttfx.model.activity
-
An add-on interface for any
Activity
that wants to visualize a
percentage complete value.
- CompletableActivityBase<T> - Class in com.flexganttfx.model.activity
-
The base implementation of a completable activity, which stores a
"percentage complete" value between 0 and 100%.
- CompletableActivityBase() - Constructor for class com.flexganttfx.model.activity.CompletableActivityBase
-
Constructs a new activity.
- CompletableActivityBase(String) - Constructor for class com.flexganttfx.model.activity.CompletableActivityBase
-
Constructs a new activity with the given name.
- CompletableActivityBase(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
-
- CompletableActivityRendererItemProvider - Class in com.flexganttfx.extras.properties.renderer
-
- CompletableActivityRendererItemProvider() - Constructor for class com.flexganttfx.extras.properties.renderer.CompletableActivityRendererItemProvider
-
- computeMaxHeight(double) - Method in class impl.com.flexganttfx.skin.treetable.GanttChartTreeTableRow
-
- computeMinHeight(double) - Method in class impl.com.flexganttfx.skin.treetable.GanttChartTreeTableRow
-
- computePrefHeight(double) - Method in class com.flexganttfx.view.timeline.DatelineCell
-
- computePrefHeight(double) - Method in class impl.com.flexganttfx.skin.treetable.GanttChartTreeTableRow
-
- computePrefWidth(double) - Method in class com.flexganttfx.view.timeline.DatelineCell
-
- CONFIG - Static variable in class com.flexganttfx.core.LoggingDomain
-
- configureDetailNode() - Method in class impl.com.flexganttfx.skin.GanttChartBaseSkin
-
- ContainerBase<T extends GanttChartBase<?>> - Class in com.flexganttfx.view.container
-
A common base class for containers that wrap two or more Gantt charts.
- ContainerBase(boolean, T...) - Constructor for class com.flexganttfx.view.container.ContainerBase
-
Constructs a new container with the given Gantt chart controls.
- ContainerBase(T...) - Constructor for class com.flexganttfx.view.container.ContainerBase
-
Constructs a new container with the given Gantt chart controls.
- ContainerBase(boolean) - Constructor for class com.flexganttfx.view.container.ContainerBase
-
Constructs a new empty container.
- ContainerBase() - Constructor for class com.flexganttfx.view.container.ContainerBase
-
Constructs a new container.
- ContainerSkinBase<T extends ContainerBase> - Class in impl.com.flexganttfx.skin.container
-
Created by dirk on 11/07/16.
- ContainerSkinBase(T) - Constructor for class impl.com.flexganttfx.skin.container.ContainerSkinBase
-
Constructor for all SkinBase instances.
- contextMenuCallbackProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
A property used to store a callback which is used for creating a context
menu.
- ContextMenuParameter(GraphicsBase<R>, R, List<ActivityRef<?>>, Layout, Instant, LocalTime) - Constructor for class com.flexganttfx.view.graphics.GraphicsBase.ContextMenuParameter
-
Constructs a new context menu parameter object.
- cornerRadiusProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- cornersRoundedProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- createDefaultSkin() - Method in class com.flexganttfx.extras.LayersView
-
- createDefaultSkin() - Method in class com.flexganttfx.extras.RadarView
-
- createDefaultSkin() - Method in class com.flexganttfx.extras.VirtualGridControl
-
- createDefaultSkin() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
-
- createDefaultSkin() - Method in class com.flexganttfx.view.container.MultiGanttChartContainerBase
-
- createDefaultSkin() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- createDefaultSkin() - Method in class com.flexganttfx.view.GanttChart
-
- createDefaultSkin() - Method in class com.flexganttfx.view.GanttChartLite
-
- createDefaultSkin() - Method in class com.flexganttfx.view.graphics.ListViewGraphics
-
- createDefaultSkin() - Method in class com.flexganttfx.view.graphics.SingleRowGraphics
-
- createDefaultSkin() - Method in class com.flexganttfx.view.graphics.SplitPaneGraphics
-
- createDefaultSkin() - Method in class com.flexganttfx.view.graphics.VBoxGraphics
-
- createDefaultSkin() - Method in class com.flexganttfx.view.timeline.Dateline
-
- createDefaultSkin() - Method in class com.flexganttfx.view.timeline.Eventline
-
- createDefaultSkin() - Method in class com.flexganttfx.view.timeline.Timeline
-
- createDragCanvas() - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- createGraphics() - Method in class com.flexganttfx.view.GanttChartBase
-
Creates the graphics view used by the Gantt chart.
- createGrid() - Method in class com.flexganttfx.model.dateline.ChronoUnitResolution
-
- createGrid() - Method in class com.flexganttfx.model.dateline.Resolution
-
Creates a virtual grid for editing operations based on the settings of this
resolution.
- createGrid() - Method in class com.flexganttfx.model.dateline.SimpleUnitResolution
-
- CreateKeyPair - Class in com.flexganttfx.licensing.util
-
Creates key pair in the specified file.
- CreateKeyPair() - Constructor for class com.flexganttfx.licensing.util.CreateKeyPair
-
- createLassoInfo(MouseEvent) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- createLinksCanvas() - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- createListView() - Method in class com.flexganttfx.view.graphics.ListViewGraphics
-
Creates the list view instance to be used by this graphics view.
- createRowHeaderColumn() - Method in class com.flexganttfx.view.GanttChart
-
Creates the row header column used by the Gantt chart.
- createRowPaneRegion() - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- createRowPaneRegion() - Method in class impl.com.flexganttfx.skin.graphics.ListViewGraphicsSkin
-
- createRowPaneRegion() - Method in class impl.com.flexganttfx.skin.graphics.SingleRowGraphicsSkin
-
- createRowPaneRegion() - Method in class impl.com.flexganttfx.skin.graphics.SplitPaneGraphicsSkin
-
- createRowPaneRegion() - Method in class impl.com.flexganttfx.skin.graphics.VBoxGraphicsSkin
-
- createSplitPane() - Method in class com.flexganttfx.view.graphics.SplitPaneGraphics
-
Creates the SplitPane
used by this view.
- createTimeline() - Method in class com.flexganttfx.view.GanttChartBase
-
Creates the timeline component used by the Gantt chart.
- createTreeTable() - Method in class com.flexganttfx.view.GanttChart
-
Creates the tree table view instance.
- createVBox() - Method in class com.flexganttfx.view.graphics.VBoxGraphics
-
Creates the VBox
used by this view.
- cursorLocationProperty() - Method in class com.flexganttfx.view.timeline.Eventline
-
- cursorTimeProperty() - Method in class com.flexganttfx.view.timeline.Eventline
-
- CurvedLinkRenderer<T extends ActivityLink<?>> - Class in com.flexganttfx.view.graphics.renderer
-
A link renderer used to draw curved link lines between activities of type
ActivityLink
.
- CurvedLinkRenderer(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.CurvedLinkRenderer
-
Constructs a new link renderer.
- GANTT_TREE_TABLE_VIEW_FIRST - Static variable in class impl.com.flexganttfx.skin.container.ContainerSkinBase
-
- GANTT_TREE_TABLE_VIEW_LAST - Static variable in class impl.com.flexganttfx.skin.container.ContainerSkinBase
-
- GANTT_TREE_TABLE_VIEW_MIDDLE - Static variable in class impl.com.flexganttfx.skin.container.ContainerSkinBase
-
- GanttChart<R extends Row<?,?,?>> - Class in com.flexganttfx.view
-
A control used to visualize any kind of scheduling data along a
timeline.
- GanttChart() - Constructor for class com.flexganttfx.view.GanttChart
-
Constructs a new Gantt chart control.
- GanttChart(R) - Constructor for class com.flexganttfx.view.GanttChart
-
Constructs a new Gantt Chart control.
- GanttChart.DisplayMode - Enum in com.flexganttfx.view
-
An enum used for specifying how to layout the Gantt chart.
- GanttChart.RowHeaderType - Enum in com.flexganttfx.view
-
An enum used to control the visuals of the cells in the row header
column.
- GanttChartBase<R extends Row<?,?,?>> - Class in com.flexganttfx.view
-
Abstract base class for all Gantt chart controls.
- GanttChartBase() - Constructor for class com.flexganttfx.view.GanttChartBase
-
Constructs a new Gantt Chart control.
- GanttChartBaseItemProvider<R extends Row<?,?,?>> - Class in com.flexganttfx.extras.properties
-
- GanttChartBaseItemProvider() - Constructor for class com.flexganttfx.extras.properties.GanttChartBaseItemProvider
-
- GanttChartBaseSkin<R extends Row<?,?,?>,C extends GanttChartBase<R>> - Class in impl.com.flexganttfx.skin
-
- GanttChartBaseSkin(C) - Constructor for class impl.com.flexganttfx.skin.GanttChartBaseSkin
-
- GanttChartConfigurationView - Class in com.flexganttfx.extras.properties.view
-
A tab pane containing four tabs with property sheets for controls, renderers,
background, and foreground layers.
- GanttChartConfigurationView() - Constructor for class com.flexganttfx.extras.properties.view.GanttChartConfigurationView
-
Constructs a new view.
- GanttChartConfigurationView(GanttChartBase<?>) - Constructor for class com.flexganttfx.extras.properties.view.GanttChartConfigurationView
-
Constructs a new view for the given gantt chart.
- GanttChartItemProvider<R extends Row<?,?,?>> - Class in com.flexganttfx.extras.properties
-
- GanttChartItemProvider() - Constructor for class com.flexganttfx.extras.properties.GanttChartItemProvider
-
- GanttChartLite<R extends Row<?,?,?>> - Class in com.flexganttfx.view
-
A control used to visualize any kind of scheduling data along a
timeline.
- GanttChartLite() - Constructor for class com.flexganttfx.view.GanttChartLite
-
Constructs a new Gantt Chart control.
- GanttChartLiteSkin<R extends Row<?,?,?>> - Class in impl.com.flexganttfx.skin
-
- GanttChartLiteSkin(GanttChartLite<R>) - Constructor for class impl.com.flexganttfx.skin.GanttChartLiteSkin
-
- ganttChartProperty() - Method in class com.flexganttfx.extras.GanttChartStatusBar
-
A property used to store the reference to the Gantt chart that will be
watched by this statusbar.
- ganttChartProperty() - Method in class com.flexganttfx.extras.GanttChartToolBar
-
A property used to store the reference to the Gantt chart that will be
watched by this status bar.
- ganttChartProperty() - Method in class com.flexganttfx.extras.properties.view.GanttChartConfigurationView
-
Returns the property that stores the Gantt chart for which the view is being used.
- GanttChartPropertySheet<R extends Row<?,?,?>> - Class in com.flexganttfx.extras.properties.view
-
A property sheet implementation for use with the property sheet view of
ControlsFX.
- GanttChartPropertySheet() - Constructor for class com.flexganttfx.extras.properties.view.GanttChartPropertySheet
-
Constructs a new sheet.
- GanttChartPropertySheet(Object) - Constructor for class com.flexganttfx.extras.properties.view.GanttChartPropertySheet
-
Constructs a new sheet for the given target object.
- GanttChartSkin<R extends Row<?,?,?>> - Class in impl.com.flexganttfx.skin
-
- GanttChartSkin(GanttChart<R>) - Constructor for class impl.com.flexganttfx.skin.GanttChartSkin
-
- GanttChartStatusBar<R extends Row<?,?,?>> - Class in com.flexganttfx.extras
-
A statusbar implementation that can be used in combination with the Gantt
chart control.
- GanttChartStatusBar() - Constructor for class com.flexganttfx.extras.GanttChartStatusBar
-
Constructs a new statusbar control.
- GanttChartStatusBar(GanttChartBase<R>) - Constructor for class com.flexganttfx.extras.GanttChartStatusBar
-
Constructs a new statusbar control.
- GanttChartToolBar<R extends Row<?,?,?>> - Class in com.flexganttfx.extras
-
A toolbar implementation that can be used in combination with the Gantt chart
control.
- GanttChartToolBar() - Constructor for class com.flexganttfx.extras.GanttChartToolBar
-
Constructs a new toolbar control.
- GanttChartToolBar(GanttChartBase<R>) - Constructor for class com.flexganttfx.extras.GanttChartToolBar
-
Constructs a new toolbar control.
- GanttChartTreeItem<R extends Row<?,?,?>> - Class in impl.com.flexganttfx.skin.treetable
-
A specialization of tree item for use with the
GanttChart
tree table
view.
- GanttChartTreeItem(R, Node) - Constructor for class impl.com.flexganttfx.skin.treetable.GanttChartTreeItem
-
Constructs a new tree item.
- GanttChartTreeItem(R) - Constructor for class impl.com.flexganttfx.skin.treetable.GanttChartTreeItem
-
Constructs a new tree item.
- GanttChartTreeItem() - Constructor for class impl.com.flexganttfx.skin.treetable.GanttChartTreeItem
-
Constructs a new tree item.
- GanttChartTreeTableRow<R extends Row<?,?,?>> - Class in impl.com.flexganttfx.skin.treetable
-
- GanttChartTreeTableRow() - Constructor for class impl.com.flexganttfx.skin.treetable.GanttChartTreeTableRow
-
- GanttLayout - Class in com.flexganttfx.model.layout
-
The standard layout used by all rows and lines.
- GanttLayout() - Constructor for class com.flexganttfx.model.layout.GanttLayout
-
Constructs a new layout.
- gapProperty() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
-
The gap determines how far the line is drawn away from the bounds of the
source or target timeline object.
- getActivities(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
-
Returns the activities found inside the lasso.
- getActivities() - Method in class impl.com.flexganttfx.skin.util.Cluster
-
Returns all activities within the cluster.
- getActivities() - Method in class impl.com.flexganttfx.skin.util.Column
-
Returns all activities within the column.
- getActivity() - Method in class com.flexganttfx.model.ActivityRef
-
Returns the activity itself.
- getActivity() - Method in class com.flexganttfx.view.graphics.ActivityBounds
-
- getActivity() - Method in exception impl.com.flexganttfx.skin.graphics.MissingActivityBoundsException
-
- getActivity() - Method in class impl.com.flexganttfx.skin.util.Placement
-
Returns the activity.
- getActivityBounds() - Method in class com.flexganttfx.view.graphics.GraphicsBase.DragAndDropInfo
-
Returns the dragged / dropped activity (bounds).
- getActivityBounds() - Method in class com.flexganttfx.view.graphics.GraphicsBase.EditModeCallbackParameter
-
The activity / bounds for which to determine the edit mode.
- getActivityBounds(ActivityRef<?>) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- getActivityBounds(double, double) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
-
- getActivityBounds(ActivityRef<?>) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
-
- getActivityBounds(double, double, double, double) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
-
- getActivityBoundsAt(double, double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Finds the activity bounds at the given location.
- getActivityBoundsAt(double, double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- getActivityEditingCallback(Class<A>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getActivityFilter() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getActivityRef() - Method in class com.flexganttfx.model.repository.RepositoryEvent
-
Returns the affected activity (ref).
- getActivityRef() - Method in class com.flexganttfx.view.graphics.ActivityBounds
-
- getActivityRef() - Method in class com.flexganttfx.view.graphics.ActivityEvent
-
- getActivityRef() - Method in class com.flexganttfx.view.graphics.GraphicsBase.DragAndDropInfo
-
Returns the activity being dragged.
- getActivityRef() - Method in class com.flexganttfx.view.graphics.GraphicsBase.EditingCallbackParameter
-
- getActivityRefAt(double, double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Finds the activity reference at the given location.
- getActivityRefAt(double, double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- getActivityRenderer(Class<? extends A>, Class<? extends Layout>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getAffectedTimeInterval() - Method in class com.flexganttfx.view.graphics.ActivityEvent
-
Returns the entire affected time interval of the change.
- getAgendaLinesLineWidth() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- getAgendaLinesSize() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- getAgendaLinesStroke() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- getAllActivities() - Method in class com.flexganttfx.model.repository.IntervalTreeActivityRepository
-
Returns all activities for all layers.
- getAllActivities() - Method in class com.flexganttfx.model.repository.ListActivityRepository
-
Returns all activities on all layers.
- getAllActivityBounds() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
-
- getAllActivityBounds(double, double) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
-
- getAllActivityBoundsAt(double, double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Returns the bounds of all activities found at the given location.
- getAllActivityBoundsAt(double, double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- getAllActivityRefsAt(double, double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Returns the references to all activities found at the given location.
- getAllActivityRefsAt(double, double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- getAllActivityRenderers() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Returns a list of all currently registered activity renderers.
- getAllCalendarActivitiesAt(double, double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Finds all calendar activities at the given location.
- getAllCalendarActivitiesAt(double, double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- getAlpha() - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
-
- getAmount() - Method in class com.flexganttfx.model.dateline.VirtualGrid
-
The number of units used for the grid.
- getArrowHeadColor() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
-
- getArrowSize() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
-
- getAutoscrollProximity() - Method in class com.flexganttfx.view.graphics.ListViewGraphics
-
- getAvailableZoneIds() - Method in class com.flexganttfx.model.dateline.DatelineModel
-
Returns all
ZoneId
instances that are available for the user to
switch to.
- getBack() - Method in class impl.com.flexganttfx.skin.graphics.FlipPane
-
- getBackgroundSystemLayer(Class<SL>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getBackgroundSystemLayers() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getBarHeight() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
-
- getCalendarActivityRenderer(Class<? extends A>) - Method in class com.flexganttfx.view.graphics.layer.CalendarLayer
-
- getCalendars() - Method in class com.flexganttfx.model.Row
-
Returns a list of calendars attached to this row.
- getCalendars() - Method in class com.flexganttfx.view.GanttChartBase
-
Convenience method to return the list of calendars registered on the
graphics view.
- getCalendars() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Returns the list of calendars that are registered with the graphics view.
- getCalendars() - Method in class com.flexganttfx.view.timeline.Dateline
-
An observable list of calendars associated with the dateline.
- getCanvas() - Method in class impl.com.flexganttfx.skin.graphics.RowPane
-
- getCanvasBuffer() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getCellFactory(Class<? extends TemporalUnit>) - Method in class com.flexganttfx.view.timeline.Dateline
-
Returns the cell factory used for the given temporal unit type (e.g.
- getChartValue() - Method in interface com.flexganttfx.model.activity.ChartActivity
-
Returns the chart value of the activity.
- getChartValue() - Method in class com.flexganttfx.model.activity.ChartActivityBase
-
- getChildren() - Method in class com.flexganttfx.model.Row
-
Returns the list of children of this row.
- getClassCssMetaData() - Static method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getClippedContent() - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- getColumnCount() - Method in class impl.com.flexganttfx.skin.util.Cluster
-
Returns the number of columns that are needed by the cluster in order to
display all activities without any overlaps.
- getColumnCount() - Method in class impl.com.flexganttfx.skin.util.Placement
-
Returns the total number of columns used for the cluster where the
activity is being shown.
- getColumnIndex() - Method in class impl.com.flexganttfx.skin.util.Placement
-
Returns the index of the column where the activity will be shown within
its cluster.
- getColumns() - Method in class impl.com.flexganttfx.skin.util.Cluster
-
Returns the list of columns.
- getContextMenuCallback() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getControlCssMetaData() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getControlsNode() - Method in class impl.com.flexganttfx.skin.graphics.RowPane
-
- getCornerRadius() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- getCursorLocation() - Method in class com.flexganttfx.view.timeline.Eventline
-
- getCursorTime() - Method in class com.flexganttfx.view.timeline.Eventline
-
- getCurve() - Method in class com.flexganttfx.view.graphics.renderer.CurvedLinkRenderer
-
Returns the radius of the curve.
- getCurve() - Method in class impl.com.flexganttfx.skin.graphics.PathBuilder
-
Returns the radius of the curve.
- getDateline() - Method in class com.flexganttfx.view.timeline.DatelineCell
-
- getDateline() - Method in class com.flexganttfx.view.timeline.Timeline
-
Returns the dateline contained within the timeline.
- getDatelineBuffer() - Method in class com.flexganttfx.view.timeline.Dateline
-
- getDateTimeFormatter() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- getDateTimeFormatter() - Method in class com.flexganttfx.view.timeline.Eventline
-
- 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
-
- getDetail() - Method in class com.flexganttfx.view.GanttChartBase
-
- getDisplayMode() - Method in class com.flexganttfx.view.GanttChart
-
- getDividerLineStroke() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- getDragAndDropFeedback() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getDragAndDropInfo() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getDragCanvas() - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- getDragEvent() - Method in class com.flexganttfx.view.graphics.GraphicsBase.DragAndDropInfo
-
Returns the drag event that triggered the callback.
- getDragImageProvider() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getDropInterval() - Method in class com.flexganttfx.view.graphics.GraphicsBase.DragAndDropInfo
-
Returns the time interval where the drop would take place.
- getDropLayerProvider() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getDuration() - Method in class com.flexganttfx.model.activity.MutableActivityBase
-
Convenience method to determine the duration between the start and the
end time of the activity.
- getDuration() - Method in class com.flexganttfx.model.activity.MutableChartActivityBase
-
Convenience method to determine the duration between the start and the
end time of the activity.
- getDuration() - Method in class com.flexganttfx.model.activity.MutableCompletableActivityBase
-
Convenience method to determine the duration between the start and the
end time of the activity.
- getDuration() - Method in class com.flexganttfx.model.activity.MutableHighLowChartActivityBase
-
Convenience method to determine the duration between the start and the
end time of the activity.
- getDuration() - Method in enum com.flexganttfx.model.util.SimpleUnit
-
- getDuration() - Method in class com.flexganttfx.model.util.TimeInterval
-
Returns the duration of the interval.
- getEarliestTimeUsed() - Method in interface com.flexganttfx.model.ActivityRepository
-
Returns the earliest time used by the activities stored in this
repository / on this row.
- getEarliestTimeUsed() - Method in class com.flexganttfx.model.repository.ActivityRepositoryBase
-
- getEarliestTimeUsed() - Method in class com.flexganttfx.model.repository.IntervalTreeActivityRepository
-
- getEarliestTimeUsed() - Method in class com.flexganttfx.model.repository.ListActivityRepository
-
- getEarliestTimeUsed() - Method in class com.flexganttfx.model.Row
-
Returns the earliest time used by the row.
- getEarliestTimeUsed() - Method in class com.flexganttfx.model.util.IntervalTree
-
Returns the earliest time used by all activities currently stored inside
the tree.
- getEarliestTimeUsed() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Calculates and returns the earliest time used by all rows in the model.
- getEditedActivity() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getEditMode() - Method in class com.flexganttfx.view.graphics.GraphicsBase.EditingCallbackParameter
-
- getEditMode() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getEditMode() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvasBehaviour.DragInfo
-
- getEditModeCallback(Class<? extends MutableActivity>, Class<? extends Layout>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getEndTime() - Method in class com.flexganttfx.model.activity.ActivityBase
-
- getEndTime() - Method in interface com.flexganttfx.model.Activity
-
The end time of the activity.
- getEndTime() - Method in class com.flexganttfx.model.ActivityLink
-
- getEndTime() - Method in class com.flexganttfx.model.layout.AgendaLayout
-
- getEndTime() - Method in class com.flexganttfx.model.util.TimeInterval
-
Returns the end time of the interval.
- getEndTime() - Method in class com.flexganttfx.view.graphics.LassoEvent.LassoInfo
-
Returns the end time of the lasso / the end.
- getEndTime() - Method in class com.flexganttfx.view.timeline.DatelineCell
-
- getEventline() - Method in class com.flexganttfx.view.timeline.Timeline
-
Returns the eventline contained within the timeline.
- getFadeInOutOpacity() - Method in class com.flexganttfx.model.Layer
-
- getFadeInOutVisibilityChangesDuration() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getFill(boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
-
- getFill() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
-
- getFillCompletion(boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
-
- getFillCompletion() - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
-
- getFillCompletionHighlight() - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
-
- getFillCompletionHover() - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
-
- getFillCompletionPressed() - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
-
- getFillCompletionSelected() - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
-
- getFillHighlight() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
-
- getFillHover() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
-
- getFillPressed() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
-
- getFillSelected() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
-
- getFirstDayOfWeek() - Method in class com.flexganttfx.view.timeline.Dateline
-
- getFixedCellSize() - Method in class com.flexganttfx.view.GanttChartBase
-
- getFixedCellSize() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getFont() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
-
- getForegroundSystemLayer(Class<SL>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getForegroundSystemLayers() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getFormat() - Method in class com.flexganttfx.model.dateline.Resolution
-
Returns the format in which the resolution will be displayed.
- getFront() - Method in class impl.com.flexganttfx.skin.graphics.FlipPane
-
- getFrozenRow() - Method in class com.flexganttfx.view.timeline.Eventline
-
- getGanttChart() - Method in class com.flexganttfx.extras.GanttChartStatusBar
-
- getGanttChart() - Method in class com.flexganttfx.extras.GanttChartToolBar
-
- getGanttChart() - Method in class com.flexganttfx.extras.properties.view.GanttChartConfigurationView
-
Returns the Gantt chart.
- getGanttChart() - Method in class com.flexganttfx.view.util.RowHeaderColumn
-
Returns the Gantt chart for which the header is used.
- getGanttCharts() - Method in class com.flexganttfx.view.container.ContainerBase
-
Returns the list of Gantt charts that are being managed by the container.
- getGap() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
-
The gap determines how far the line is drawn away from the bounds of the
source or target timeline object.
- getGap() - Method in class impl.com.flexganttfx.skin.graphics.PathBuilder
-
The gap determines how far the line is drawn away from the bounds of the
source or target timeline object.
- getGraphics() - Method in class com.flexganttfx.extras.LayersView
-
- getGraphics() - Method in class com.flexganttfx.extras.RadarView
-
- getGraphics() - Method in class com.flexganttfx.view.GanttChartBase
-
Returns the graphics view shown on the right-hand side of the Gantt
chart.
- getGraphics() - Method in class com.flexganttfx.view.graphics.GraphicsBase.ContextMenuParameter
-
Returns the graphics view where the context menu has been requested.
- getGraphics() - Method in class com.flexganttfx.view.graphics.GraphicsBase.RowControlsParameter
-
- getGraphics() - Method in class com.flexganttfx.view.graphics.GraphicsBase.RowEditorParameter
-
- getGraphics() - Method in class com.flexganttfx.view.graphics.GraphicsBase.RowHeader
-
- getGraphics() - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
-
- getGraphics() - Method in class com.flexganttfx.view.timeline.Eventline
-
- getGraphics() - Method in class com.flexganttfx.view.util.AutoLinesManager
-
Returns the graphics view where the manager will be used.
- getGraphics() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
-
- getGraphics() - Method in class impl.com.flexganttfx.skin.graphics.RowPane
-
- getGraphicsHeader() - Method in class com.flexganttfx.view.GanttChartBase
-
- getGraphicsMasterDetailPane() - Method in class com.flexganttfx.view.GanttChartBase
-
Returns the
MasterDetailPane
instance that is used to display the
ListViewGraphics
in the master section and the detail node in the
detail section.
- getGridLineColor1() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getGridLineColor2() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getGridLineColor3() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getGrids() - Method in class com.flexganttfx.extras.VirtualGridControl
-
Returns the list of possible virtual grid values.
- getHeight() - Method in class com.flexganttfx.model.Row
-
- getHiddenSidesPane() - Method in class impl.com.flexganttfx.skin.GanttChartBaseSkin
-
- getHigh() - Method in interface com.flexganttfx.model.activity.HighLowChartActivity
-
Returns the high value of the activity.
- getHigh() - Method in class com.flexganttfx.model.activity.HighLowChartActivityBase
-
- getHighlightDelay() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getHighlightedActivities() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Returns a set that is used to store the currently highighted activities.
- getHighlightedRows() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Returns a set that is used to store the currently highlighted rows.
- getHorizonEndTime() - Method in class com.flexganttfx.model.timeline.TimelineModel
-
- getHorizonStartTime() - Method in class com.flexganttfx.model.timeline.TimelineModel
-
- getHoverActivity() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getHoverLayout() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getHoverRow() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getHoverTimeInterval() - Method in class com.flexganttfx.view.timeline.Dateline
-
- getHoverTimeIntervalFill() - Method in class com.flexganttfx.view.graphics.layer.HoverTimeIntervalLayer
-
- getId() - Method in class com.flexganttfx.model.activity.ActivityBase
-
- getId() - Method in interface com.flexganttfx.model.Activity
-
The unique id of the activity.
- getId() - Method in class com.flexganttfx.model.ActivityLink
-
- getId() - Method in class com.flexganttfx.model.Layer
-
- getInfo() - Method in class com.flexganttfx.view.graphics.LassoEvent
-
Returns the detailed information about the lasso operation (selected
rows, selected time interval, etc...).
- getInnerLinesColor() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getInstance() - Static method in class com.flexganttfx.model.util.ActivityComparator
-
Returns the singleton instance of the comparator.
- getIntersectingObjects(TimeInterval) - Method in class com.flexganttfx.model.util.IntervalTree
-
Returns all activities found within the given time interval.
- getIntersectingObjects(long, long) - Method in class com.flexganttfx.model.util.IntervalTree
-
Returns all activities found within the given time interval.
- getInterval() - Method in class com.flexganttfx.view.timeline.DatelineCell
-
- getItem() - Method in class com.flexganttfx.view.graphics.GraphicsBase.RowHeader
-
- getItems(Object) - Method in class com.flexganttfx.extras.properties.ItemFactory
-
Returns a list of property sheet items for the given object.
- getIteratorType() - Method in class com.flexganttfx.model.repository.ListActivityRepository
-
Returns the iterator type that is being returned by the repository.
- getLasso() - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- getLassoSelectionBehaviour() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getLatestTimeUsed() - Method in interface com.flexganttfx.model.ActivityRepository
-
Returns the latest time used by the activities stored in this repository
/ on this row.
- getLatestTimeUsed() - Method in class com.flexganttfx.model.repository.ActivityRepositoryBase
-
- getLatestTimeUsed() - Method in class com.flexganttfx.model.repository.IntervalTreeActivityRepository
-
- getLatestTimeUsed() - Method in class com.flexganttfx.model.repository.ListActivityRepository
-
- getLatestTimeUsed() - Method in class com.flexganttfx.model.Row
-
Returns the latest time used by the row.
- getLatestTimeUsed() - Method in class com.flexganttfx.model.util.IntervalTree
-
Returns the latest time used by all activities currently stored inside
the tree.
- getLatestTimeUsed() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Calculates and returns the latest time used by all rows in the model.
- getLayer() - Method in class com.flexganttfx.model.ActivityRef
-
The layer on which the activity is shown.
- getLayer() - Method in class com.flexganttfx.view.graphics.ActivityBounds
-
- getLayers() - Method in class com.flexganttfx.view.GanttChartBase
-
Convenience method to return the list of layers registered on the
graphics view.
- getLayers() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Returns the list that is used to store all layers of the model.
- getLayout() - Method in class com.flexganttfx.model.Row
-
- getLayout() - Method in class com.flexganttfx.view.graphics.ActivityBounds
-
- getLayout() - Method in class com.flexganttfx.view.graphics.GraphicsBase.ContextMenuParameter
-
Returns the layout found at the location where the context menu has
been requested.
- getLayoutAt(double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Finds the layout that is being used at the given y-coordinate.
- getLayoutAt(double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- getLayoutAt(double) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
-
- getLayoutBoundsAt(double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- getLayoutBoundsAt(double) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
-
- getLayoutStrategy() - Method in class com.flexganttfx.model.layout.AgendaLayout
-
- getLeftHandSide() - Method in class impl.com.flexganttfx.skin.GanttChartSkin
-
- getLevelNumber() - Method in class impl.com.flexganttfx.skin.treetable.GanttChartTreeItem
-
Returns the level number string for the tree item, e.g.
- getLicense() - Static method in class com.flexganttfx.core.FlexGanttFX
-
- getLicensedVersion() - Static method in class com.flexganttfx.core.FlexGanttFX
-
Returns the version (e.g.
- getLicensee() - Static method in class com.flexganttfx.core.FlexGanttFX
-
Returns the name of the licensee.
- getLineCount() - Method in exception com.flexganttfx.model.exception.IllegalLineIndexException
-
Returns the total number of lines used for the row.
- getLineCount() - Method in class com.flexganttfx.model.Row
-
- getLineDashes() - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
-
- 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
-
Returns the line index that did not fit into the line count.
- 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
-
- getLineIndex(A) - Method in class com.flexganttfx.view.util.AutoLinesManager
-
- getLineIndex() - Method in exception impl.com.flexganttfx.skin.graphics.MissingActivityBoundsException
-
- 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.
- getLineLocations(AgendaLayout, double, double) - Static method in class impl.com.flexganttfx.skin.util.AgendaHelper
-
Returns a list of agenda line locations for the given
AgendaLayout
instance, y offset, and row / line height.
- getLinesManager() - Method in class com.flexganttfx.model.Row
-
- getLineStroke1() - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
-
- getLineStroke2() - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
-
- getLineStroke3() - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
-
- getLineWidth() - Method in class com.flexganttfx.view.graphics.layer.DSTLineLayer
-
- getLineWidth() - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
-
- getLineWidth() - Method in class com.flexganttfx.view.graphics.layer.NowLineLayer
-
- getLineWidth() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- getLineWidth1() - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
-
- getLineWidth2() - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
-
- getLineWidth3() - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
-
- getLinkRenderer(Class<AL>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Returns a renderer for the given activity link type.
- getLinks() - Method in class com.flexganttfx.view.GanttChartBase
-
Convenience method to return the list of links registered on the graphics
view.
- getLinks() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Returns the interval tree that is used to store all activity links of the model.
- getLinksCanvas() - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- getListView() - Method in class com.flexganttfx.view.graphics.ListViewGraphics
-
Returns the list view control used by this graphics view.
- getLocalEndTime() - Method in class com.flexganttfx.view.graphics.LassoEvent.LassoInfo
-
Returns the agenda end time of the lasso when the lasso is used in
combination with the
AgendaLayout
.
- getLocalStartTime() - Method in class com.flexganttfx.view.graphics.LassoEvent.LassoInfo
-
Returns the agenda start time of the lasso when the lasso is used in
combination with the
AgendaLayout
.
- getLocalTime() - Method in class com.flexganttfx.view.graphics.GraphicsBase.ContextMenuParameter
-
Returns the local time found at the location where the context menu
has been requested.
- getLocalTimeAt(double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Returns the local time at the given location.
- getLocalTimeAt(double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- getLocation(Instant) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Returns the x coordinate for the given time.
- getLocation(Instant, Canvas) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
-
Calculates the x coordinate for the given time.
- getLocation() - Method in class impl.com.flexganttfx.skin.util.AgendaHelper.AgendaLineLocation
-
Returns the y-coordinate of the line.
- getLow() - Method in interface com.flexganttfx.model.activity.HighLowChartActivity
-
Returns the low value of the activity.
- getLow() - Method in class com.flexganttfx.model.activity.HighLowChartActivityBase
-
- getLowerLeftFooter() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- getLowerLeftGanttChart() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- getLowerLeftHeader() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- getLowerMasterDetailPane() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
Returns the MasterDetailPane
instance used by the skin of this
control to arrange the lower Gantt charts.
- getLowerRightFooter() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- getLowerRightGanttChart() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- getLowerRightHeader() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- getMajorChartLinesLineWidth() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- getMajorChartLinesSize() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- getMajorChartLinesStroke() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- getMajorLineDashes() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
-
- getMajorLineDashes() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
-
- getMajorLinesLineWidth() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
-
- getMajorLinesLineWidth() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
-
- 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
-
- getMasterDetailPane() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
-
Returns the MasterDetailPane
instance used by the skin of this
control to arrange the primary and secondary Gantt charts.
- getMasterTimeline() - Method in class com.flexganttfx.view.GanttChartBase
-
- getMaxColumns() - Method in class impl.com.flexganttfx.skin.util.ResolverResult
-
The maximum number of columns for all clusters found as part of the
resolution.
- getMaxGridLevel() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getMaxHeight() - Method in class com.flexganttfx.model.Row
-
- getMaximumMillisPerPixel() - Method in class com.flexganttfx.model.timeline.TimelineModel
-
- getMaxScaleCount() - Method in class com.flexganttfx.model.dateline.DatelineModel
-
Returns the value of the maximum scale count property.
- getMaxValue() - Method in class com.flexganttfx.model.layout.ChartLayout
-
- getMillis() - Method in enum com.flexganttfx.model.util.SimpleUnit
-
Returns the number of milliseconds represented by the granularity.
- getMillisPerPixel() - Method in class com.flexganttfx.model.timeline.TimelineModel
-
- getMinDuration() - Method in class com.flexganttfx.model.layout.AgendaLayout
-
- getMinHeight() - Method in class com.flexganttfx.model.Row
-
- getMinimumMillisPerPixel() - Method in class com.flexganttfx.model.timeline.TimelineModel
-
- getMinLineSpacing() - Method in class com.flexganttfx.model.layout.AgendaLayout
-
- getMinorChartLinesLineWidth() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- getMinorChartLinesSize() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- getMinorChartLinesStroke() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- getMinorLineDashes() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
-
- getMinorLineDashes() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
-
- getMinorLinesLineWidth() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
-
- getMinorLinesLineWidth() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
-
- 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
-
- getModel() - Method in class com.flexganttfx.view.timeline.Dateline
-
- getModel() - Method in class com.flexganttfx.view.timeline.Timeline
-
- getMouseEvent() - Method in class com.flexganttfx.view.graphics.GraphicsBase.EditModeCallbackParameter
-
The event that triggered the lookup.
- getMouseEvent() - Method in class com.flexganttfx.view.graphics.LassoEvent.LassoInfo
-
Returns the mouse event that triggered the lasso event.
- getMoveDuration() - Method in class com.flexganttfx.view.timeline.Timeline
-
- getName() - Method in class com.flexganttfx.model.activity.ActivityBase
-
- getName() - Method in interface com.flexganttfx.model.Activity
-
The name of the activity, for example "Flight 3441".
- getName() - Method in class com.flexganttfx.model.ActivityLink
-
- getName() - Method in class com.flexganttfx.model.calendar.CalendarBase
-
- 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
-
- getName() - Method in class com.flexganttfx.model.Row
-
- getName() - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
-
- getNewRow() - Method in class com.flexganttfx.view.graphics.ActivityEvent
-
Returns the parent row of an activity after the user performed a change
on it (e.
- getNoGridText() - Method in class com.flexganttfx.extras.VirtualGridControl
-
- getNow() - Method in class com.flexganttfx.model.timeline.TimelineModel
-
- getNow() - Method in class com.flexganttfx.view.timeline.TimeTracker
-
Override to return the instant that will be set as "now" on the timeline
model.
- getNowLocation() - Method in class com.flexganttfx.model.timeline.TimelineModel
-
- getNumberFormat() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- getOffset() - Method in class com.flexganttfx.model.timeline.TimelineModel
-
- getOffset() - Method in class com.flexganttfx.view.graphics.GraphicsBase.DragAndDropInfo
-
Returns the mouse offset relative to the upper left corner of the
activity.
- getOffset() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
-
The offset determines the end location of the first segment of the
calculated path.
- getOffset() - Method in class com.flexganttfx.view.timeline.Timeline
-
- getOffset() - Method in class impl.com.flexganttfx.skin.graphics.PathBuilder
-
The offset determines the end location of the first segment of the
calculated path.
- getOffset() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvasBehaviour.DragInfo
-
- getOldRow() - Method in class com.flexganttfx.view.graphics.ActivityEvent
-
Returns the parent row of an activity before the user performed a change
on it (e.
- getOldTime() - Method in class com.flexganttfx.view.graphics.ActivityEvent
-
Returns the end / start time of an activity before the user performed a
change on it.
- getOldTimeInterval() - Method in class com.flexganttfx.view.graphics.ActivityEvent
-
Returns the time interval of an activity before the user performed a
change on it.
- getOldValue() - Method in class com.flexganttfx.view.graphics.ActivityEvent
-
Returns the value of an activity before the user performed a change on
it.
- getOnActivityChange() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityChangeFinished() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityChangeOngoing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityChangeStarted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityChartHighValueChangeFinished() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityChartHighValueChangeOngoing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityChartHighValueChangeStarted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityChartLowValueChangeFinished() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityChartLowValueChangeOngoing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityChartLowValueChangeStarted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityChartValueChangeFinished() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityChartValueChangeOngoing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityChartValueChangeStarted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityDeleted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityDragDone() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityDragFinished() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityDragOngoing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityDragStarted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityEndTimeChangeFinished() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityEndTimeChangeOngoing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityEndTimeChangeStarted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityHorizontalDragFinished() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityHorizontalDragOngoing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityHorizontalDragStarted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityPercentageChangeFinished() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityPercentageChangeOngoing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityPercentageChangeStarted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityStartTimeChangeFinished() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityStartTimeChangeOngoing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityStartTimeChangeStarted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityVerticalDragDone() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityVerticalDragFinished() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityVerticalDragOngoing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnActivityVerticalDragStarted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnLassoSelection() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnLassoSelectionFinished() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnLassoSelectionOngoing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOnLassoSelectionStarted() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getOpacity() - Method in class com.flexganttfx.model.Layer
-
- getOpacity() - Method in class com.flexganttfx.view.graphics.layer.SystemLayer
-
- getOverlapOffset() - Method in class com.flexganttfx.model.layout.AgendaLayout
-
- getPadding() - Method in class com.flexganttfx.model.Layout
-
- getPadding() - Method in class com.flexganttfx.view.graphics.renderer.Renderer
-
- getPaddingFill() - Method in class com.flexganttfx.view.graphics.layer.LayoutLayer
-
- 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
-
- getPlacements() - Method in class impl.com.flexganttfx.skin.util.ResolverResult
-
Returns the placement map.
- getPosition() - Method in class com.flexganttfx.view.GanttChartBase
-
- getPosition() - Method in class com.flexganttfx.view.graphics.ActivityBounds
-
- getPressedActivity() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getPrimaryFooter() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
-
- getPrimaryGanttChart() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
-
- getPrimaryHeader() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
-
- getPrimaryTemporalUnit() - Method in class com.flexganttfx.view.timeline.Dateline
-
- getPriorityCallback() - Method in class com.flexganttfx.view.graphics.VBoxGraphics
-
- getProduct() - Static method in class com.flexganttfx.core.FlexGanttFX
-
Returns the product type (e.g.
- getProperties() - Method in class com.flexganttfx.model.Row
-
Returns an observable map of properties on this row.
- getPropertySheetItems(DualGanttChartContainerBase<T>) - Method in class com.flexganttfx.extras.properties.DualGanttChartContainerBaseItemProvider
-
Returns property sheet items.
- getPropertySheetItems(GanttChartBase<R>) - Method in class com.flexganttfx.extras.properties.GanttChartBaseItemProvider
-
- getPropertySheetItems(GanttChart<R>) - Method in class com.flexganttfx.extras.properties.GanttChartItemProvider
-
- getPropertySheetItems(GraphicsBase<R>) - Method in class com.flexganttfx.extras.properties.GraphicsBaseItemProvider
-
- getPropertySheetItems(T) - Method in interface com.flexganttfx.extras.properties.ItemProvider
-
Returns a list of property sheet items for the given target object.
- getPropertySheetItems(AgendaLinesLayer) - Method in class com.flexganttfx.extras.properties.layer.AgendaLinesLayerItemProvider
-
- getPropertySheetItems(ChartLinesLayer) - Method in class com.flexganttfx.extras.properties.layer.ChartLinesLayerItemProvider
-
- getPropertySheetItems(DSTLineLayer) - Method in class com.flexganttfx.extras.properties.layer.DSTLineLayerItemProvider
-
- getPropertySheetItems(GridLinesLayer) - Method in class com.flexganttfx.extras.properties.layer.GridLinesLayerItemProvider
-
- getPropertySheetItems(HoverTimeIntervalLayer) - Method in class com.flexganttfx.extras.properties.layer.HoverTimeIntervalLayerItemProvider
-
- getPropertySheetItems(InnerLinesLayer) - Method in class com.flexganttfx.extras.properties.layer.InnerLinesLayerItemProvider
-
- getPropertySheetItems(LayoutLayer) - Method in class com.flexganttfx.extras.properties.layer.LayoutLayerItemProvider
-
- getPropertySheetItems(NowLineLayer) - Method in class com.flexganttfx.extras.properties.layer.NowLineLayerItemProvider
-
- getPropertySheetItems(SelectedTimeIntervalsLayer) - Method in class com.flexganttfx.extras.properties.layer.SelectedTimeIntervalsLayerItemProvider
-
- getPropertySheetItems(SystemLayer) - Method in class com.flexganttfx.extras.properties.layer.SystemLayerItemProvider
-
- getPropertySheetItems(ZoomTimeIntervalLayer) - Method in class com.flexganttfx.extras.properties.layer.ZoomIntervalLayerItemProvider
-
- getPropertySheetItems(QuadGanttChartContainerBase<T>) - Method in class com.flexganttfx.extras.properties.QuadGanttChartContainerBaseItemProvider
-
Returns property sheet items.
- getPropertySheetItems(ActivityBarRenderer) - Method in class com.flexganttfx.extras.properties.renderer.ActivityBarRendererItemProvider
-
- getPropertySheetItems(ActivityRenderer) - Method in class com.flexganttfx.extras.properties.renderer.ActivityRendererItemProvider
-
- getPropertySheetItems(CompletableActivityRenderer) - Method in class com.flexganttfx.extras.properties.renderer.CompletableActivityRendererItemProvider
-
- getPropertySheetItems(Renderer) - Method in class com.flexganttfx.extras.properties.renderer.RendererItemProvider
-
- getPropertySheetItems(Dateline) - Method in class com.flexganttfx.extras.properties.timeline.DatelineItemProvider
-
- getPropertySheetItems(Eventline) - Method in class com.flexganttfx.extras.properties.timeline.EventlineItemProvider
-
- getPropertySheetItems(Timeline) - Method in class com.flexganttfx.extras.properties.timeline.TimelineItemProvider
-
- 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
-
- getRadarWidth() - Method in class com.flexganttfx.extras.RadarView
-
- getRenderedBounds() - Method in class impl.com.flexganttfx.skin.graphics.DragCanvas
-
- getRenderer() - Method in exception impl.com.flexganttfx.skin.graphics.MissingActivityBoundsException
-
- getRepository() - Method in class com.flexganttfx.model.repository.RepositoryEvent
-
Returns the affected repository.
- getRepository() - Method in class com.flexganttfx.model.Row
-
- 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.
- getRightHandSide() - Method in class impl.com.flexganttfx.skin.GanttChartSkin
-
- getRoot() - Method in class com.flexganttfx.view.GanttChart
-
Returns the root row of the Gantt chart.
- getRow() - Method in class com.flexganttfx.model.ActivityRef
-
Returns the row where the activity is located.
- getRow() - Method in exception com.flexganttfx.model.exception.IllegalLineIndexException
-
Returns the row where the exception occured.
- getRow() - Method in class com.flexganttfx.model.layout.EqualLinesManager
-
Returns the row for which the manager is used.
- getRow() - Method in class com.flexganttfx.model.layout.LinesManagerBase
-
Returns the row managed by this manager.
- getRow() - Method in class com.flexganttfx.view.graphics.ActivityBounds
-
- getRow() - Method in class com.flexganttfx.view.graphics.GraphicsBase.ContextMenuParameter
-
Returns the row where the context menu has been requested.
- getRow() - Method in class com.flexganttfx.view.graphics.GraphicsBase.DragAndDropInfo
-
The row where the drop might occur.
- getRow() - Method in class com.flexganttfx.view.graphics.GraphicsBase.RowControlsParameter
-
- getRow() - Method in class com.flexganttfx.view.graphics.GraphicsBase.RowEditorParameter
-
- getRow() - Method in exception impl.com.flexganttfx.skin.graphics.MissingActivityBoundsException
-
- getRow() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
-
- getRow() - Method in class impl.com.flexganttfx.skin.graphics.RowPane
-
- getRow() - Method in class impl.com.flexganttfx.skin.treetable.GanttChartTreeItem
-
Returns the row shown by this tree item.
- getRowAt(double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Finds the row at the given y-coordinate.
- getRowAt(double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- getRowCanvas(ActivityRef<?>) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- getRowCanvasAt(double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- getRowControlsFactory() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- 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
-
- getRowEditorFactory() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getRowFilter() - Method in class com.flexganttfx.view.GanttChartBase
-
- getRowFilter() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getRowHeaderColumn() - Method in class com.flexganttfx.view.GanttChart
-
Returns the row header control used as the first column of the tree table
view.
- getRowHeaderFactory() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getRowHeaderNodeFactory() - Method in class com.flexganttfx.view.GanttChart
-
- getRowHeadersWidth() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getRowHeaderTitle() - Method in class com.flexganttfx.view.timeline.Eventline
-
- getRowHeaderType() - Method in class com.flexganttfx.view.GanttChart
-
- getRowHeaderWidth() - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- getRowPane(ActivityRef<?>) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- getRowPane() - Method in class impl.com.flexganttfx.skin.graphics.RowCell
-
- getRowPaneAt(double) - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- getRowPaneAt(double) - Method in class impl.com.flexganttfx.skin.graphics.ListViewGraphicsSkin
-
- getRowPaneAt(double) - Method in class impl.com.flexganttfx.skin.graphics.SingleRowGraphicsSkin
-
- getRowPaneAt(double) - Method in class impl.com.flexganttfx.skin.graphics.SplitPaneGraphicsSkin
-
- getRowPaneAt(double) - Method in class impl.com.flexganttfx.skin.graphics.VBoxGraphicsSkin
-
- getRowPanes() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getRowRenderer(Class<RT>) - Method in class com.flexganttfx.view.graphics.layer.RowLayer
-
- getRows() - Method in class com.flexganttfx.view.GanttChartLite
-
Returns the list that is used to store all rows of the model.
- getRows() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Returns the list that is used to store all rows of the model.
- getRows() - Method in class com.flexganttfx.view.graphics.LassoEvent.LassoInfo
-
Returns the rows with which the lasso intersects.
- getRowsEditing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getScaleCount() - Method in class com.flexganttfx.model.dateline.DatelineModel
-
- getScalePosition() - Method in class com.flexganttfx.view.timeline.DatelineCell
-
- getScaleResolutions() - Method in class com.flexganttfx.view.timeline.Dateline
-
An observable list of the currently displayed resolutions within the various
scales of the dateline.
- getScrollValue() - Method in class com.flexganttfx.view.graphics.ListViewGraphics
-
- getSecondaryFooter() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
-
- getSecondaryGanttChart() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
-
- getSecondaryHeader() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
-
- getSelectedActivities() - Method in class com.flexganttfx.view.graphics.GraphicsBase.DragAndDropInfo
-
Returns the activities that were selected when the user initiated the drag.
- getSelectedActivities() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Returns the list of currently selected activities.
- getSelectedIntervals() - Method in class com.flexganttfx.view.timeline.Dateline
-
An observable list of the currently selected time intervals.
- getSelectedTimeInterval() - Method in class com.flexganttfx.view.timeline.Dateline
-
- getSelectedTimeIntervalFill() - Method in class com.flexganttfx.view.graphics.layer.SelectedTimeIntervalsLayer
-
- getSelectionMode() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getSelectionMode() - Method in class com.flexganttfx.view.timeline.Dateline
-
- getShortName() - Method in class com.flexganttfx.model.dateline.VirtualGrid
-
Returns the grid short name that can be used for grid selection controls.
- getSmallestTemporalUnit() - Method in class com.flexganttfx.model.timeline.TimelineModel
-
- getSourceActivityRef() - Method in class com.flexganttfx.model.ActivityLink
-
Returns the activity reference pointing to the source activity of the
link.
- getSplitPane() - Method in class com.flexganttfx.view.container.MultiGanttChartContainerBase
-
Returns the split pane that is used by the container to lay out the Gantt
charts.
- getSplitPane() - Method in class com.flexganttfx.view.graphics.SplitPaneGraphics
-
Returns the SplitPane
instance used by this graphics view.
- getStartTime() - Method in class com.flexganttfx.model.activity.ActivityBase
-
- getStartTime() - Method in interface com.flexganttfx.model.Activity
-
The start time of the activity.
- getStartTime() - Method in class com.flexganttfx.model.ActivityLink
-
- getStartTime() - Method in class com.flexganttfx.model.layout.AgendaLayout
-
- getStartTime() - Method in class com.flexganttfx.model.timeline.TimelineModel
-
- getStartTime() - Method in class com.flexganttfx.model.util.TimeInterval
-
Returns the start time of the interval.
- getStartTime() - Method in class com.flexganttfx.view.graphics.LassoEvent.LassoInfo
-
Returns the start time of the lasso / the beginning.
- getStartTime() - Method in class com.flexganttfx.view.timeline.DatelineCell
-
- getStepRate() - Method in class com.flexganttfx.model.dateline.Resolution
-
Returns the step rate of this resolution, e.g.
- getString(String) - Static method in class com.flexganttfx.extras.util.Messages
-
Returns a translation for the given key.
- getString(String) - Static method in class com.flexganttfx.view.util.Messages
-
Returns a translation for the given key.
- getStroke() - Method in class com.flexganttfx.view.graphics.layer.DSTLineLayer
-
- getStroke() - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
-
- getStroke() - Method in class com.flexganttfx.view.graphics.layer.NowLineLayer
-
- getStroke(boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- getStroke() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- getStrokeColor() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
-
- getStrokeHighlight() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- getStrokeHover() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- getStrokePressed() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- getStrokeSelected() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- getStrokeWidth() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
-
- getSystemLayer(Class<SL>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getTargetActivityRef() - Method in class com.flexganttfx.model.ActivityLink
-
Returns the activity reference pointing to the target activity of the
link.
- getTargets() - Method in class com.flexganttfx.extras.properties.view.GanttChartPropertySheet
-
The list of target objects for which the properties will be displayed
inside the property sheet view.
- getTemporalUnit() - Method in class com.flexganttfx.model.dateline.Resolution
-
Returns the temporal unit represented by this resolution.
- getTemporalUnits() - Method in class com.flexganttfx.model.dateline.DatelineModel
-
Returns all temporal units that are being used by the model.
- getTextFill(boolean, boolean, boolean, boolean) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
-
- getTextFill() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
-
- getTextFillHighlight() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
-
- getTextFillHover() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
-
- getTextFillPressed() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
-
- getTextFillSelected() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
-
- getTextGap() - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
-
- getTime() - Method in class com.flexganttfx.view.graphics.GraphicsBase.ContextMenuParameter
-
Returns the time found at the location where the context menu has
been requested.
- getTime() - Method in class com.flexganttfx.view.timeline.TimeTracker
-
- getTime() - Method in class impl.com.flexganttfx.skin.util.AgendaHelper.AgendaLineLocation
-
Returns the time represented by the line location.
- getTimeAt(double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Returns the time at the given location.
- getTimeAt(double) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
-
Calculates the time at the given x coordinate.
- getTimeAt(double, double, LocalTime, LocalTime) - Static method in class impl.com.flexganttfx.skin.util.AgendaHelper
-
Returns the time at the given y-coordinate within the given height and
time range.
- getTimeline() - Method in class com.flexganttfx.view.GanttChartBase
-
- getTimeline() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getTimeline() - Method in class com.flexganttfx.view.timeline.Dateline
-
Returns the parent timeline container / node.
- getTimeline() - Method in class com.flexganttfx.view.timeline.Eventline
-
- getTimeline() - Method in class com.flexganttfx.view.util.TimelineScrollBar
-
- getTimeline() - Method in class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- getTimeline() - Method in class impl.com.flexganttfx.skin.timeline.TimelineSkin
-
- getTimelineGraphicsPane() - Method in class impl.com.flexganttfx.skin.GanttChartBaseSkin
-
- getTimelineModel() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
-
- getTimelineScrollBar() - Method in class com.flexganttfx.view.GanttChartBase
-
Returns the specialized timeline scrollbar control used for scrolling
forward and back in time.
- getTimelineScrollBar() - Method in class impl.com.flexganttfx.skin.GanttChartBaseSkin
-
- getTimeNowColor() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getTreeTable() - Method in class com.flexganttfx.view.GanttChart
-
Returns the TreeTableView
instance that is shown on the left-hand
side of the Gantt chart.
- getTreeTable() - Method in class com.flexganttfx.view.util.RowHeaderColumn
-
Returns the tree table view for which the header is used.
- getTreeTableMasterDetailPane() - Method in class com.flexganttfx.view.GanttChart
-
Returns the primary
MasterDetailPane
instance that is being used
to display the
TreeTableView
and the
ListViewGraphics
.
- getTreeTableScrollBar() - Method in class com.flexganttfx.view.GanttChart
-
Returns the scrollbar that is being used for horizontal scrolling
operations of the tree table view.
- getType() - Method in class com.flexganttfx.model.ActivityLink
-
Returns the link type (S-S, S-E, E-S, E-E).
- getUnit() - Method in class com.flexganttfx.model.dateline.VirtualGrid
-
The temporal unit used for the grid.
- getUpperLeftFooter() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- getUpperLeftGanttChart() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- getUpperLeftHeader() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- getUpperLowerMasterDetailPane() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
Returns the MasterDetailPane
instance used by the skin of this
control to arrange the upper and lower Gantt charts.
- getUpperMasterDetailPane() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
Returns the MasterDetailPane
instance used by the skin of this
control to arrange the upper Gantt charts.
- getUpperRightFooter() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- getUpperRightGanttChart() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- getUpperRightHeader() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- getUserAgentStylesheet() - Method in class com.flexganttfx.extras.VirtualGridControl
-
- getUserAgentStylesheet() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
-
- getUserAgentStylesheet() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- getUserAgentStylesheet() - Method in class com.flexganttfx.view.GanttChartBase
-
- getUserAgentStylesheet() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getUserAgentStylesheet() - Method in class com.flexganttfx.view.timeline.Dateline
-
- getUserAgentStylesheet() - Method in class com.flexganttfx.view.timeline.Eventline
-
- getUserAgentStylesheet() - Method in class com.flexganttfx.view.timeline.Timeline
-
- getUserAgentStylesheet(Class<?>, String) - Method in class com.flexganttfx.view.util.FlexGanttFXControl
-
A helper method that ensures that the resource based lookup of the user
agent stylesheet only happens once.
- getUserObject() - Method in class com.flexganttfx.model.activity.ActivityBase
-
- getUserObject() - Method in class com.flexganttfx.model.ActivityLink
-
Returns the (optional) user object of the activity link.
- getUserObject() - Method in class com.flexganttfx.model.Row
-
- 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
-
- getVirtualGrids() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- getVisibleDuration() - Method in class com.flexganttfx.view.timeline.Timeline
-
Calculates and returns the duration of the visible time interval inside the
timeline.
- getVisibleEndTime() - Method in class com.flexganttfx.view.timeline.Timeline
-
- getVisibleStartTime() - Method in class com.flexganttfx.view.timeline.Timeline
-
- getVisibleTimeInterval() - Method in class com.flexganttfx.view.timeline.Timeline
-
- getVisibleTimeIntervalColor() - Method in class impl.com.flexganttfx.extras.skin.RadarViewSkin
-
- getWeekendColor() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- 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
-
- getZoneId() - Method in class com.flexganttfx.view.timeline.Dateline
-
- getZoomDuration() - Method in class com.flexganttfx.view.timeline.Timeline
-
- getZoomFactor() - Method in class com.flexganttfx.view.timeline.Timeline
-
- getZoomMode() - Method in class com.flexganttfx.view.timeline.Timeline
-
- getZoomTimeIntervalFill() - Method in class com.flexganttfx.view.graphics.layer.ZoomTimeIntervalLayer
-
- 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.
Edit mode callbacks for several of the default model classes.
Activity editing callbacks.
Background and foreground layers.
Calendars (e.
- GraphicsBase.ContextMenuParameter<R extends Row<?,?,?>> - Class in com.flexganttfx.view.graphics
-
A callback parameter class used for displaying a context menu.
- GraphicsBase.DragAndDropFeedback - Enum in com.flexganttfx.view.graphics
-
An enumerator used to define how to visuzalize the dragged activity
during a drag and drop operation.
- GraphicsBase.DragAndDropInfo - Class in com.flexganttfx.view.graphics
-
The drag and drop info class aggregates the various pieces of information
that the application might be interested in while a drag and drop
operation is in progress.
- GraphicsBase.EditingCallbackParameter - Class in com.flexganttfx.view.graphics
-
A callback parameter object used for determining if the proposed
GraphicsBase.EditMode
is currently allowed or not.
- GraphicsBase.EditMode - Enum in com.flexganttfx.view.graphics
-
An enumeration of possible editing states that the graphics view can be
in.
- GraphicsBase.EditModeCallbackParameter - Class in com.flexganttfx.view.graphics
-
A callback parameter object used by the edit mode callback that provides information
about the context for which the edit mode will be determined.
- GraphicsBase.LassoSelectionBehaviour - Enum in com.flexganttfx.view.graphics
-
An enumerator used to control the selection behaviour of the lasso.
- GraphicsBase.RowControlsParameter<R extends Row<?,?,?>> - Class in com.flexganttfx.view.graphics
-
A callback parameter object used to provide context for the row controls
factory.
- GraphicsBase.RowEditingMode - Enum in com.flexganttfx.view.graphics
-
An enumerator used to define how many rows can show their row editors at
the same time.
- GraphicsBase.RowEditorParameter<R extends Row<?,?,?>> - Class in com.flexganttfx.view.graphics
-
A callback parameter object used to provide context for the row editor
factory.
- GraphicsBase.RowHeader<R extends Row<?,?,?>> - Class in com.flexganttfx.view.graphics
-
A row header is a node that can be displayed to the left of each row inside
the graphics area.
- GraphicsBase.SelectionMode - Enum in com.flexganttfx.view.graphics
-
An enumerator used to control the selection behaviour of the graphics
view.
- GraphicsBaseItemProvider<R extends Row<?,?,?>> - Class in com.flexganttfx.extras.properties
-
- GraphicsBaseItemProvider() - Constructor for class com.flexganttfx.extras.properties.GraphicsBaseItemProvider
-
- GraphicsBaseSkin<C extends GraphicsBase<R>,R extends Row<?,?,?>> - Class in impl.com.flexganttfx.skin.graphics
-
- GraphicsBaseSkin(C) - Constructor for class impl.com.flexganttfx.skin.graphics.GraphicsBaseSkin
-
- graphicsHeaderProperty() - Method in class com.flexganttfx.view.GanttChartBase
-
A property used to store a node that will be placed above the graphics
area instead of the timeline.
- graphicsProperty() - Method in class com.flexganttfx.extras.LayersView
-
A property used to store a reference to the graphics view for which the
control is being used.
- graphicsProperty() - Method in class com.flexganttfx.extras.RadarView
-
A property used to store the
GraphicsBase
for which the radar
will be used.
- grid(GraphicsBase<?>, Instant) - Static method in class impl.com.flexganttfx.skin.graphics.GridHelper
-
- grid(GraphicsBase<?>, Instant, boolean) - Static method in class impl.com.flexganttfx.skin.graphics.GridHelper
-
- grid(GraphicsBase<?>, LocalTime, boolean) - Static method in class impl.com.flexganttfx.skin.graphics.GridHelper
-
- gridEnabledProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
A convenience read-only property to check whether any kind of grid is
active, either the automatic grid or a virtual grid.
- GridHelper - Class in impl.com.flexganttfx.skin.graphics
-
- gridLineColor1Property() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- gridLineColor2Property() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- gridLineColor3Property() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- GridLinesLayer<R extends Row<?,?,?>> - Class in com.flexganttfx.view.graphics.layer
-
Draws the vertical grid lines based on the scale resolutions currently
present in the dateline.
- GridLinesLayer(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.layer.GridLinesLayer
-
- GridLinesLayerItemProvider - Class in com.flexganttfx.extras.properties.layer
-
- GridLinesLayerItemProvider() - Constructor for class com.flexganttfx.extras.properties.layer.GridLinesLayerItemProvider
-
- main(String[]) - Static method in class com.flexganttfx.licensing.util.CreateKeyPair
-
- majorChartLabelsVisibleProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- majorChartLinesLineWidthProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- majorChartLinesSizeProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- majorChartLinesStrokeProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- majorChartLinesVisibleProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- majorLineDashesProperty() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
-
- majorLineDashesProperty() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
-
- majorLinesLineWidthProperty() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
-
- majorLinesLineWidthProperty() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
-
- majorLinesStrokeProperty() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
-
- majorLinesStrokeProperty() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
-
- majorLinesVisibleProperty() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
-
- majorLinesVisibleProperty() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
-
- markedTimeIntervalProperty() - Method in class com.flexganttfx.view.timeline.Eventline
-
- masterTimelineProperty() - Method in class com.flexganttfx.view.GanttChartBase
-
A property used to store a reference to the timeline that is being
considered the "master" timeline.
- maxGridLevelProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
A property used to store the number of grid levels that the user wants to
see in the graphics view.
- maxHeightProperty() - Method in class com.flexganttfx.model.Row
-
The property used to store the maximum height of the row.
- maximumMillisPerPixelProperty() - Method in class com.flexganttfx.model.timeline.TimelineModel
-
A property used to store the maximum number of milliseconds that will be
represented by a single pixel on the screen.
- maxScaleCountProperty() - Method in class com.flexganttfx.model.dateline.DatelineModel
-
Returns the property used to store the maximum scale count.
- maxValueProperty() - Method in class com.flexganttfx.model.layout.ChartLayout
-
Returns the property used to store the maximum value that will be used
for the scale and the layout of the row.
- Messages - Class in com.flexganttfx.extras.util
-
A utility class used for translating strings of the framework.
- Messages - Class in com.flexganttfx.view.util
-
A utility class used for translating strings of the framework.
- millisPerPixelProperty() - Method in class com.flexganttfx.model.timeline.TimelineModel
-
Returns the property used to store the millis per pixel value.
- minDurationProperty() - Method in class com.flexganttfx.model.layout.AgendaLayout
-
A property used to store the minimum duration of activities in the agenda
layout.
- minHeightProperty() - Method in class com.flexganttfx.model.Row
-
The property used to store the minimum height of the row.
- minimumMillisPerPixelProperty() - Method in class com.flexganttfx.model.timeline.TimelineModel
-
A property used to store the minimum number of milliseconds that will be
represented by a single pixel on the screen.
- minLineSpacingProperty() - Method in class com.flexganttfx.model.layout.AgendaLayout
-
Stores the minimum space between two hour lines.
- minorChartLabelsVisibleProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- minorChartLinesLineWidthProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- minorChartLinesSizeProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- minorChartLinesStrokeProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- minorChartLinesVisibleProperty() - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- minorLineDashesProperty() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
-
- minorLineDashesProperty() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
-
- minorLinesLineWidthProperty() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
-
- minorLinesLineWidthProperty() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
-
- minorLinesStrokeProperty() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
-
- minorLinesStrokeProperty() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
-
- minorLinesVisibleProperty() - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
-
- minorLinesVisibleProperty() - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
-
- minScaleCountProperty() - Method in class com.flexganttfx.model.dateline.DatelineModel
-
Returns the property used to store the minimum scale count.
- minValueProperty() - Method in class com.flexganttfx.model.layout.ChartLayout
-
Returns the property used to store the minimum value that will be used
for the scale and the layout of the row.
- MissingActivityBoundsException - Exception in impl.com.flexganttfx.skin.graphics
-
- MissingActivityBoundsException(ActivityRenderer<?>, Activity, Row<?, ?, ?>, int) - Constructor for exception impl.com.flexganttfx.skin.graphics.MissingActivityBoundsException
-
- MODEL - Static variable in class com.flexganttfx.core.LoggingDomain
-
- modelProperty() - Method in class com.flexganttfx.view.timeline.Dateline
-
A property used to store the model of the dateline control.
- modelProperty() - Method in class com.flexganttfx.view.timeline.Timeline
-
Stores the timeline model to be used by the timeline.
- moveAnimatedProperty() - Method in class com.flexganttfx.view.timeline.Timeline
-
A boolean property used to control whether moving from one time to another
will happen animated or not.
- moveDurationProperty() - Method in class com.flexganttfx.view.timeline.Timeline
-
An object property used to store the duration used for the animation of a
"move" inside the timeline.
- moveLayerBackward(Layer) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Moves the given layer backward within the stack of layers.
- moveLayerForward(Layer) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Moves the given layer forward within the stack of layers.
- moveLayerToBack(Layer) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Moves the given layer to the back so that the activities located on it
will be drawn first and all other activities on other layers will be
drawn on top of them.
- moveLayerToFront(Layer) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Moves the given layer to the front so that the activities located on it
will be drawn on top of all other activities.
- MultiGanttChartContainer - Class in com.flexganttfx.view.container
-
A container capable of displaying multiple instances of
GanttChart
and keeping their layouts (same table width, same timeline) and their
scrolling and zooming behaviour in sync.
- MultiGanttChartContainer(boolean, GanttChart<?>...) - Constructor for class com.flexganttfx.view.container.MultiGanttChartContainer
-
Constructs a new container with the given Gantt chart controls.
- MultiGanttChartContainer(GanttChart<?>...) - Constructor for class com.flexganttfx.view.container.MultiGanttChartContainer
-
Constructs a new container with the given Gantt chart controls.
- MultiGanttChartContainer(boolean) - Constructor for class com.flexganttfx.view.container.MultiGanttChartContainer
-
Constructs a new empty container.
- MultiGanttChartContainer() - Constructor for class com.flexganttfx.view.container.MultiGanttChartContainer
-
Constructs a new container.
- MultiGanttChartContainerBase<T extends GanttChartBase<?>> - Class in com.flexganttfx.view.container
-
A container capable of displaying multiple instances of
GanttChartBase
and keeping their layouts and their scrolling and zooming behaviour in sync.
- MultiGanttChartContainerBase(boolean, T...) - Constructor for class com.flexganttfx.view.container.MultiGanttChartContainerBase
-
Constructs a new container with the given Gantt chart controls.
- MultiGanttChartContainerBase(T...) - Constructor for class com.flexganttfx.view.container.MultiGanttChartContainerBase
-
Constructs a new container with the given Gantt chart controls.
- MultiGanttChartContainerBase(boolean) - Constructor for class com.flexganttfx.view.container.MultiGanttChartContainerBase
-
Constructs a new empty container.
- MultiGanttChartContainerBase() - Constructor for class com.flexganttfx.view.container.MultiGanttChartContainerBase
-
Constructs a new container.
- MultiGanttChartContainerSkin - Class in impl.com.flexganttfx.skin.container
-
- MultiGanttChartContainerSkin(MultiGanttChartContainerBase) - Constructor for class impl.com.flexganttfx.skin.container.MultiGanttChartContainerSkin
-
- MultiGanttChartContainerSkinBase<T extends ContainerBase> - Class in impl.com.flexganttfx.skin.container
-
- MultiGanttChartContainerSkinBase(T) - Constructor for class impl.com.flexganttfx.skin.container.MultiGanttChartContainerSkinBase
-
- MultiGanttChartLiteContainer - Class in com.flexganttfx.view.container
-
A container capable of displaying multiple instances of
GanttChartLite
and keeping their layouts and their scrolling and zooming behaviour in sync.
- MultiGanttChartLiteContainer(boolean, GanttChartLite<?>...) - Constructor for class com.flexganttfx.view.container.MultiGanttChartLiteContainer
-
Constructs a new container with the given Gantt chart controls.
- MultiGanttChartLiteContainer(GanttChartLite<?>...) - Constructor for class com.flexganttfx.view.container.MultiGanttChartLiteContainer
-
Constructs a new container with the given Gantt chart controls.
- MultiGanttChartLiteContainer(boolean) - Constructor for class com.flexganttfx.view.container.MultiGanttChartLiteContainer
-
Constructs a new empty container.
- MultiGanttChartLiteContainer() - Constructor for class com.flexganttfx.view.container.MultiGanttChartLiteContainer
-
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
-
The required interface for a repository that is also mutable (activities
can be added and removed).
- MutableActivityRepositoryBase<A extends Activity> - Class in com.flexganttfx.model.repository
-
- MutableActivityRepositoryBase() - Constructor for class com.flexganttfx.model.repository.MutableActivityRepositoryBase
-
- MutableCalendarActivityBase<T> - Class in com.flexganttfx.model.calendar
-
A mutable calendar activity base implementation.
- MutableCalendarActivityBase() - Constructor for class com.flexganttfx.model.calendar.MutableCalendarActivityBase
-
Constructs a new mutable calendar activity.
- MutableCalendarActivityBase(String) - Constructor for class com.flexganttfx.model.calendar.MutableCalendarActivityBase
-
Constructs a new mutable calendar activity with the given name.
- MutableCalendarActivityBase(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.
- MutableChartActivityBase(double, Instant, Instant) - Constructor for class com.flexganttfx.model.activity.MutableChartActivityBase
-
Constructs a new mutable chart activity with the given value.
- MutableCompletableActivity - Interface in com.flexganttfx.model.activity
-
An add-on interface for completable activities where the user should be able
to interactively edit the percentage complete value.
- MutableCompletableActivityBase<T> - Class in com.flexganttfx.model.activity
-
The base implementation of a mutable and completable activity.
- MutableCompletableActivityBase() - Constructor for class com.flexganttfx.model.activity.MutableCompletableActivityBase
-
Constructs a new mutable activity.
- MutableCompletableActivityBase(String) - Constructor for class com.flexganttfx.model.activity.MutableCompletableActivityBase
-
Constructs a new mutable activity with the given name.
- MutableCompletableActivityBase(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.
- 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.
- RadarViewSkin<R extends Row<?,?,?>> - Class in impl.com.flexganttfx.extras.skin
-
- RadarViewSkin(RadarView<R>) - Constructor for class impl.com.flexganttfx.extras.skin.RadarViewSkin
-
- radarWidthProperty() - Method in class com.flexganttfx.extras.RadarView
-
The property used to store the width of the radar canvas inside the
control.
- redraw() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Performs a redraw of the displayed activities.
- redraw(String) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Performs a redraw of the displayed activities and logs the given reason.
- redrawObservable(Observable) - Method in class com.flexganttfx.view.GanttChartBase
-
- redrawObservable(Observable) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
-
Registers the given observable as something that requires
a redraw of the graphics area.
- redrawObservable(Observable) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
Registers the given observable as something that requires
a redraw of the graphics area.
- registerItemProvider(Class<T>, ItemProvider<T>) - Static method in class com.flexganttfx.extras.properties.ItemFactory
-
- remove(A) - Method in class com.flexganttfx.model.util.IntervalTree
-
Method to remove period/key object from tree.
- removeActivity(ActivityRef<A>) - Method in class com.flexganttfx.model.repository.IntervalTreeActivityRepository
-
- removeActivity(ActivityRef<A>) - Method in class com.flexganttfx.model.repository.ListActivityRepository
-
- removeActivity(ActivityRef<A>) - Method in interface com.flexganttfx.model.repository.MutableActivityRepository
-
Removes the given activity from the repository.
- removeActivity(Layer, A) - Method in class com.flexganttfx.model.Row
-
Removes the given activity from the given layer from this row.
- removeEventHandler(EventHandler<RepositoryEvent>) - Method in interface com.flexganttfx.model.ActivityRepository
-
Removes the given event handler from the repository.
- removeEventHandler(EventHandler<RepositoryEvent>) - Method in class com.flexganttfx.model.repository.ActivityRepositoryBase
-
- removeIf(Predicate<A>) - Method in class com.flexganttfx.model.util.IntervalTree
-
- removePeriod(TimeInterval) - Method in class com.flexganttfx.model.util.IntervalTree
-
Removes all activities found within the given time interval.
- removeResolution(Resolution<? extends T>) - Method in class com.flexganttfx.model.dateline.DatelineModel
-
Removes a resolution from the model.
- Renderer - Class in com.flexganttfx.view.graphics.renderer
-
- Renderer(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.Renderer
-
- RendererBase - Class in com.flexganttfx.view.graphics.renderer
-
The base class of all renderers used by FlexGanttFX.
- RendererBase(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.RendererBase
-
Constructs a new renderer.
- RendererItemProvider - Class in com.flexganttfx.extras.properties.renderer
-
A property sheet item provider for
Renderer
.
- RendererItemProvider() - Constructor for class com.flexganttfx.extras.properties.renderer.RendererItemProvider
-
- RENDERING - Static variable in class com.flexganttfx.core.LoggingDomain
-
- REPOSITORY - Static variable in class com.flexganttfx.core.LoggingDomain
-
- REPOSITORY_CHANGED - Static variable in class com.flexganttfx.model.repository.RepositoryEvent
-
An event type that indicates that "something" inside the repository has changed.
- RepositoryEvent - Class in com.flexganttfx.model.repository
-
An event class used by activity repositories to inform event handlers about
changes.
- RepositoryEvent(EventType<RepositoryEvent>, ActivityRepository<?>, ActivityRef<?>) - Constructor for class com.flexganttfx.model.repository.RepositoryEvent
-
Constructs a new repository event.
- RepositoryEvent(ActivityRepository<?>) - Constructor for class com.flexganttfx.model.repository.RepositoryEvent
-
Constructs a new repository event, the event type will be set to #REPOSITORY_CHANGED.
- RepositoryException - Exception in com.flexganttfx.model.exception
-
An exception type used in the context of
ActivityRepository
whenever something goes wrong inside the repository.
- RepositoryException(String) - Constructor for exception com.flexganttfx.model.exception.RepositoryException
-
Constructs a new exeption.
- repositoryProperty() - Method in class com.flexganttfx.model.Row
-
The property used to store the activity repository for the row.
- requestRedraw(String) - Method in class impl.com.flexganttfx.skin.graphics.LinksCanvas
-
- requestRedraw(String, Instant) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
-
- requestRedraw(String) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
-
- resetDividerPositions() - Method in class com.flexganttfx.view.container.MultiGanttChartContainerBase
-
Equally distributes the available height of the container to all charts.
- resizableCallbackProperty() - Method in class com.flexganttfx.view.graphics.SplitPaneGraphics
-
Returns the property used to store a callback that provides the resizing
behaviour of each row (see
SplitPane.setResizableWithParent(javafx.scene.Node, Boolean)
).
- resizeColumn(TreeTableColumn<R, ?>) - Method in class com.flexganttfx.view.GanttChart
-
This method will resize the given column in the tree table view to ensure
that the content of the column cells will be completely visible.
- resizeColumn(TreeTableColumn, int) - Method in class com.flexganttfx.view.GanttChart
-
This method will resize the given column in the tree table view to ensure
that the content of the column cells will be completely visible.
- resizeColumns() - Method in class com.flexganttfx.view.GanttChart
-
This method will resize all columns in the tree table view to ensure that
the content of all cells will be completely visible.
- resizeColumns(int) - Method in class com.flexganttfx.view.GanttChart
-
This method will resize all columns in the tree table view to ensure that
the content of all cells will be completely visible.
- Resolution<T extends TemporalUnit> - Class in com.flexganttfx.model.dateline
-
A resolution represents the visual representation of a temporal unit.
- Resolution(T, String, int, Resolution.Position...) - Constructor for class com.flexganttfx.model.dateline.Resolution
-
Constructs a new resolution for the given temporal unit, in the
given format, step rate, and for the given supported positions.
- Resolution(T, String, int) - Constructor for class com.flexganttfx.model.dateline.Resolution
-
Constructs a new resolution for the given temporal unit, in the
given format, step rate, for all positions.
- Resolution.Position - Enum in com.flexganttfx.model.dateline
-
- resolve(Predicate<A>) - Method in class impl.com.flexganttfx.skin.util.Cluster
-
Resolves the conflicts within this cluster by placing the activites in
different columns.
- resolve(List<A>) - Static method in class impl.com.flexganttfx.skin.util.Resolver
-
Resolves overlapping conflicts for the given activities.
- resolve(List<A>, Predicate<A>) - Static method in class impl.com.flexganttfx.skin.util.Resolver
-
Resolves overlapping conflicts for the given activities.
- Resolver - Class in impl.com.flexganttfx.skin.util
-
A utility class to fix the problem of overlapping activities.
- Resolver() - Constructor for class impl.com.flexganttfx.skin.util.Resolver
-
Constructs a new resolver.
- ResolverResult<A extends Activity> - Class in impl.com.flexganttfx.skin.util
-
The result object returned by the
Resolver
class after resolving
conflicts between overlapping activities.
- ResolverResult(Map<A, Placement<A>>, int) - Constructor for class impl.com.flexganttfx.skin.util.ResolverResult
-
Constructs a new resolver result.
- 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
-
- Row(String) - Constructor for class com.flexganttfx.model.Row
-
- RowCanvas<R extends Row<?,?,?>> - Class in impl.com.flexganttfx.skin.graphics
-
- RowCanvas(GraphicsBase<R>) - Constructor for class impl.com.flexganttfx.skin.graphics.RowCanvas
-
- RowCanvasBehaviour<R extends Row<?,?,?>> - Class in impl.com.flexganttfx.skin.graphics
-
- RowCanvasBehaviour.DragInfo - Class in impl.com.flexganttfx.skin.graphics
-
- RowCell<R extends Row<?,?,?>> - Class in impl.com.flexganttfx.skin.graphics
-
- RowCell(GraphicsBase<R>) - Constructor for class impl.com.flexganttfx.skin.graphics.RowCell
-
- RowControls<R extends Row<?,?,?>> - Class in com.flexganttfx.extras
-
A simple row controls view with only one button called "Edit".
- RowControls(GraphicsBase<R>, R) - Constructor for class com.flexganttfx.extras.RowControls
-
Constructs new row controls.
- rowControlsFactoryProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- RowControlsParameter(GraphicsBase<R>, R) - Constructor for class com.flexganttfx.view.graphics.GraphicsBase.RowControlsParameter
-
- rowEditingModeProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- rowEditorFactoryProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- RowEditorParameter(GraphicsBase<R>, R) - Constructor for class com.flexganttfx.view.graphics.GraphicsBase.RowEditorParameter
-
- rowFilterProperty() - Method in class com.flexganttfx.view.GanttChartBase
-
A predicate used to filter the rows.
- rowFilterProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
A predicate used to filter the rows.
- RowHeader(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.GraphicsBase.RowHeader
-
- RowHeaderColumn<R extends Row<?,?,?>> - Class in com.flexganttfx.view.util
-
The row header is a specialized column which is used for controlling the
height of each row and for adding row numbers / row outline levels in front
of each row.
- RowHeaderColumn(GanttChart<R>) - Constructor for class com.flexganttfx.view.util.RowHeaderColumn
-
Constructs a new row header.
- rowHeaderFactoryProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
A property used to store a callback for creating a node that will be
placed to the left of each row in the graphics view.
- rowHeaderNodeFactoryProperty() - Method in class com.flexganttfx.view.GanttChart
-
A property used to store a callback for creating a node that will be
placed to the left of each row in the tree table view.
- rowHeadersWidthProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Specifies the width of the so-called "row headers".
- rowHeaderTitleProperty() - Method in class com.flexganttfx.view.timeline.Eventline
-
Stores the title text used for the row header "column" on the right-hand
side.
- rowHeaderTypeProperty() - Method in class com.flexganttfx.view.GanttChart
-
A property used to store the currently used type of row headers (row
number, level number, custom graphics).
- RowLayer<R extends Row<?,?,?>> - Class in com.flexganttfx.view.graphics.layer
-
Draws the background of each row.
- RowLayer(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.layer.RowLayer
-
- RowPane<R extends Row<?,?,?>> - Class in impl.com.flexganttfx.skin.graphics
-
- RowPane(GraphicsBase<R>) - Constructor for class impl.com.flexganttfx.skin.graphics.RowPane
-
- rowProperty() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
-
- rowProperty() - Method in class impl.com.flexganttfx.skin.graphics.RowPane
-
- RowRenderer<R extends Row<?,?,?>> - Class in com.flexganttfx.view.graphics.renderer
-
- RowRenderer(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.RowRenderer
-
- rowsProperty() - Method in class com.flexganttfx.view.GanttChartLite
-
Returns the property used to store the list of rows.
- rowsProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Returns the property used to store the list of rows.
- run() - Method in class com.flexganttfx.view.timeline.TimeTracker
-
- safeRenderingProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Returns the property that specifies whether the various canvas API-based rendering parts inside
this framework will always call GraphicsContext.save()
to save the current state of the
context before changing its state (followed by GraphicsContext.restore()
to restore the
old state).
- scaleCountProperty() - Method in class com.flexganttfx.model.dateline.DatelineModel
-
The property used to store the number of currently visible scales.
- ScaleRowHeader<R extends Row<?,?,?>> - Class in com.flexganttfx.view.graphics
-
Draws a scale for an entire row or for each line within the row.
- ScaleRowHeader(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.ScaleRowHeader
-
- scrollDown() - Method in class com.flexganttfx.view.graphics.ListViewGraphics
-
Makes the list view scroll down.
- scrollDragEnabledProperty() - Method in class com.flexganttfx.view.timeline.Timeline
-
A property used to control whether the user is allowed to perform a horizontal scroll
by dragging the timeline.
- scrollLeft() - Method in class com.flexganttfx.view.timeline.Timeline
-
Performs a left scroll inside the timeline, meaning that earlier times will become visible.
- scrollLeftFast() - Method in class com.flexganttfx.view.timeline.Timeline
-
Performs a fast left scroll inside the timeline, meaning that earlier times will become visible.
- scrollRight() - Method in class com.flexganttfx.view.timeline.Timeline
-
Performs a right scroll inside the timeline, meaning that later times will become visible.
- scrollRightFast() - Method in class com.flexganttfx.view.timeline.Timeline
-
Performs a fast right scroll inside the timeline, meaning that later times will become visible.
- scrollUp() - Method in class com.flexganttfx.view.graphics.ListViewGraphics
-
Makes the list view scroll up.
- scrollValueProperty() - Method in class com.flexganttfx.view.graphics.ListViewGraphics
-
Stores the number of pixels that the list view will scroll when the user
uses the arrow up and down keys.
- secondaryFooterProperty() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
-
A property used to store the reference to a node that will be used in the
footer position of the secondary Gantt chart.
- secondaryGanttChartProperty() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
-
A property used to store the reference to the secondary Gantt chart.
- secondaryHeaderProperty() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
-
A property used to store the reference to a control that will be serving
as a header for the secondary Gantt chart.
- selectedTimeIntervalFillProperty() - Method in class com.flexganttfx.view.graphics.layer.SelectedTimeIntervalsLayer
-
- selectedTimeIntervalProperty() - Method in class com.flexganttfx.view.timeline.Dateline
-
A read-only property used to store the currently selected time interval.
- SelectedTimeIntervalsLayer<R extends Row<?,?,?>> - Class in com.flexganttfx.view.graphics.layer
-
Draws the time intervals that were selected by the user (or the application)
in the dateline.
- SelectedTimeIntervalsLayer(GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.layer.SelectedTimeIntervalsLayer
-
- SelectedTimeIntervalsLayerItemProvider - Class in com.flexganttfx.extras.properties.layer
-
- SelectedTimeIntervalsLayerItemProvider() - Constructor for class com.flexganttfx.extras.properties.layer.SelectedTimeIntervalsLayerItemProvider
-
- SELECTION_FINISHED - Static variable in class com.flexganttfx.view.graphics.LassoEvent
-
An event type used when the user finishes a selection with the lasso.
- SELECTION_ONGOING - Static variable in class com.flexganttfx.view.graphics.LassoEvent
-
An event type used while the user is using the lasso to perform a
selection.
- SELECTION_STARTED - Static variable in class com.flexganttfx.view.graphics.LassoEvent
-
An event type used when the user starts a selection with the lasso.
- selectionModeProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
A property used to store the currently supported selection mode.
- selectionModeProperty() - Method in class com.flexganttfx.view.timeline.Dateline
-
A property used to store the selection mode applied by the dateline when the user
adds time interval selections.
- setActivityEditingCallback(Class<? extends MutableActivity>, Callback<GraphicsBase.EditingCallbackParameter, Boolean>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Registers a callback used to determine if a given editing operation can
be used for a given activity.
- setActivityFilter(Predicate<Activity>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setActivityRenderer(Class<? extends A>, Class<? extends Layout>, ActivityRenderer<? extends A>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Registers a renderer for the given activity and layout type.
- setAgendaLabelsVisible(boolean) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- setAgendaLinesLineWidth(double) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- setAgendaLinesSize(double) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- setAgendaLinesStroke(Paint) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- setAgendaLinesVisible(boolean) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- setAlpha(double) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
-
- setAnimated(boolean) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- setAnimateRowEditor(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setArrowHeadColor(Color) - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
-
- setArrowSize(int) - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
-
- setAutoFixText(boolean) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
-
- setAutoGridEnabled(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setAutoMarkedTimeInterval(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setAutomaticRedraw(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setAutoscrollProximity(double) - Method in class com.flexganttfx.view.graphics.ListViewGraphics
-
- setBarHeight(double) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
-
- setCalendarActivityRenderer(Class<? extends A>, CalendarActivityRenderer<? extends A>) - Method in class com.flexganttfx.view.graphics.layer.CalendarLayer
-
- setCanvasBuffer(double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setCellFactory(Class<T>, Callback<T, DatelineCell<T>>) - Method in class com.flexganttfx.view.timeline.Dateline
-
Sets a cell factory on the dateline used to create dateline cells for the given
temporal unit type (e.g.
- setChartValue(double) - Method in interface com.flexganttfx.model.activity.MutableChartActivity
-
Sets a new chart value.
- setChartValue(double) - Method in class com.flexganttfx.model.activity.MutableChartActivityBase
-
- setContextMenuCallback(Callback<GraphicsBase.ContextMenuParameter<R>, ContextMenu>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setCornerRadius(double) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- setCornersRounded(boolean) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- setCursor(GraphicsBase.EditMode, Cursor) - Static method in class impl.com.flexganttfx.skin.graphics.RowCanvasBehaviour
-
- setCurve(double) - Method in class com.flexganttfx.view.graphics.renderer.CurvedLinkRenderer
-
Sets the radius for the curve.
- setCurve(double) - Method in class impl.com.flexganttfx.skin.graphics.PathBuilder
-
Sets the radius for the curve.
- setDatelineBuffer(double) - Method in class com.flexganttfx.view.timeline.Dateline
-
- setDateTimeFormatter(DateTimeFormatter) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- setDateTimeFormatter(DateTimeFormatter) - Method in class com.flexganttfx.view.timeline.Eventline
-
- setDebugMode(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setDelay(long) - Method in class com.flexganttfx.view.timeline.TimeTracker
-
- setDeletable(boolean) - Method in class com.flexganttfx.model.Layer
-
- setDetail(Node) - Method in class com.flexganttfx.view.GanttChartBase
-
- setDisplayMode(GanttChart.DisplayMode) - Method in class com.flexganttfx.view.GanttChart
-
- setDividerLineStroke(Paint) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- setDragAndDropFeedback(GraphicsBase.DragAndDropFeedback) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setDragImageProvider(Callback<ActivityRef<?>, Image>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setDrawLastDividerLine(boolean) - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
-
- setDropLayerProvider(Callback<GraphicsBase.DragAndDropInfo, Layer>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setDuration(Duration) - Method in class com.flexganttfx.model.activity.MutableActivityBase
-
Convenience method to determine a new end time based on a duration that
will be added to the current start time of the activity.
- setDuration(Duration) - Method in class com.flexganttfx.model.activity.MutableChartActivityBase
-
Convenience method to determine a new end time based on a duration that
will be added to the current start time of the activity.
- setDuration(Duration) - Method in class com.flexganttfx.model.activity.MutableCompletableActivityBase
-
Convenience method to determine a new end time based on a duration that
will be added to the current start time of the activity.
- setDuration(Duration) - Method in class com.flexganttfx.model.activity.MutableHighLowChartActivityBase
-
Convenience method to determine a new end time based on a duration that
will be added to the current start time of the activity.
- setEditModeCallback(Class<? extends MutableActivity>, Class<? extends Layout>, Callback<GraphicsBase.EditModeCallbackParameter, GraphicsBase.EditMode>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setEnabled(boolean) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
-
- setEnableRowResizing(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- 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
-
- setFadeInOutOpacity(double) - Method in class com.flexganttfx.model.Layer
-
- setFadeInOutVisibilityChanges(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setFadeInOutVisibilityChangesDuration(double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setFill(Paint) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
-
- setFillCompletion(Paint) - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
-
- setFillCompletionHighlight(Paint) - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
-
- setFillCompletionHover(Paint) - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
-
- setFillCompletionPressed(Paint) - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
-
- setFillCompletionSelected(Paint) - Method in class com.flexganttfx.view.graphics.renderer.CompletableActivityRenderer
-
- setFillHighlight(Paint) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
-
- setFillHover(Paint) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
-
- setFillPressed(Paint) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
-
- setFillSelected(Paint) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
-
- setFilter(Predicate<A>) - Method in class com.flexganttfx.view.util.AutoLinesManager
-
Sets a filter that will be used in combination with a
Resolver
instance to figure out which activities are relevant for the calculation
of overlapping activities (clusters).
- setFirstDayOfWeek(DayOfWeek) - Method in class com.flexganttfx.view.timeline.Dateline
-
- setFixedCellSize(double) - Method in class com.flexganttfx.view.GanttChartBase
-
- setFixedCellSize(double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setFlipTime(double) - Method in class impl.com.flexganttfx.skin.graphics.FlipPane
-
- setFont(Font) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
-
- setFrozenRow(Row<?, ?, ?>) - Method in class com.flexganttfx.view.timeline.Eventline
-
- setGanttChart(GanttChartBase<R>) - Method in class com.flexganttfx.extras.GanttChartStatusBar
-
- setGanttChart(GanttChartBase<R>) - Method in class com.flexganttfx.extras.GanttChartToolBar
-
- setGanttChart(GanttChartBase) - Method in class com.flexganttfx.extras.properties.view.GanttChartConfigurationView
-
Sets the Gantt chart.
- setGap(double) - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
-
The gap determines how far the line is drawn away from the bounds of the
source or target timeline object.
- setGap(double) - Method in class impl.com.flexganttfx.skin.graphics.PathBuilder
-
The gap determines how far the line is drawn away from the bounds of the
source or target timeline object.
- setGlossy(boolean) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
-
- setGraphics(GraphicsBase<R>) - Method in class com.flexganttfx.extras.LayersView
-
- setGraphics(GraphicsBase<R>) - Method in class com.flexganttfx.extras.RadarView
-
- setGraphicsHeader(Node) - Method in class com.flexganttfx.view.GanttChartBase
-
- setGridLineColor1(Paint) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setGridLineColor2(Paint) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setGridLineColor3(Paint) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setHeight(double) - Method in class com.flexganttfx.model.Row
-
- setHigh(double) - Method in interface com.flexganttfx.model.activity.MutableHighLowChartActivity
-
Sets the high value of the activity.
- setHigh(double) - Method in class com.flexganttfx.model.activity.MutableHighLowChartActivityBase
-
- setHighlightDelay(long) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setHorizonEndTime(Instant) - Method in class com.flexganttfx.model.timeline.TimelineModel
-
- setHorizonStartTime(Instant) - Method in class com.flexganttfx.model.timeline.TimelineModel
-
- setHorizontalDragEnabled(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setHoverTimeIntervalFill(Paint) - Method in class com.flexganttfx.view.graphics.layer.HoverTimeIntervalLayer
-
- setId(String) - Method in class com.flexganttfx.model.Layer
-
- setIncludeSelectedActivitiesInDrag(boolean) - Method in class impl.com.flexganttfx.skin.graphics.DragCanvas
-
- setInnerLinesColor(Paint) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setItem(R) - Method in class com.flexganttfx.view.graphics.GraphicsBase.RowHeader
-
- setIteratorType(ListActivityRepository.IteratorType) - Method in class com.flexganttfx.model.repository.ListActivityRepository
-
Sets a different iterator type on this repository.
- setLassoEnabled(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setLassoSelectionBehaviour(GraphicsBase.LassoSelectionBehaviour) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setLassoSnapsToGrid(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setLayout(Layout) - Method in class com.flexganttfx.model.Row
-
- setLayout(Layout) - Method in class com.flexganttfx.view.graphics.ActivityBounds
-
- setLayoutStrategy(AgendaLayout.LayoutStrategy) - Method in class com.flexganttfx.model.layout.AgendaLayout
-
- setLicenseKey(String) - Static method in class com.flexganttfx.core.FlexGanttFX
-
Sets the license key used for FlexGantt.
- setLineCount(int) - Method in class com.flexganttfx.model.Row
-
- setLineDashes(double...) - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
-
- setLinesManager(LinesManager<A>) - Method in class com.flexganttfx.model.Row
-
- setLineStroke1(Paint) - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
-
- setLineStroke2(Paint) - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
-
- setLineStroke3(Paint) - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
-
- setLineWidth(double) - Method in class com.flexganttfx.view.graphics.layer.DSTLineLayer
-
- setLineWidth(double) - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
-
- setLineWidth(double) - Method in class com.flexganttfx.view.graphics.layer.NowLineLayer
-
- setLineWidth(double) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- setLineWidth1(double) - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
-
- setLineWidth2(double) - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
-
- setLineWidth3(double) - Method in class com.flexganttfx.view.graphics.layer.GridLinesLayer
-
- setLinkRenderer(Class<? extends Activity>, LinkRenderer<?>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Sets a custom link renderer for the given type of activity link.
- setLow(double) - Method in interface com.flexganttfx.model.activity.MutableHighLowChartActivity
-
Sets the low value of the activity.
- setLow(double) - Method in class com.flexganttfx.model.activity.MutableHighLowChartActivityBase
-
- setLowerLeftFooter(Node) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- setLowerLeftGanttChart(T) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- setLowerLeftHeader(Node) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- setLowerRightFooter(Node) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- setLowerRightGanttChart(T) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- setLowerRightHeader(Node) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- setMajorChartLabelsVisible(boolean) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- setMajorChartLinesLineWidth(double) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- setMajorChartLinesSize(double) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- setMajorChartLinesStroke(Paint) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- setMajorChartLinesVisible(boolean) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- setMajorLineDashes(double...) - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
-
- setMajorLineDashes(double...) - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
-
- setMajorLinesLineWidth(double) - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
-
- setMajorLinesLineWidth(double) - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
-
- 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
-
- setMajorLinesVisible(boolean) - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
-
- setMarkedTimeInterval(TimeInterval) - Method in class com.flexganttfx.view.timeline.Eventline
-
- setMasterTimeline(Timeline) - Method in class com.flexganttfx.view.GanttChartBase
-
- setMaxGridLevel(int) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setMaxHeight(double) - Method in class com.flexganttfx.model.Row
-
- setMaximumMillisPerPixel(double) - Method in class com.flexganttfx.model.timeline.TimelineModel
-
- setMaxScaleCount(int) - Method in class com.flexganttfx.model.dateline.DatelineModel
-
- setMaxValue(double) - Method in class com.flexganttfx.model.layout.ChartLayout
-
- setMillisPerPixel(double) - Method in class com.flexganttfx.model.timeline.TimelineModel
-
- setMinDuration(Duration) - Method in class com.flexganttfx.model.layout.AgendaLayout
-
- setMinHeight(double) - Method in class com.flexganttfx.model.Row
-
- setMinimumMillisPerPixel(double) - Method in class com.flexganttfx.model.timeline.TimelineModel
-
- setMinLineSpacing(double) - Method in class com.flexganttfx.model.layout.AgendaLayout
-
- setMinorChartLabelsVisible(boolean) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- setMinorChartLinesLineWidth(double) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- setMinorChartLinesSize(double) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- setMinorChartLinesStroke(Paint) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- setMinorChartLinesVisible(boolean) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- setMinorLineDashes(double...) - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
-
- setMinorLineDashes(double...) - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
-
- setMinorLinesLineWidth(double) - Method in class com.flexganttfx.view.graphics.layer.AgendaLinesLayer
-
- setMinorLinesLineWidth(double) - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
-
- 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
-
- setMinorLinesVisible(boolean) - Method in class com.flexganttfx.view.graphics.layer.ChartLinesLayer
-
- 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
-
- setModel(TimelineModel<?>) - Method in class com.flexganttfx.view.timeline.Timeline
-
- setMoveAnimated(boolean) - Method in class com.flexganttfx.view.timeline.Timeline
-
- setMoveDuration(Duration) - Method in class com.flexganttfx.view.timeline.Timeline
-
- setName(String) - Method in interface com.flexganttfx.model.activity.MutableActivity
-
Sets the name of the activity.
- setName(String) - Method in class com.flexganttfx.model.activity.MutableActivityBase
-
- setName(String) - Method in class com.flexganttfx.model.activity.MutableChartActivityBase
-
- setName(String) - Method in class com.flexganttfx.model.activity.MutableCompletableActivityBase
-
- setName(String) - Method in class com.flexganttfx.model.activity.MutableHighLowChartActivityBase
-
- setName(String) - Method in class com.flexganttfx.model.calendar.CalendarBase
-
- setName(String) - Method in class com.flexganttfx.model.Layer
-
- setName(String) - Method in class com.flexganttfx.model.Row
-
- setNoGridText(String) - Method in class com.flexganttfx.extras.VirtualGridControl
-
- setNow(Instant) - Method in class com.flexganttfx.model.timeline.TimelineModel
-
- setNumberFormat(NumberFormat) - Method in class com.flexganttfx.view.graphics.ScaleRowHeader
-
- setOffset(double) - Method in class com.flexganttfx.model.timeline.TimelineModel
-
- setOffset(double) - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
-
The offset determines the end location of the first segment of the
calculated path.
- setOffset(double) - Method in class com.flexganttfx.view.timeline.Timeline
-
- setOffset(double) - Method in class impl.com.flexganttfx.skin.graphics.PathBuilder
-
The offset determines the end location of the first segment of the
calculated path.
- setOnActivityChange(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityChangeFinished(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityChangeOngoing(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityChangeStarted(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityChartHighValueChangeFinished(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityChartHighValueChangeOngoing(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityChartHighValueChangeStarted(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityChartLowValueChangeFinished(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityChartLowValueChangeOngoing(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityChartLowValueChangeStarted(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityChartValueChangeFinished(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityChartValueChangeOngoing(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityChartValueChangeStarted(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityDeleted(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityDragDone(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityDragFinished(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityDragOngoing(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityDragStarted(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityEndTimeChangeFinished(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityEndTimeChangeOngoing(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityEndTimeChangeStarted(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityHorizontalDragFinished(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityHorizontalDragOngoing(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityHorizontalDragStarted(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityPercentageChangeFinished(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityPercentageChangeOngoing(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityPercentageChangeStarted(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityStartTimeChangeFinished(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityStartTimeChangeOngoing(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityStartTimeChangeStarted(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityVerticalDragDone(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityVerticalDragFinished(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityVerticalDragOngoing(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnActivityVerticalDragStarted(EventHandler<ActivityEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnLassoSelection(EventHandler<LassoEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnLassoSelectionFinished(EventHandler<LassoEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnLassoSelectionOngoing(EventHandler<LassoEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOnLassoSelectionStarted(EventHandler<LassoEvent>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setOpacity(double) - Method in class com.flexganttfx.model.Layer
-
- setOverlapOffset(double) - Method in class com.flexganttfx.model.layout.AgendaLayout
-
- setPadding(double) - Method in class com.flexganttfx.model.Layout
-
- setPadding(Insets) - Method in class com.flexganttfx.view.graphics.renderer.Renderer
-
- setPaddingFill(Paint) - Method in class com.flexganttfx.view.graphics.layer.LayoutLayer
-
- 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
-
- setPosition(Position) - Method in class com.flexganttfx.view.GanttChartBase
-
- setPosition(Position) - Method in class com.flexganttfx.view.graphics.ActivityBounds
-
- setPrimaryFooter(Node) - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
-
- setPrimaryGanttChart(T) - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
-
- setPrimaryHeader(Node) - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
-
- setPriorityCallback(Callback<R, Priority>) - Method in class com.flexganttfx.view.graphics.VBoxGraphics
-
- setRadarHeight(double) - Method in class com.flexganttfx.extras.RadarView
-
- setRadarWidth(double) - Method in class com.flexganttfx.extras.RadarView
-
- setRepository(ActivityRepository<A>) - Method in class com.flexganttfx.model.Row
-
- setResizableCallback(Callback<R, Boolean>) - Method in class com.flexganttfx.view.graphics.SplitPaneGraphics
-
- setRoot(R) - Method in class com.flexganttfx.view.GanttChart
-
Sets a new root on the Gantt chart, which will cause the framework to set
a new root of type
GanttChartTreeItem
on the underlying
TreeTableView
.
- setRow(R) - Method in class impl.com.flexganttfx.skin.graphics.FlipPane
-
- setRow(R) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
-
- setRow(R) - Method in class impl.com.flexganttfx.skin.graphics.RowPane
-
- setRowControlsFactory(Callback<GraphicsBase.RowControlsParameter<R>, Node>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- 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
-
- setRowEditorFactory(Callback<GraphicsBase.RowEditorParameter<R>, Node>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setRowFilter(Predicate<R>) - Method in class com.flexganttfx.view.GanttChartBase
-
- setRowFilter(Predicate<R>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setRowHeaderFactory(Callback<GraphicsBase<R>, GraphicsBase.RowHeader<R>>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setRowHeaderNodeFactory(Callback<R, Node>) - Method in class com.flexganttfx.view.GanttChart
-
- setRowHeadersWidth(double) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setRowHeaderTitle(String) - Method in class com.flexganttfx.view.timeline.Eventline
-
- setRowHeaderType(GanttChart.RowHeaderType) - Method in class com.flexganttfx.view.GanttChart
-
- setRowRenderer(Class<Row>, RowRenderer<?>) - Method in class com.flexganttfx.view.graphics.layer.RowLayer
-
- setRows(ObservableList<R>) - Method in class com.flexganttfx.view.GanttChartLite
-
- setRows(ObservableList<R>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setSafeRendering(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setScaleCount(int) - Method in class com.flexganttfx.model.dateline.DatelineModel
-
- setScrollDragEnabled(boolean) - Method in class com.flexganttfx.view.timeline.Timeline
-
- setScrollValue(double) - Method in class com.flexganttfx.view.graphics.ListViewGraphics
-
- setSecondaryFooter(Node) - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
-
- setSecondaryGanttChart(T) - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
-
- setSecondaryHeader(Node) - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
-
- setSelectedTimeIntervalFill(Paint) - Method in class com.flexganttfx.view.graphics.layer.SelectedTimeIntervalsLayer
-
- setSelectionMode(GraphicsBase.SelectionMode) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setSelectionMode(SelectionMode) - Method in class com.flexganttfx.view.timeline.Dateline
-
- setShowAgendaLinesLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setShowCalendarLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setShowChartLinesLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setShowDetail(boolean) - Method in class com.flexganttfx.view.GanttChartBase
-
- setShowDSTLineLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setShowDSTMarker(boolean) - Method in class com.flexganttfx.view.timeline.Eventline
-
- setShowGridLineLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setShowHorizontalCursor(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setShowHoverTimeIntervalLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setShowInnerLinesLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setShowLayoutLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setShowLinks(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setShowLower(boolean) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- setShowMarkedTimeInterval(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setShowMarkedTimeInterval(boolean) - Method in class com.flexganttfx.view.timeline.Eventline
-
- setShowNoGridOption(boolean) - Method in class com.flexganttfx.extras.VirtualGridControl
-
- setShowNowLineLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setShowRowHeaders(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setShowRowLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setShowSecondary(boolean) - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
-
- setShowSelectedTimeIntervalsLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setShowTimeCursor(boolean) - Method in class com.flexganttfx.view.timeline.Eventline
-
- setShowTreeTable(boolean) - Method in class com.flexganttfx.view.GanttChart
-
- setShowVerticalCursor(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setShowZoneId(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setShowZoomTimeIntervalLayer(boolean) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setSnapToPixel(boolean) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
-
- setSnapToPixel(boolean) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
-
- 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
-
- setStartTime(Instant) - Method in class com.flexganttfx.model.timeline.TimelineModel
-
- setStroke(Paint) - Method in class com.flexganttfx.view.graphics.layer.DSTLineLayer
-
- setStroke(Paint) - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
-
- setStroke(Paint) - Method in class com.flexganttfx.view.graphics.layer.NowLineLayer
-
- setStroke(Paint) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- setStrokeColor(Color) - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
-
- setStrokeHighlight(Paint) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- setStrokeHover(Paint) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- setStrokePressed(Paint) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- setStrokeSelected(Paint) - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- setStrokeWidth(double) - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
-
- setTableMenuButtonVisible(boolean) - Method in class com.flexganttfx.view.GanttChart
-
- setTargetActivityRef(ActivityRef<A>) - Method in class com.flexganttfx.model.ActivityLink
-
Sets the activity reference pointing to the target activity of the link.
- setText(String) - Method in class com.flexganttfx.view.timeline.DatelineCell
-
- setTextFill(Paint) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
-
- setTextFillHighlight(Paint) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
-
- setTextFillHover(Paint) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
-
- setTextFillPressed(Paint) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
-
- setTextFillSelected(Paint) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
-
- setTextGap(double) - Method in class com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
-
- setTimeline(Timeline) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setTimeline(Timeline) - Method in class com.flexganttfx.view.util.TimelineScrollBar
-
- setTimeNowColor(Paint) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setType(ActivityLink.LinkType) - Method in class com.flexganttfx.model.ActivityLink
-
Sets the link type (S-S, S-E, E-S, E-E).
- setUpperLeftFooter(Node) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- setUpperLeftGanttChart(T) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- setUpperLeftHeader(Node) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- setUpperRightFooter(Node) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- setUpperRightGanttChart(T) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- setUpperRightHeader(Node) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
- setUserObject(T) - Method in class com.flexganttfx.model.activity.ActivityBase
-
- setUserObject(T) - Method in class com.flexganttfx.model.activity.MutableChartActivityBase
-
- setUserObject(T) - Method in class com.flexganttfx.model.activity.MutableCompletableActivityBase
-
- setUserObject(T) - Method in class com.flexganttfx.model.activity.MutableHighLowChartActivityBase
-
- setUserObject(Object) - Method in class com.flexganttfx.model.ActivityLink
-
An optional user object that might be useful for creating a custom renderer.
- setUserObject(Object) - Method in class com.flexganttfx.model.Row
-
- setValue(VirtualGrid<?>) - Method in class com.flexganttfx.extras.VirtualGridControl
-
- setVirtualGrid(VirtualGrid<?>) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- setVisible(boolean) - Method in class com.flexganttfx.model.calendar.CalendarBase
-
- setVisible(boolean) - Method in class com.flexganttfx.model.Layer
-
- setVisible(boolean) - Method in class com.flexganttfx.view.graphics.layer.SystemLayer
-
- setVisibleTimeIntervalColor(Paint) - Method in class impl.com.flexganttfx.extras.skin.RadarViewSkin
-
- setWeekendColor(Paint) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- 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
-
- setZoneId(ZoneId) - Method in class com.flexganttfx.view.timeline.Dateline
-
- setZoneIdVisible(boolean) - Method in class com.flexganttfx.view.timeline.Timeline
-
- setZoomAnimated(boolean) - Method in class com.flexganttfx.view.timeline.Timeline
-
- setZoomDuration(Duration) - Method in class com.flexganttfx.view.timeline.Timeline
-
- setZoomFactor(double) - Method in class com.flexganttfx.view.timeline.Timeline
-
- setZoomLassoEnabled(boolean) - Method in class com.flexganttfx.view.timeline.Dateline
-
- setZoomMode(Timeline.ZoomMode) - Method in class com.flexganttfx.view.timeline.Timeline
-
- setZoomRange(T, int, double, T, int, double) - Method in class com.flexganttfx.model.timeline.TimelineModel
-
Sets the range in which the user can zoom in and out of the timeline.
- setZoomTimeIntervalFill(Paint) - Method in class com.flexganttfx.view.graphics.layer.ZoomTimeIntervalLayer
-
- showAgendaLinesLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- showAllActivities() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Makes the
Timeline
show a time range starting with the earliest
time used and ending with the latest time used by all currently loaded
rows.
- showAllFour(boolean) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
Convenience method to change the container settings in such a way that all
four Gantt charts in all four corners of the container will take over the
entire width and height of the container.
- showCalendarLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- showChartLinesLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- showDetailProperty() - Method in class com.flexganttfx.view.GanttChartBase
-
A property used to control whether the "details" node will be shown or
not.
- showDSTLineLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- showDSTMarkerProperty() - Method in class com.flexganttfx.view.timeline.Eventline
-
- showEarliestActivities() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Makes the
Timeline
start with the earliest time used by the
currently loaded rows.
- showGridLineLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- showHorizontalCursorProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
A property used to control wether a horizontal cursor line will be shown
by the graphics view.
- showHorizontalSplitScreen(boolean) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
Convenience method to change the container settings in such a way that the
Gantt chart in the upper left corner and the Gantt chart in the lower left
corner will take over the entire width and height of the container.
- showHoverTimeIntervalLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- showingProperty() - Method in class com.flexganttfx.model.Row
-
The property used to express whether a row is currently showing in the
view or not.
- showInnerLinesLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- showLatestActivities() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Makes the
Timeline
show the latest time used by the currently
loaded rows.
- showLayoutLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- showLinksProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Controls whether the
LinksCanvas
will be visible and links will be drawn.
- showLowerProperty() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
A property used to toggle the visibility of the upper right Gantt chart.
- showMarkedTimeIntervalProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
A property used to control whether vertical lines will be shown for a
marked time interval (e.g.
- showMarkedTimeIntervalProperty() - Method in class com.flexganttfx.view.timeline.Eventline
-
- showNoGridOptionProperty() - Method in class com.flexganttfx.extras.VirtualGridControl
-
Controls whether the control should present an option to the user to
disable the grid completely.
- showNow() - Method in class com.flexganttfx.view.timeline.Timeline
-
Makes the timeline scroll to the time point that is currently considered "now".
- showNow(boolean) - Method in class com.flexganttfx.view.timeline.Timeline
-
Makes the timeline scroll to the time point that is currently considered "now".
- showNowLineLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- showRange(Instant, Duration) - Method in class com.flexganttfx.view.timeline.Timeline
-
Requests that the given time interval will be completely visible within the timeline.
- showRange(TimeInterval) - Method in class com.flexganttfx.view.timeline.Timeline
-
Requests that the given time interval will be completely visible within the timeline.
- showRange(Instant, Instant) - Method in class com.flexganttfx.view.timeline.Timeline
-
Requests that the given time interval will be completely visible within the timeline.
- showRowHeadersProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
Determines if the row headers will be shown to the user or not.
- showRowLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- showSecondaryProperty() - Method in class com.flexganttfx.view.container.DualGanttChartContainerBase
-
A property used to toggle the visibility of the secondary Gantt chart.
- showSelectedTimeIntervalsLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- showSingleChart() - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
Convenience method to change the container settings in such a way that the
Gantt chart in the upper left corner will take over the entire width and height
of the container.
- showTemporalUnit(TemporalUnit, double) - Method in class com.flexganttfx.view.timeline.Timeline
-
Submits a request to the timeline to show the given temporal unit
(e.g.
- showTime(Instant) - Method in class com.flexganttfx.view.timeline.Timeline
-
Makes the timeline scroll to the time point passed to the method.
- showTime(Instant, boolean) - Method in class com.flexganttfx.view.timeline.Timeline
-
Makes the timeline scroll to the time point passed to the method.
- showTimeCursorProperty() - Method in class com.flexganttfx.view.timeline.Eventline
-
- showTreeTableProperty() - Method in class com.flexganttfx.view.GanttChart
-
A property used to control whether the tree table view will be shown or
not.
- showVerticalCursorProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
A property used to control wether a vertical cursor line will be shown by
the graphics view.
- showVerticalSplitScreen(boolean) - Method in class com.flexganttfx.view.container.QuadGanttChartContainerBase
-
Convenience method to change the container settings in such a way that the
Gantt chart in the upper left corner and the Gantt chart in the upper right
corner will take over the entire width and height of the container.
- showZoneIdProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- showZoomTimeIntervalLayerProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- SimpleUnit - Enum in com.flexganttfx.model.util
-
A custom temporal unit used for showing numbered units (1, 2, 3, ...
- SimpleUnitCellFactory - Class in impl.com.flexganttfx.skin.timeline
-
- SimpleUnitCellFactory() - Constructor for class impl.com.flexganttfx.skin.timeline.SimpleUnitCellFactory
-
- SimpleUnitDatelineCell - Class in impl.com.flexganttfx.skin.timeline
-
- SimpleUnitDatelineCell() - Constructor for class impl.com.flexganttfx.skin.timeline.SimpleUnitDatelineCell
-
- SimpleUnitDatelineModel - Class in com.flexganttfx.model.dateline
-
- SimpleUnitDatelineModel() - Constructor for class com.flexganttfx.model.dateline.SimpleUnitDatelineModel
-
- SimpleUnitGrid - Class in com.flexganttfx.model.dateline
-
- SimpleUnitGrid(String, String, SimpleUnit, int) - Constructor for class com.flexganttfx.model.dateline.SimpleUnitGrid
-
Constructs a new grid.
- SimpleUnitGrid(String, SimpleUnit, int) - Constructor for class com.flexganttfx.model.dateline.SimpleUnitGrid
-
Constructs a new grid.
- SimpleUnitResolution - Class in com.flexganttfx.model.dateline
-
- SimpleUnitResolution(SimpleUnit, String, int, Resolution.Position...) - Constructor for class com.flexganttfx.model.dateline.SimpleUnitResolution
-
Constructs a new resolution for the given unit, format, step rate, and positions.
- SimpleUnitResolution(SimpleUnit, String, int) - Constructor for class com.flexganttfx.model.dateline.SimpleUnitResolution
-
Constructs a new resolution for the given unit, format, step rate, and positions.
- SimpleUnitTimelineModel - Class in com.flexganttfx.model.timeline
-
A specialized timeline model for the
SimpleUnit
temporal unit.
- SimpleUnitTimelineModel() - Constructor for class com.flexganttfx.model.timeline.SimpleUnitTimelineModel
-
- SingleRowGraphics<R extends Row<?,?,?>> - Class in com.flexganttfx.view.graphics
-
A specialization of
GraphicsBase
that displays exactly one row.
- SingleRowGraphics() - Constructor for class com.flexganttfx.view.graphics.SingleRowGraphics
-
- SingleRowGraphicsSkin<R extends Row<?,?,?>> - Class in impl.com.flexganttfx.skin.graphics
-
- SingleRowGraphicsSkin(SingleRowGraphics<R>) - Constructor for class impl.com.flexganttfx.skin.graphics.SingleRowGraphicsSkin
-
- size() - Method in class com.flexganttfx.model.util.IntervalTree
-
Returns the number of activities stored inside the tree.
- smallestTemporalUnitProperty() - Method in class com.flexganttfx.model.timeline.TimelineModel
-
Stores the smallest temporal unit supported by the control.
- snapPosition(double) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
-
- snapPositionX(double) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
-
If this renderer's snapToPixel property is true, returns a value rounded
to the nearest pixel in the horizontal direction, else returns the
same value.
- snapPositionY(double) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
-
If this renderer's snapToPixel property is true, returns a value rounded
to the nearest pixel in the vertical direction, else returns the
same value.
- snapSize(double) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
-
- snapSizeX(double) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
-
If this renderer's snapToPixel property is true, returns a value ceiled
to the nearest pixel in the horizontal direction, else returns the
same value.
- snapSizeY(double) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
-
If this renderer's snapToPixel property is true, returns a value ceiled
to the nearest pixel in the vertical direction, else returns the
same value.
- snapSpace(double) - Method in class impl.com.flexganttfx.skin.graphics.RowCanvas
-
- snapSpaceX(double) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
-
If this renderer's snapToPixel property is true, returns a value rounded
to the nearest pixel in the horizontal direction, else returns the
same value.
- snapSpaceY(double) - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
-
If this renderer's snapToPixel property is true, returns a value rounded
to the nearest pixel in the vertical direction, else returns the
same value.
- snapToPixelProperty() - Method in class com.flexganttfx.view.graphics.renderer.RendererBase
-
- SplitPaneGraphics<R extends Row<?,?,?>> - Class in com.flexganttfx.view.graphics
-
A specialization of
GraphicsBase
that displays several rows inside a
SplitPane
.
- SplitPaneGraphics() - Constructor for class com.flexganttfx.view.graphics.SplitPaneGraphics
-
- SplitPaneGraphicsSkin<R extends Row<?,?,?>> - Class in impl.com.flexganttfx.skin.graphics
-
- SplitPaneGraphicsSkin(SplitPaneGraphics<R>) - Constructor for class impl.com.flexganttfx.skin.graphics.SplitPaneGraphicsSkin
-
- 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.
- startEditing() - Method in class impl.com.flexganttfx.skin.graphics.RowPane
-
- startRowEditing(R) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- startTime - Variable in class com.flexganttfx.model.activity.ActivityBase
-
- startTimeProperty() - Method in class com.flexganttfx.model.layout.AgendaLayout
-
Returns the property used for storing the start time of the agenda.
- startTimeProperty() - Method in class com.flexganttfx.model.timeline.TimelineModel
-
Returns the property used to store the first visible time point.
- startTracking() - Method in class com.flexganttfx.view.timeline.TimeTracker
-
Starts the tracking of the time.
- stopEdit() - Method in class impl.com.flexganttfx.skin.graphics.RowCanvasBehaviour
-
Changes the current edit mode to NONE and redraws the canvas.
- stopEditing() - Method in class com.flexganttfx.view.graphics.GraphicsBase.RowEditorParameter
-
- stopEditing() - Method in class impl.com.flexganttfx.skin.graphics.RowPane
-
- stopRowEditing() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- stopRowEditing(R) - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- stopTracking() - Method in class com.flexganttfx.view.timeline.TimeTracker
-
Stops the tracking of the time.
- StraightLinkRenderer<T extends ActivityLink<?>> - Class in com.flexganttfx.view.graphics.renderer
-
The straight link renderer is used to draw any link of type
ActivityLink
.
- StraightLinkRenderer(GraphicsBase<?>, String) - Constructor for class com.flexganttfx.view.graphics.renderer.StraightLinkRenderer
-
Constructs a new link renderer.
- StringUtils - Class in com.flexganttfx.core
-
A couple of utility methods for working with strings.
- StringUtils() - Constructor for class com.flexganttfx.core.StringUtils
-
- strokeColorProperty() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
-
- strokeHighlightProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- strokeHoverProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- strokePressedProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- strokeProperty() - Method in class com.flexganttfx.view.graphics.layer.DSTLineLayer
-
- strokeProperty() - Method in class com.flexganttfx.view.graphics.layer.InnerLinesLayer
-
- strokeProperty() - Method in class com.flexganttfx.view.graphics.layer.NowLineLayer
-
- strokeProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- strokeSelectedProperty() - Method in class com.flexganttfx.view.graphics.renderer.ActivityRenderer
-
- strokeWidthProperty() - Method in class com.flexganttfx.view.graphics.renderer.LinkRenderer
-
- SystemLayer<R extends Row<?,?,?>> - Class in com.flexganttfx.view.graphics.layer
-
System layers are used in the background and foreground of each row.
- SystemLayer(String, GraphicsBase<R>) - Constructor for class com.flexganttfx.view.graphics.layer.SystemLayer
-
- SystemLayerItemProvider - Class in com.flexganttfx.extras.properties.layer
-
- SystemLayerItemProvider() - Constructor for class com.flexganttfx.extras.properties.layer.SystemLayerItemProvider
-
- valueOf(String) - Static method in enum com.flexganttfx.model.ActivityLink.LinkType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.flexganttfx.model.dateline.Resolution.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.flexganttfx.model.layout.AgendaLayout.LayoutStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.flexganttfx.model.repository.ListActivityRepository.IteratorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.flexganttfx.model.util.SimpleUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.flexganttfx.view.GanttChart.DisplayMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.flexganttfx.view.GanttChart.RowHeaderType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.flexganttfx.view.graphics.GraphicsBase.DragAndDropFeedback
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.flexganttfx.view.graphics.GraphicsBase.EditMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.flexganttfx.view.graphics.GraphicsBase.LassoSelectionBehaviour
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.flexganttfx.view.graphics.GraphicsBase.RowEditingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.flexganttfx.view.graphics.GraphicsBase.SelectionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.flexganttfx.view.graphics.renderer.ActivityBarRenderer.TextPosition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.flexganttfx.view.graphics.renderer.LinkRenderer.ArrowDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.flexganttfx.view.graphics.renderer.LinkRenderer.TargetLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.flexganttfx.view.timeline.Timeline.ZoomMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.flexganttfx.view.util.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum impl.com.flexganttfx.skin.graphics.PathBuilder.ArrowDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum impl.com.flexganttfx.skin.graphics.PathBuilder.TargetLocation
-
Returns the enum constant of this type with the specified name.
- valueProperty() - Method in class com.flexganttfx.extras.VirtualGridControl
-
The property used to store the currently selected
VirtualGrid
.
- values() - Static method in enum com.flexganttfx.model.ActivityLink.LinkType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.flexganttfx.model.dateline.Resolution.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.flexganttfx.model.layout.AgendaLayout.LayoutStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.flexganttfx.model.repository.ListActivityRepository.IteratorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.flexganttfx.model.util.SimpleUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.flexganttfx.view.GanttChart.DisplayMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.flexganttfx.view.GanttChart.RowHeaderType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.flexganttfx.view.graphics.GraphicsBase.DragAndDropFeedback
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.flexganttfx.view.graphics.GraphicsBase.EditMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.flexganttfx.view.graphics.GraphicsBase.LassoSelectionBehaviour
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.flexganttfx.view.graphics.GraphicsBase.RowEditingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.flexganttfx.view.graphics.GraphicsBase.SelectionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.flexganttfx.view.graphics.renderer.ActivityBarRenderer.TextPosition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.flexganttfx.view.graphics.renderer.LinkRenderer.ArrowDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.flexganttfx.view.graphics.renderer.LinkRenderer.TargetLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.flexganttfx.view.timeline.Timeline.ZoomMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.flexganttfx.view.util.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum impl.com.flexganttfx.skin.graphics.PathBuilder.ArrowDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum impl.com.flexganttfx.skin.graphics.PathBuilder.TargetLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VBoxGraphics<R extends Row<?,?,?>> - Class in com.flexganttfx.view.graphics
-
A specialization of
GraphicsBase
that displays several rows inside a
VBox
.
- VBoxGraphics() - Constructor for class com.flexganttfx.view.graphics.VBoxGraphics
-
- VBoxGraphicsSkin<R extends Row<?,?,?>> - Class in impl.com.flexganttfx.skin.graphics
-
- VBoxGraphicsSkin(VBoxGraphics<R>) - Constructor for class impl.com.flexganttfx.skin.graphics.VBoxGraphicsSkin
-
- VERTICAL_DRAG_DONE - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
-
An event type being used when the user has finished dragging an activity.
- VERTICAL_DRAG_FINISHED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
-
An event type being used when the user has finished dragging an activity
from one row to another while preserving the start and end time of the
activity.
- VERTICAL_DRAG_ONGOING - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
-
An event type that gets used when the user is in the process of dragging
the activity from one row to another while preserving the start and end
time of the activity.
- VERTICAL_DRAG_STARTED - Static variable in class com.flexganttfx.view.graphics.ActivityEvent
-
An event type being used when the user has started dragging an activity
from one row to another while preserving the start and end time of the
activity.
- VirtualGrid<T extends TemporalUnit> - Class in com.flexganttfx.model.dateline
-
A utility class for supporting an invisible grid for editing operations on
activities.
- VirtualGrid(String, String, T, int) - Constructor for class com.flexganttfx.model.dateline.VirtualGrid
-
Constructs a new grid.
- VirtualGrid(String, T, int) - Constructor for class com.flexganttfx.model.dateline.VirtualGrid
-
Constructs a new grid.
- VirtualGridControl - Class in com.flexganttfx.extras
-
A control used to select a
VirtualGrid
from a list of possible
virtual grids.
- VirtualGridControl() - Constructor for class com.flexganttfx.extras.VirtualGridControl
-
Constructs a new virtual grid control.
- VirtualGridControlSkin - Class in impl.com.flexganttfx.extras.skin
-
- VirtualGridControlSkin(VirtualGridControl) - Constructor for class impl.com.flexganttfx.extras.skin.VirtualGridControlSkin
-
- virtualGridProperty() - Method in class com.flexganttfx.view.graphics.GraphicsBase
-
- visibleEndTimeProperty() - Method in class com.flexganttfx.view.timeline.Timeline
-
A read-only object property storing an
Instant
that represents the last visible time
point (on the right edge) inside the timeline.
- visibleProperty() - Method in class com.flexganttfx.model.calendar.CalendarBase
-
- visibleProperty() - Method in interface com.flexganttfx.model.Calendar
-
Returns the property used to store the visibility flag of the calendar.
- visibleProperty() - Method in class com.flexganttfx.model.Layer
-
The property used to store the visibility of the layer.
- visibleProperty() - Method in class com.flexganttfx.view.graphics.layer.SystemLayer
-
- visibleStartTimeProperty() - Method in class com.flexganttfx.view.timeline.Timeline
-
A read-only object property storing an
Instant
that represents the first visible time
point (on the left edge) inside the timeline.
- visibleTimeIntervalColorProperty() - Method in class impl.com.flexganttfx.extras.skin.RadarViewSkin
-
The color used to fill the rectangle that represents the currently visible time interval.
- visibleTimeIntervalProperty() - Method in class com.flexganttfx.view.timeline.Timeline
-
Stores the currently visible time interval.