Index

A B C D E F G H I K L M N O P Q R S T U V W Z 
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form

A

ABOVE - Enum-Konstante in Enumeration com.flexganttfx.view.graphics.renderer.ActivityBarRenderer.TextPosition
 
ABOVE - Enum-Konstante in Enumeration com.flexganttfx.view.graphics.renderer.LinkRenderer.TargetLocation
A enumerator value indicating that the target object is located in a row above the source object and that the x-coordinate of its start time is equal to the x-coordinate of the end time of the source object.
ABOVE - Enum-Konstante in Enumeration impl.com.flexganttfx.skin.graphics.PathBuilder.TargetLocation
A enumerator value indicating that the target object is located in a row above the source object and that the x-coordinate of its start time is equal to the x-coordinate of the end time of the source object.
ABOVE_LEFT - Enum-Konstante in Enumeration com.flexganttfx.view.graphics.renderer.ActivityBarRenderer.TextPosition
 
ABOVE_LEFT - Enum-Konstante in Enumeration com.flexganttfx.view.graphics.renderer.LinkRenderer.TargetLocation
A enumerator value indicating that the target object is located in a row above the source object and that the x-coordinate of its start time is smaller than the x-coordinate of the end time of the source object.
ABOVE_LEFT - Enum-Konstante in Enumeration impl.com.flexganttfx.skin.graphics.PathBuilder.TargetLocation
A enumerator value indicating that the target object is located in a row above the source object and that the x-coordinate of its start time is smaller than the x-coordinate of the end time of the source object.
ABOVE_RIGHT - Enum-Konstante in Enumeration com.flexganttfx.view.graphics.renderer.ActivityBarRenderer.TextPosition
 
ABOVE_RIGHT - Enum-Konstante in Enumeration com.flexganttfx.view.graphics.renderer.LinkRenderer.TargetLocation
A enumerator value indicating that the target object is located in a row above the source object and that the x-coordinate of its start time is larger than the x-coordinate of the end time of the source object.
ABOVE_RIGHT - Enum-Konstante in Enumeration impl.com.flexganttfx.skin.graphics.PathBuilder.TargetLocation
A enumerator value indicating that the target object is located in a row above the source object and that the x-coordinate of its start time is larger than the x-coordinate of the end time of the source object.
Activity - Schnittstelle 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 - Statische Variable in Klasse com.flexganttfx.model.repository.RepositoryEvent
An event type that indicates that an activity has been added to the repository.
ACTIVITY_CHANGE - Statische Variable in Klasse com.flexganttfx.view.graphics.ActivityEvent
The parent event type of all other activity event types.
ACTIVITY_CHANGE_FINISHED - Statische Variable in Klasse com.flexganttfx.view.graphics.ActivityEvent
The parent event type of all FINISHED activity event types.
ACTIVITY_CHANGE_ONGOING - Statische Variable in Klasse com.flexganttfx.view.graphics.ActivityEvent
The parent event type of all ONGOING activity event types.
ACTIVITY_CHANGE_STARTED - Statische Variable in Klasse com.flexganttfx.view.graphics.ActivityEvent
The parent event type of all STARTED activity event types.
ACTIVITY_DELETED - Statische Variable in Klasse com.flexganttfx.view.graphics.ActivityEvent
An event type used when the user pressed the delete shortcut to delete an activity.
ACTIVITY_REMOVED - Statische Variable in Klasse com.flexganttfx.model.repository.RepositoryEvent
An event type that indicates that an activity has been removed from the repository.
ActivityBarRenderer<A> - Klasse in com.flexganttfx.view.graphics.renderer
 
ActivityBarRenderer(GraphicsBase<?>, String) - Konstruktor für Klasse com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
ActivityBarRenderer.TextPosition - Enum in com.flexganttfx.view.graphics.renderer
 
ActivityBarRendererItemProvider - Klasse in com.flexganttfx.extras.properties.renderer
A property sheet item provider for ActivityBarRenderer.
ActivityBarRendererItemProvider() - Konstruktor für Klasse com.flexganttfx.extras.properties.renderer.ActivityBarRendererItemProvider
 
ActivityBase<T> - Klasse in com.flexganttfx.model.activity
The base implementation of the Activity interface.
ActivityBase() - Konstruktor für Klasse com.flexganttfx.model.activity.ActivityBase
Constructs a new activity.
ActivityBase(String) - Konstruktor für Klasse com.flexganttfx.model.activity.ActivityBase
Constructs a new activity with the given name.
ActivityBase(String, Instant, Instant) - Konstruktor für Klasse com.flexganttfx.model.activity.ActivityBase
Constructs a new activity with the given name, start time, and end time.
ActivityBase(Instant, Instant) - Konstruktor für Klasse com.flexganttfx.model.activity.ActivityBase
Constructs a new activity with the start time and end time.
ActivityBounds - Klasse in com.flexganttfx.view.graphics
Activity bounds contain the visual bounds of and the reference to an activity.
ActivityBounds(ActivityRef<?>, double, double, double, double) - Konstruktor für Klasse com.flexganttfx.view.graphics.ActivityBounds
 
ActivityComparator - Klasse in com.flexganttfx.model.util
A specialized comparator used for sorting activities.
ActivityComparator() - Konstruktor für Klasse com.flexganttfx.model.util.ActivityComparator
 
