Verwendungen von Klasse
com.flexganttfx.view.util.FlexGanttFXControl
Packages, die FlexGanttFXControl verwenden
Package
Beschreibung
Various utility classes, most notably a toolbar and a statusbar control for
rapid prototyping (not intended for production use).
The main Gantt chart controls.
Containers for the synchronized display of two or more Gantt charts.
The various graphics controls that are used for rendering the Gantt chart.
The timeline control, which consists of the dateline and the eventline child
controls.
-
Verwendungen von FlexGanttFXControl in com.flexganttfx.extras
Unterklassen von FlexGanttFXControl in com.flexganttfx.extrasModifizierer und TypKlasseBeschreibungclassLayersView<R extends Row<?,?, ?>> A control used for displaying the list of layers used by theGraphicsBase.classA control used for rendering an overview of all activities within a Gantt chart or to be more precise aGraphicsBase.

classA control used to select aVirtualGridfrom a list of possible virtual grids. -
Verwendungen von FlexGanttFXControl in com.flexganttfx.view
Unterklassen von FlexGanttFXControl in com.flexganttfx.viewModifizierer und TypKlasseBeschreibungclassGanttChart<R extends Row<?,?, ?>> A control used to visualize any kind of scheduling data along a timeline.classGanttChartBase<R extends Row<?,?, ?>> Abstract base class for all Gantt chart controls.classGanttChartLite<R extends Row<?,?, ?>> A control used to visualize any kind of scheduling data along a timeline. -
Verwendungen von FlexGanttFXControl in com.flexganttfx.view.container
Unterklassen von FlexGanttFXControl in com.flexganttfx.view.containerModifizierer und TypKlasseBeschreibungclassContainerBase<T extends GanttChartBase<?>>A common base class for containers that wrap two or more Gantt charts.classA specialization ofDualGanttChartContainerBasecapable of displaying exactly two instances ofGanttChartand keeping their layouts (same table width, same timeline) and their scrolling and zooming behavior in sync.classDualGanttChartContainerBase<T extends GanttChartBase<?>>A specialization ofContainerBasecapable of displaying exactly two instances ofGanttChartBaseand keeping their layouts and their scrolling and zooming behavior in sync.classA specialization ofDualGanttChartContainerBasecapable of displaying exactly two instances ofGanttChartLiteand keeping their layouts (e.g., same timeline) and their scrolling and zooming behavior in sync.classA container capable of displaying multiple instances ofGanttChartand keeping their layouts (same table width, same timeline) and their scrolling and zooming behavior in sync.classMultiGanttChartContainerBase<T extends GanttChartBase<?>>A container capable of displaying multiple instances ofGanttChartBaseand keeping their layouts and their scrolling and zooming behavior in sync.classA container capable of displaying multiple instances ofGanttChartLiteand keeping their layouts and their scrolling and zooming behavior in sync.classA specialization ofQuadGanttChartContainerBasecapable of displaying exactly four instances ofGanttChartand keeping their layouts (same table width, same timeline) and their scrolling and zooming behavior in sync.classQuadGanttChartContainerBase<T extends GanttChartBase<?>>A specialization ofContainerBasecapable of displaying exactly four instances ofGanttChartBaseand keeping their layouts and their scrolling and zooming behavior in sync.classA specialization ofQuadGanttChartContainerBasecapable of displaying exactly four instances ofGanttChartLiteand keeping their layouts and their scrolling and zooming behavior in sync. -
Verwendungen von FlexGanttFXControl in com.flexganttfx.view.graphics
Unterklassen von FlexGanttFXControl in com.flexganttfx.view.graphicsModifizierer und TypKlasseBeschreibungclassGraphicsBase<R extends Row<?,?, ?>> 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.classListViewGraphics<R extends Row<?,?, ?>> A specialization ofGraphicsBasethat uses aListViewto display a list of rows.classSingleRowGraphics<R extends Row<?,?, ?>> A specialization ofGraphicsBasethat displays exactly one row.classSplitPaneGraphics<R extends Row<?,?, ?>> A specialization ofGraphicsBasethat displays several rows inside aSplitPane.classVBoxGraphics<R extends Row<?,?, ?>> A specialization ofGraphicsBasethat displays several rows inside aVBox. -
Verwendungen von FlexGanttFXControl in com.flexganttfx.view.timeline
Unterklassen von FlexGanttFXControl in com.flexganttfx.view.timelineModifizierer und TypKlasseBeschreibungclassThe dateline is a control that displays the actual dates (Mo, Tu, We, ...) in cells in one or more rows.classThe eventline is a control that displays time cursors and other information that might be relevant for all rows in the Gantt chart.class