ActivityEvent - Klasse 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>) - Konstruktor für Klasse com.flexganttfx.view.graphics.ActivityEvent
 
ActivityEvent(ActivityRef<?>, EventTarget, EventType<? extends ActivityEvent>, double) - Konstruktor für Klasse com.flexganttfx.view.graphics.ActivityEvent
 
ActivityEvent(ActivityRef<?>, EventTarget, EventType<? extends ActivityEvent>, Row<?, ?, ?>, Row<?, ?, ?>, TimeInterval) - Konstruktor für Klasse com.flexganttfx.view.graphics.ActivityEvent
 
ActivityEvent(ActivityRef<?>, EventTarget, EventType<? extends ActivityEvent>, TimeInterval) - Konstruktor für Klasse com.flexganttfx.view.graphics.ActivityEvent
 
ActivityEvent(ActivityRef<?>, EventTarget, EventType<? extends ActivityEvent>, Instant) - Konstruktor für Klasse com.flexganttfx.view.graphics.ActivityEvent
 
activityFilterProperty() - Methode in Klasse com.flexganttfx.view.graphics.GraphicsBase
A property used to store a filter function, which determines if an activity will be rendered or not.
ActivityHelper - Klasse in com.flexganttfx.model.util
A helper class for working with activities.
ActivityHelper() - Konstruktor für Klasse com.flexganttfx.model.util.ActivityHelper
 
ActivityLink<A> - Klasse in com.flexganttfx.model
An activity link can be used to model any kind of dependency between two activities.
ActivityLink(ActivityRef<A>, ActivityRef<A>) - Konstruktor für Klasse com.flexganttfx.model.ActivityLink
Constructs a new activity link with type ActivityLink.LinkType.END_TO_START.
ActivityLink(ActivityRef<A>, ActivityRef<A>, ActivityLink.LinkType) - Konstruktor für Klasse com.flexganttfx.model.ActivityLink
Constructs a new activity link.
ActivityLink.LinkType - Enum in com.flexganttfx.model
An enumerator listing the available link types.
ActivityRef<A> - Klasse 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) - Konstruktor für Klasse com.flexganttfx.model.ActivityRef
Constructs a new activity reference.
ActivityRenderer<A> - Klasse in com.flexganttfx.view.graphics.renderer
 
ActivityRenderer(GraphicsBase<?>, String) - Konstruktor für Klasse com.flexganttfx.view.graphics.renderer.ActivityRenderer
 
ActivityRendererItemProvider - Klasse in com.flexganttfx.extras.properties.renderer
A property sheet item provider for ActivityRenderer.
ActivityRendererItemProvider() - Konstruktor für Klasse com.flexganttfx.extras.properties.renderer.ActivityRendererItemProvider
 
ActivityRepository<A> - Schnittstelle in com.flexganttfx.model
Activity repositories are used by rows to store and lookup activities.
ActivityRepositoryBase<A> - Klasse in com.flexganttfx.model.repository
An abstract base implementation of ActivityRepository that provides support for event handlers (adding, removing, firing events).
ActivityRepositoryBase() - Konstruktor für Klasse com.flexganttfx.model.repository.ActivityRepositoryBase
Constructs a new repository.
add(A) - Methode in Klasse com.flexganttfx.model.util.IntervalTree
Adds an activity to the tree.
add(A) - Methode in Klasse impl.com.flexganttfx.skin.util.Cluster
Adds an activity to the cluster.
add(A) - Methode in Klasse impl.com.flexganttfx.skin.util.Column
Adds the given activity to the cluster.
addActivity(ActivityRef<A>) - Methode in Klasse com.flexganttfx.model.repository.IntervalTreeActivityRepository
 
addActivity(ActivityRef<A>) - Methode in Klasse com.flexganttfx.model.repository.ListActivityRepository
 
addActivity(ActivityRef<A>) - Methode in Schnittstelle com.flexganttfx.model.repository.MutableActivityRepository
Adds the given activity to the repository.
addActivity(Layer, A) - Methode in Klasse com.flexganttfx.model.Row
Adds the given activity for the given layer to this row.
addDuration(Duration) - Methode in Klasse 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) - Methode in Klasse 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) - Methode in Klasse 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) - Methode in Klasse 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) - Methode in Klasse com.flexganttfx.model.activity.MutableActivityBase
Convenience method to determine a new end time based on a duration that will be added several times to the current end time of the activity.
addDuration(Duration, long) - Methode in Klasse com.flexganttfx.model.activity.MutableChartActivityBase
Convenience method to determine a new end time based on a duration that will be added several times to the current end time of the activity.
addDuration(Duration, long) - Methode in Klasse com.flexganttfx.model.activity.MutableCompletableActivityBase
Convenience method to determine a new end time based on a duration that will be added several times to the current end time of the activity.
addDuration(Duration, long) - Methode in Klasse 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>) - Methode in Schnittstelle com.flexganttfx.model.ActivityRepository
Adds an event handler for receiving repository events.
addEventHandler(EventHandler<RepositoryEvent>) - Methode in Klasse com.flexganttfx.model.repository.ActivityRepositoryBase
 
addResolution(Resolution<T>) - Methode in Klasse com.flexganttfx.model.dateline.DatelineModel
Adds a resolution to the model.
addTo(R, long) - Methode in Enumeration com.flexganttfx.model.util.SimpleUnit
 
addZoneId(String) - Methode in Klasse com.flexganttfx.model.dateline.DatelineModel
Adds a ZoneId to the model.
adjustTime(Instant, ZoneId, boolean, DayOfWeek) - Methode in Klasse com.flexganttfx.model.dateline.ChronoUnitGrid
 
adjustTime(Instant, ZoneId, boolean, DayOfWeek) - Methode in Klasse com.flexganttfx.model.dateline.SimpleUnitGrid
 
adjustTime(Instant, ZoneId, boolean, DayOfWeek) - Methode in Klasse 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) - Methode in Klasse com.flexganttfx.model.dateline.ChronoUnitGrid
 
adjustTime(LocalTime, boolean) - Methode in Klasse com.flexganttfx.model.dateline.SimpleUnitGrid
 
adjustTime(LocalTime, boolean) - Methode in Klasse com.flexganttfx.model.dateline.VirtualGrid
Adjusts the given local time so that the returned time will snap to the position defined by the grid settings.
AGENDA_ASSIGNING - Enum-Konstante in Enumeration com.flexganttfx.view.graphics.GraphicsBase.EditMode
 
AGENDA_DRAGGING - Enum-Konstante in Enumeration com.flexganttfx.view.graphics.GraphicsBase.EditMode
 
AGENDA_END_TIME_CHANGE - Enum-Konstante in Enumeration com.flexganttfx.view.graphics.GraphicsBase.EditMode
 
AGENDA_START_TIME_CHANGE - Enum-Konstante in Enumeration com.flexganttfx.view.graphics.GraphicsBase.EditMode
 
AgendaHelper - Klasse in impl.com.flexganttfx.skin.util
A couple of utility methods used for the AgendaLayout.
AgendaHelper.AgendaLineLocation - Klasse in impl.com.flexganttfx.skin.util
Stores information about an agenda line location.
agendaLabelsVisibleProperty() - Methode in Klasse com.flexganttfx.view.graphics.ScaleRowHeader
 
AgendaLayout - Klasse 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() - Konstruktor für Klasse 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) - Konstruktor für Klasse impl.com.flexganttfx.skin.util.AgendaHelper.AgendaLineLocation
Constructs a new agenda line location.
AgendaLinesLayer<R> - Klasse 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>) - Konstruktor für Klasse com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
AgendaLinesLayerItemProvider - Klasse in com.flexganttfx.extras.properties.layer
A property sheet item provider for AgendaLinesLayer.
AgendaLinesLayerItemProvider() - Konstruktor für Klasse com.flexganttfx.extras.properties.layer.AgendaLinesLayerItemProvider
 
agendaLinesLineWidthProperty() - Methode in Klasse com.flexganttfx.view.graphics.ScaleRowHeader
 
agendaLinesSizeProperty() - Methode in Klasse com.flexganttfx.view.graphics.ScaleRowHeader
 
agendaLinesStrokeProperty() - Methode in Klasse com.flexganttfx.view.graphics.ScaleRowHeader
 
agendaLinesVisibleProperty() - Methode in Klasse com.flexganttfx.view.graphics.ScaleRowHeader
 
ALL - Statische Variable in Klasse com.flexganttfx.core.LoggingDomain
 
ALL - Statische Variable in Klasse com.flexganttfx.view.graphics.LassoEvent
The parent event type of all other lasso event types.
alphaProperty() - Methode in Klasse com.flexganttfx.view.graphics.renderer.RendererBase
 
animatedProperty() - Methode in Klasse 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() - Methode in Klasse com.flexganttfx.view.graphics.GraphicsBase
 
arrowHeadColorProperty() - Methode in Klasse com.flexganttfx.view.graphics.renderer.LinkRenderer
 
arrowSizeProperty() - Methode in Klasse com.flexganttfx.view.graphics.renderer.LinkRenderer
The arrow size determines how big the arrow head will be drawn.
attachToRow() - Methode in Klasse com.flexganttfx.model.ActivityRef
Attaches the activity to its row.
autoFixTextProperty() - Methode in Klasse com.flexganttfx.view.graphics.renderer.ActivityBarRenderer
 
autoGridEnabledProperty() - Methode in Klasse com.flexganttfx.view.graphics.GraphicsBase
A property used to enable / disable the autogrid mode.
autoHideScrollBarProperty() - Methode in Klasse com.flexganttfx.view.GanttChartBase
Determines if the scrollbar will automatically hide itself if no longer needed.
AutoLinesManager<R,A> - Klasse in com.flexganttfx.view.util
A specialized LinesManager used for ensuring that activities will not overlap each other.
AutoLinesManager(R, GraphicsBase<R>) - Konstruktor für Klasse com.flexganttfx.view.util.AutoLinesManager
Constructs a new automatic lines manager.
autoMarkedTimeIntervalProperty() - Methode in Klasse 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. move an activity horizontally).
automaticRedrawProperty() - Methode in Klasse 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() - Methode in Klasse com.flexganttfx.view.graphics.ListViewGraphics
This property defines the distance from the viewport borders (in pixels) where the viewport will automatically start scrolling, either horizontally or vertically.

B

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

C

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

D

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

E

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

F

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

G

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

H

hasChildren(Predicate) - Methode in Klasse com.flexganttfx.model.Row
Checks whether the given row has any child rows (no matter how deep) that fulfill the given predicate.
hashCode() - Methode in Klasse com.flexganttfx.model.ActivityRef
 
hashCode() - Methode in Klasse com.flexganttfx.model.util.TimeInterval
 
hashCode() - Methode in Klasse com.flexganttfx.view.graphics.ActivityBounds
 
hasProperties() - Methode in Klasse com.flexganttfx.model.Row
Tests if the row has properties.
hasRoomFor(A, Predicate<A>) - Methode in Klasse impl.com.flexganttfx.skin.util.Column
Checks whether the column has room for the given activity, meaning whether the time interval occupied by the activity is currently being used or not.
heightProperty() - Methode in Klasse com.flexganttfx.model.Row
The property used to store the height of the row.
high - Variable in Klasse com.flexganttfx.model.activity.HighLowChartActivityBase
 
highlightDelayProperty() - Methode in Klasse com.flexganttfx.view.graphics.GraphicsBase
A property used to store the delay between two "blinks" of highlighted rows or activities.
highlightedProperty() - Methode in Klasse com.flexganttfx.view.graphics.GraphicsBase
A read-only property used to control the highlighting effect.
HighLowChartActivity - Schnittstelle in com.flexganttfx.model.activity
An add-on interface for Activity used for activities that want to be shown as "High Low Sticks" (e.g.
HighLowChartActivityBase<T> - Klasse in com.flexganttfx.model.activity
The base implementation of a high-low activity, which are used in combination with a ChartLayout.
HighLowChartActivityBase() - Konstruktor für Klasse com.flexganttfx.model.activity.HighLowChartActivityBase
Constructs a new high-low activity.
HighLowChartActivityBase(double, double, Instant) - Konstruktor für Klasse com.flexganttfx.model.activity.HighLowChartActivityBase
Constructs a new high-low activity with the given initial high and low values and the start and end time set to the given time.
HighLowChartActivityBase(double, double, Instant, Instant) - Konstruktor für Klasse com.flexganttfx.model.activity.HighLowChartActivityBase
Constructs a new high-low activity with the given initial high and low values and the given start and end time.
horizonEndTimeProperty() - Methode in Klasse com.flexganttfx.model.timeline.TimelineModel
Returns the object property used for storing the end time of the horizon.
horizonStartTimeProperty() - Methode in Klasse com.flexganttfx.model.timeline.TimelineModel
Returns the object property used for storing the start time of the horizon.
HORIZONTAL_DRAG_FINISHED - Statische Variable in Klasse com.flexganttfx.view.graphics.ActivityEvent
An event type being used when the user has finished dragging an activity within its row, which means that the start and end time have both changed at the same time.
HORIZONTAL_DRAG_ONGOING - Statische Variable in Klasse com.flexganttfx.view.graphics.ActivityEvent
An event type that gets used when the user is in the process of dragging the activity within its row, changing the start and end time at the same time.
HORIZONTAL_DRAG_STARTED - Statische Variable in Klasse com.flexganttfx.view.graphics.ActivityEvent
An event type being used when the user has started dragging an activity within its row, which means that the start and end time will both change at the same time.
horizontalDragEnabledProperty() - Methode in Klasse com.flexganttfx.view.graphics.GraphicsBase
Determines whether the user can perform a horizontal drag with a mouse drag.
hoverActivityProperty() - Methode in Klasse com.flexganttfx.view.graphics.GraphicsBase
 
hoverLayoutProperty() - Methode in Klasse com.flexganttfx.view.graphics.GraphicsBase
 
hoverRowProperty() - Methode in Klasse com.flexganttfx.view.graphics.GraphicsBase
 
hoverTimeIntervalFillProperty() - Methode in Klasse com.flexganttfx.view.graphics.layer.HoverTimeIntervalLayer
 
HoverTimeIntervalLayer<R> - Klasse in com.flexganttfx.view.graphics.layer
Draws the hover time interval specified by the dateline.
HoverTimeIntervalLayer(GraphicsBase<R>) - Konstruktor für Klasse com.flexganttfx.view.graphics.layer.HoverTimeIntervalLayer
 
HoverTimeIntervalLayerItemProvider - Klasse in com.flexganttfx.extras.properties.layer
A property sheet item provider for HoverTimeIntervalLayer.
HoverTimeIntervalLayerItemProvider() - Konstruktor für Klasse com.flexganttfx.extras.properties.layer.HoverTimeIntervalLayerItemProvider
 
hoverTimeIntervalProperty() - Methode in Klasse com.flexganttfx.view.timeline.Dateline
A read-only property that can be used to find out the time shown at the current mouse hover location.
HUNDRED - Enum-Konstante in Enumeration com.flexganttfx.model.util.SimpleUnit
A granularity representing one hundred milliseconds.

I

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

K

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

L

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

M

main(String[]) - Statische Methode in Klasse com.flexganttfx.view.Test
 
majorChartLabelsVisibleProperty() - Methode in Klasse com.flexganttfx.view.graphics.ScaleRowHeader
 
majorChartLinesLineWidthProperty() - Methode in Klasse com.flexganttfx.view.graphics.ScaleRowHeader
 
majorChartLinesSizeProperty() - Methode in Klasse com.flexganttfx.view.graphics.ScaleRowHeader
 
majorChartLinesStrokeProperty() - Methode in Klasse com.flexganttfx.view.graphics.ScaleRowHeader
 
majorChartLinesVisibleProperty() - Methode in Klasse com.flexganttfx.view.graphics.ScaleRowHeader
 
majorLineDashesProperty() - Methode in Klasse com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
majorLineDashesProperty() - Methode in Klasse com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
majorLinesLineWidthProperty() - Methode in Klasse com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
majorLinesLineWidthProperty() - Methode in Klasse com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
majorLinesStrokeProperty() - Methode in Klasse com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
majorLinesStrokeProperty() - Methode in Klasse com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
majorLinesVisibleProperty() - Methode in Klasse com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
majorLinesVisibleProperty() - Methode in Klasse com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
markedTimeIntervalProperty() - Methode in Klasse com.flexganttfx.view.timeline.Eventline
 
Master / Detail Panes - Tag suchen in Klasse com.flexganttfx.view.GanttChart
Abschnitt
Master / Detail Panes - Tag suchen in Klasse com.flexganttfx.view.GanttChartLite
Abschnitt
masterTimelineProperty() - Methode in Klasse com.flexganttfx.view.GanttChartBase
A property used to store a reference to the timeline that is being considered the "master" timeline.
maxGridLevelProperty() - Methode in Klasse 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() - Methode in Klasse com.flexganttfx.model.Row
The property used to store the maximum height of the row.
maximumMillisPerPixelProperty() - Methode in Klasse 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() - Methode in Klasse com.flexganttfx.model.dateline.DatelineModel
Returns the property used to store the maximum scale count.
maxValueProperty() - Methode in Klasse 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 - Klasse in com.flexganttfx.extras.util
A utility class used for translating strings of the framework.
Messages - Klasse in com.flexganttfx.view.util
A utility class used for translating strings of the framework.
MIDDLE - Enum-Konstante in Enumeration com.flexganttfx.model.dateline.Resolution.Position
 
MIDDLE - Enum-Konstante in Enumeration com.flexganttfx.view.util.Position
An element somewhere in the middle.
MILLION - Enum-Konstante in Enumeration com.flexganttfx.model.util.SimpleUnit
A granularity representing one million milliseconds.
MILLION_HUNDRED - Enum-Konstante in Enumeration com.flexganttfx.model.util.SimpleUnit
A granularity representing one hundred million milliseconds.
MILLION_TEN - Enum-Konstante in Enumeration com.flexganttfx.model.util.SimpleUnit
A granularity representing ten million milliseconds.
millisPerPixelProperty() - Methode in Klasse com.flexganttfx.model.timeline.TimelineModel
Returns the property used to store the millis per pixel value.
minDurationProperty() - Methode in Klasse com.flexganttfx.model.layout.AgendaLayout
A property used to store the minimum duration of activities in the agenda layout.
minHeightProperty() - Methode in Klasse com.flexganttfx.model.Row
The property used to store the minimum height of the row.
minimumMillisPerPixelProperty() - Methode in Klasse 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() - Methode in Klasse com.flexganttfx.model.layout.AgendaLayout
Stores the minimum space between two hour lines.
minorChartLabelsVisibleProperty() - Methode in Klasse com.flexganttfx.view.graphics.ScaleRowHeader
 
minorChartLinesLineWidthProperty() - Methode in Klasse com.flexganttfx.view.graphics.ScaleRowHeader
 
minorChartLinesSizeProperty() - Methode in Klasse com.flexganttfx.view.graphics.ScaleRowHeader
 
minorChartLinesStrokeProperty() - Methode in Klasse com.flexganttfx.view.graphics.ScaleRowHeader
 
minorChartLinesVisibleProperty() - Methode in Klasse com.flexganttfx.view.graphics.ScaleRowHeader
 
minorLineDashesProperty() - Methode in Klasse com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
minorLineDashesProperty() - Methode in Klasse com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
minorLinesLineWidthProperty() - Methode in Klasse com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
minorLinesLineWidthProperty() - Methode in Klasse com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
minorLinesStrokeProperty() - Methode in Klasse com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
minorLinesStrokeProperty() - Methode in Klasse com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
minorLinesVisibleProperty() - Methode in Klasse com.flexganttfx.view.graphics.layer.AgendaLinesLayer
 
minorLinesVisibleProperty() - Methode in Klasse com.flexganttfx.view.graphics.layer.ChartLinesLayer
 
minScaleCountProperty() - Methode in Klasse com.flexganttfx.model.dateline.DatelineModel
Returns the property used to store the minimum scale count.
minValueProperty() - Methode in Klasse 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 - Ausnahmeklasse in impl.com.flexganttfx.skin.graphics
 
MissingActivityBoundsException(ActivityRenderer<?>, Activity, Row<?, ?, ?>, int) - Konstruktor für Ausnahmeklasse impl.com.flexganttfx.skin.graphics.MissingActivityBoundsException
 
MODEL - Statische Variable in Klasse com.flexganttfx.core.LoggingDomain
 
modelProperty() - Methode in Klasse com.flexganttfx.view.timeline.Dateline
A property used to store the model of the dateline control.
modelProperty() - Methode in Klasse com.flexganttfx.view.timeline.Timeline
Stores the timeline model to be used by the timeline.
moveAnimatedProperty() - Methode in Klasse com.flexganttfx.view.timeline.Timeline
A boolean property used to control whether moving from one time to another will happen animated or not.
moveDurationProperty() - Methode in Klasse 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) - Methode in Klasse com.flexganttfx.view.graphics.GraphicsBase
Moves the given layer backward within the stack of layers.
moveLayerForward(Layer) - Methode in Klasse com.flexganttfx.view.graphics.GraphicsBase
Moves the given layer forward within the stack of layers.
moveLayerToBack(Layer) - Methode in Klasse 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) - Methode in Klasse 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 - Klasse 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 behavior in sync.
MultiGanttChartContainer() - Konstruktor für Klasse com.flexganttfx.view.container.MultiGanttChartContainer
Constructs a new container.
MultiGanttChartContainer(boolean) - Konstruktor für Klasse com.flexganttfx.view.container.MultiGanttChartContainer
Constructs a new empty container.
MultiGanttChartContainer(boolean, GanttChart<?>...) - Konstruktor für Klasse com.flexganttfx.view.container.MultiGanttChartContainer
Constructs a new container with the given Gantt chart controls.
MultiGanttChartContainer(GanttChart<?>...) - Konstruktor für Klasse com.flexganttfx.view.container.MultiGanttChartContainer
Constructs a new container with the given Gantt chart controls.
MultiGanttChartContainerBase<T> - Klasse in com.flexganttfx.view.container
A container capable of displaying multiple instances of GanttChartBase and keeping their layouts and their scrolling and zooming behavior in sync.
MultiGanttChartContainerBase() - Konstruktor für Klasse com.flexganttfx.view.container.MultiGanttChartContainerBase
Constructs a new container.
MultiGanttChartContainerBase(boolean) - Konstruktor für Klasse com.flexganttfx.view.container.MultiGanttChartContainerBase
Constructs a new empty container.
MultiGanttChartContainerBase(boolean, T...) - Konstruktor für Klasse com.flexganttfx.view.container.MultiGanttChartContainerBase
Constructs a new container with the given Gantt chart controls.
MultiGanttChartContainerBase(T...) - Konstruktor für Klasse com.flexganttfx.view.container.MultiGanttChartContainerBase
Constructs a new container with the given Gantt chart controls.
MultiGanttChartContainerSkin - Klasse in impl.com.flexganttfx.skin.container
 
MultiGanttChartContainerSkin(MultiGanttChartContainerBase) - Konstruktor für Klasse impl.com.flexganttfx.skin.container.MultiGanttChartContainerSkin
 
MultiGanttChartContainerSkinBase<T> - Klasse in impl.com.flexganttfx.skin.container
 
MultiGanttChartContainerSkinBase(T) - Konstruktor für Klasse impl.com.flexganttfx.skin.container.MultiGanttChartContainerSkinBase
 
MultiGanttChartLiteContainer - Klasse in com.flexganttfx.view.container
A container capable of displaying multiple instances of GanttChartLite and keeping their layouts and their scrolling and zooming behavior in sync.
MultiGanttChartLiteContainer() - Konstruktor für Klasse com.flexganttfx.view.container.MultiGanttChartLiteContainer
Constructs a new container.
MultiGanttChartLiteContainer(boolean) - Konstruktor für Klasse com.flexganttfx.view.container.MultiGanttChartLiteContainer
Constructs a new empty container.
MultiGanttChartLiteContainer(boolean, GanttChartLite<?>...) - Konstruktor für Klasse com.flexganttfx.view.container.MultiGanttChartLiteContainer
Constructs a new container with the given Gantt chart controls.
MultiGanttChartLiteContainer(GanttChartLite<?>...) - Konstruktor für Klasse com.flexganttfx.view.container.MultiGanttChartLiteContainer
Constructs a new container with the given Gantt chart controls.
MULTIPLE - Enum-Konstante in Enumeration com.flexganttfx.view.graphics.GraphicsBase.SelectionMode
 
MULTIPLE_ROWS - Enum-Konstante in Enumeration com.flexganttfx.view.graphics.GraphicsBase.RowEditingMode
 
MutableActivity - Schnittstelle 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> - Klasse in com.flexganttfx.model.activity
The base implementation of a mutable activity.
MutableActivityBase() - Konstruktor für Klasse com.flexganttfx.model.activity.MutableActivityBase
Constructs a new mutable activity.
MutableActivityBase(String) - Konstruktor für Klasse com.flexganttfx.model.activity.MutableActivityBase
Constructs a new mutable activity with the given name.
MutableActivityBase(String, Instant, Instant) - Konstruktor für Klasse com.flexganttfx.model.activity.MutableActivityBase
Constructs a new mutable activity with the given name, start time, and end time.
MutableActivityBase(Instant, Instant) - Konstruktor für Klasse com.flexganttfx.model.activity.MutableActivityBase
Constructs a new mutable activity with the start time and end time.
MutableActivityRepository<A> - Schnittstelle in com.flexganttfx.model.repository
The required interface for a repository that is also mutable (activities can be added and removed).
MutableActivityRepositoryBase<A> - Klasse in com.flexganttfx.model.repository
 
MutableActivityRepositoryBase() - Konstruktor für Klasse com.flexganttfx.model.repository.MutableActivityRepositoryBase
 
MutableCalendarActivityBase<T> - Klasse in com.flexganttfx.model.calendar
A mutable calendar activity base implementation.
MutableCalendarActivityBase() - Konstruktor für Klasse com.flexganttfx.model.calendar.MutableCalendarActivityBase
Constructs a new mutable calendar activity.
MutableCalendarActivityBase(String) - Konstruktor für Klasse com.flexganttfx.model.calendar.MutableCalendarActivityBase
Constructs a new mutable calendar activity with the given name.
MutableCalendarActivityBase(String, Instant, Instant) - Konstruktor für Klasse com.flexganttfx.model.calendar.MutableCalendarActivityBase
Constructs a new mutable calendar activity with the given name, start time, and end time.
MutableCalendarActivityBase(Instant, Instant) - Konstruktor für Klasse com.flexganttfx.model.calendar.MutableCalendarActivityBase
Constructs a new mutable calendar activity with the start time and end time.
MutableChartActivity - Schnittstelle 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> - Klasse in com.flexganttfx.model.activity
The base implementation of a mutable chart activity.
MutableChartActivityBase() - Konstruktor für Klasse com.flexganttfx.model.activity.MutableChartActivityBase
Constructs a new mutable chart activity.
MutableChartActivityBase(double) - Konstruktor für Klasse com.flexganttfx.model.activity.MutableChartActivityBase
Constructs a new mutable chart activity with the given value.
MutableChartActivityBase(double, Instant) - Konstruktor für Klasse com.flexganttfx.model.activity.MutableChartActivityBase
Constructs a new mutable chart activity with the given value.
MutableChartActivityBase(double, Instant, Instant) - Konstruktor für Klasse com.flexganttfx.model.activity.MutableChartActivityBase
Constructs a new mutable chart activity with the given value.
MutableCompletableActivity - Schnittstelle 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> - Klasse in com.flexganttfx.model.activity
The base implementation of a mutable and completable activity.
MutableCompletableActivityBase() - Konstruktor für Klasse com.flexganttfx.model.activity.MutableCompletableActivityBase
Constructs a new mutable activity.
MutableCompletableActivityBase(String) - Konstruktor für Klasse com.flexganttfx.model.activity.MutableCompletableActivityBase
Constructs a new mutable activity with the given name.
MutableCompletableActivityBase(String, Instant, Instant) - Konstruktor für Klasse com.flexganttfx.model.activity.MutableCompletableActivityBase
Constructs a new mutable activity with the given name, start time, and end time.
MutableCompletableActivityBase(Instant, Instant) - Konstruktor für Klasse com.flexganttfx.model.activity.MutableCompletableActivityBase
Constructs a new mutable activity with the start time and end time.
MutableHighLowChartActivity - Schnittstelle 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> - Klasse in com.flexganttfx.model.activity
The base implementation of a mutable high / low activity.
MutableHighLowChartActivityBase() - Konstruktor für Klasse com.flexganttfx.model.activity.MutableHighLowChartActivityBase
Constructs a new high-low activity.
MutableHighLowChartActivityBase(double, double, Instant) - Konstruktor für Klasse com.flexganttfx.model.activity.MutableHighLowChartActivityBase
Constructs a new high-low activity with the given initial high and low values and the start and end time set to the given time.
MutableHighLowChartActivityBase(double, double, Instant, Instant) - Konstruktor für Klasse com.flexganttfx.model.activity.MutableHighLowChartActivityBase
Constructs a new high-low activity with the given initial high and low values and the given start and end time.

N

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

O

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

P

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

Q

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

R

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

S

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

T

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

U

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

V

valueOf(String) - Statische Methode in Enumeration com.flexganttfx.model.ActivityLink.LinkType
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enumeration com.flexganttfx.model.dateline.Resolution.Position
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enumeration com.flexganttfx.model.layout.AgendaLayout.LayoutStrategy
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enumeration com.flexganttfx.model.repository.ListActivityRepository.IteratorType
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enumeration com.flexganttfx.model.util.SimpleUnit
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enumeration com.flexganttfx.view.GanttChart.DisplayMode
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enumeration com.flexganttfx.view.GanttChart.RowHeaderType
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enumeration com.flexganttfx.view.GanttChartBase.ScrollBarType
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enumeration com.flexganttfx.view.graphics.GraphicsBase.DragAndDropFeedback
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enumeration com.flexganttfx.view.graphics.GraphicsBase.EditMode
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enumeration com.flexganttfx.view.graphics.GraphicsBase.LassoSelectionBehaviour
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enumeration com.flexganttfx.view.graphics.GraphicsBase.RowEditingMode
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enumeration com.flexganttfx.view.graphics.GraphicsBase.SelectionMode
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enumeration com.flexganttfx.view.graphics.renderer.ActivityBarRenderer.TextPosition
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enumeration com.flexganttfx.view.graphics.renderer.LinkRenderer.ArrowDirection
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enumeration com.flexganttfx.view.graphics.renderer.LinkRenderer.TargetLocation
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enumeration com.flexganttfx.view.timeline.Timeline.ZoomMode
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enumeration com.flexganttfx.view.util.Position
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enumeration impl.com.flexganttfx.skin.graphics.PathBuilder.ArrowDirection
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
valueOf(String) - Statische Methode in Enumeration impl.com.flexganttfx.skin.graphics.PathBuilder.TargetLocation
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
valueProperty() - Methode in Klasse com.flexganttfx.extras.VirtualGridControl
The property used to store the currently selected VirtualGrid.
values() - Statische Methode in Enumeration com.flexganttfx.model.ActivityLink.LinkType
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enumeration com.flexganttfx.model.dateline.Resolution.Position
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enumeration com.flexganttfx.model.layout.AgendaLayout.LayoutStrategy
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enumeration com.flexganttfx.model.repository.ListActivityRepository.IteratorType
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enumeration com.flexganttfx.model.util.SimpleUnit
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enumeration com.flexganttfx.view.GanttChart.DisplayMode
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enumeration com.flexganttfx.view.GanttChart.RowHeaderType
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enumeration com.flexganttfx.view.GanttChartBase.ScrollBarType
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enumeration com.flexganttfx.view.graphics.GraphicsBase.DragAndDropFeedback
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enumeration com.flexganttfx.view.graphics.GraphicsBase.EditMode
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enumeration com.flexganttfx.view.graphics.GraphicsBase.LassoSelectionBehaviour
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enumeration com.flexganttfx.view.graphics.GraphicsBase.RowEditingMode
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enumeration com.flexganttfx.view.graphics.GraphicsBase.SelectionMode
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enumeration com.flexganttfx.view.graphics.renderer.ActivityBarRenderer.TextPosition
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enumeration com.flexganttfx.view.graphics.renderer.LinkRenderer.ArrowDirection
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enumeration com.flexganttfx.view.graphics.renderer.LinkRenderer.TargetLocation
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enumeration com.flexganttfx.view.timeline.Timeline.ZoomMode
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enumeration com.flexganttfx.view.util.Position
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enumeration impl.com.flexganttfx.skin.graphics.PathBuilder.ArrowDirection
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
values() - Statische Methode in Enumeration impl.com.flexganttfx.skin.graphics.PathBuilder.TargetLocation
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
VBoxGraphics<R> - Klasse in com.flexganttfx.view.graphics
A specialization of GraphicsBase that displays several rows inside a VBox.
VBoxGraphics() - Konstruktor für Klasse com.flexganttfx.view.graphics.VBoxGraphics
 
VBoxGraphicsSkin<R> - Klasse in impl.com.flexganttfx.skin.graphics
 
VBoxGraphicsSkin(VBoxGraphics<R>) - Konstruktor für Klasse impl.com.flexganttfx.skin.graphics.VBoxGraphicsSkin
 
VERTICAL_DRAG_DONE - Statische Variable in Klasse com.flexganttfx.view.graphics.ActivityEvent
An event type being used when the user has finished dragging an activity.
VERTICAL_DRAG_FINISHED - Statische Variable in Klasse 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 - Statische Variable in Klasse 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 - Statische Variable in Klasse 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.
VirtualFlowUtil - Klasse in com.flexganttfx.view.util
 
VirtualFlowUtil() - Konstruktor für Klasse com.flexganttfx.view.util.VirtualFlowUtil
 
VirtualGrid<T> - Klasse in com.flexganttfx.model.dateline
A utility class for supporting an invisible grid for editing operations on activities.
VirtualGrid(String, String, T, int) - Konstruktor für Klasse com.flexganttfx.model.dateline.VirtualGrid
Constructs a new grid.
VirtualGrid(String, T, int) - Konstruktor für Klasse com.flexganttfx.model.dateline.VirtualGrid
Constructs a new grid.
VirtualGridControl - Klasse in com.flexganttfx.extras
A control used to select a VirtualGrid from a list of possible virtual grids.
VirtualGridControl() - Konstruktor für Klasse com.flexganttfx.extras.VirtualGridControl
Constructs a new virtual grid control.
VirtualGridControlSkin - Klasse in impl.com.flexganttfx.extras.skin
 
VirtualGridControlSkin(VirtualGridControl) - Konstruktor für Klasse impl.com.flexganttfx.extras.skin.VirtualGridControlSkin
 
virtualGridProperty() - Methode in Klasse com.flexganttfx.view.graphics.GraphicsBase
 
visibleEndTimeProperty() - Methode in Klasse 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() - Methode in Klasse com.flexganttfx.model.calendar.CalendarBase
 
visibleProperty() - Methode in Schnittstelle com.flexganttfx.model.Calendar
Returns the property used to store the visibility flag of the calendar.
visibleProperty() - Methode in Klasse com.flexganttfx.model.Layer
The property used to store the visibility of the layer.
visibleProperty() - Methode in Klasse com.flexganttfx.view.graphics.layer.SystemLayer
 
visibleStartTimeProperty() - Methode in Klasse 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() - Methode in Klasse impl.com.flexganttfx.extras.skin.RadarViewSkin
The color used to fill the rectangle that represents the currently visible time interval.
visibleTimeIntervalProperty() - Methode in Klasse com.flexganttfx.view.timeline.Timeline
Stores the currently visible time interval.

W

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

Z

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