Uses of Class
com.flexganttfx.model.Row
| Package | Description |
|---|---|
| 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 |
Contains the item factory and item providers for use with the property sheet view of
ControlsFX.
|
| 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.model |
Top-level model classes required for creating a Gantt chart.
|
| com.flexganttfx.model.exception |
Specialized exception classes.
|
| com.flexganttfx.model.layout |
Different layout and line manager implementations used to control the layout of activities.
|
| com.flexganttfx.view |
The main Gantt chart controls.
|
| com.flexganttfx.view.graphics |
The various graphics controls that are used for rendering the Gantt chart.
|
| 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 |
Renderer classes for visualizing activities, calendar entries, and for adding custom background
visuals based on row type.
|
| com.flexganttfx.view.timeline |
The timeline control, which consists of the dateline and the eventline child
controls.
|
| com.flexganttfx.view.util |
Various utility classes.
|
| impl.com.flexganttfx.extras.skin |
Skins for the extra controls.
|
| impl.com.flexganttfx.skin |
Classes for the Gantt Chart, Dual Gantt Chart, Multi Gantt Chart skins.
|
| impl.com.flexganttfx.skin.graphics |
Classes for the graphics skin.
|
| impl.com.flexganttfx.skin.treetable |
Classes for the treetable skin.
|
-
Uses of Row in com.flexganttfx.extras
Classes in com.flexganttfx.extras with type parameters of type Row Modifier and Type Class Description classGanttChartStatusBar<R extends Row<?,?,?>>A statusbar implementation that can be used in combination with the Gantt chart control.classGanttChartToolBar<R extends Row<?,?,?>>A toolbar implementation that can be used in combination with the Gantt chart control.classLayersView<R extends Row<?,?,?>>A control used for displaying the list of layers used by theGraphicsBase.classRadarView<R extends Row<?,?,?>>A control used for rendering an overview of all activities within a Gantt chart or to be more precise aGraphicsBase.

classRowControls<R extends Row<?,?,?>>A simple row controls view with only one button called "Edit". -
Uses of Row in com.flexganttfx.extras.properties
Classes in com.flexganttfx.extras.properties with type parameters of type Row Modifier and Type Class Description classGanttChartBaseItemProvider<R extends Row<?,?,?>>A property sheet item provider forGanttChartBase.classGanttChartItemProvider<R extends Row<?,?,?>>A property sheet item provider forGanttChart.classGraphicsBaseItemProvider<R extends Row<?,?,?>>A property sheet item provider forGraphicsBase. -
Uses of Row in com.flexganttfx.extras.properties.view
Classes in com.flexganttfx.extras.properties.view with type parameters of type Row Modifier and Type Class Description classGanttChartPropertySheet<R extends Row<?,?,?>>A property sheet implementation for use with the property sheet view of ControlsFX. -
Uses of Row in com.flexganttfx.model
Classes in com.flexganttfx.model with type parameters of type Row Modifier and Type Class Description classRow<P extends Row<?,?,?>,C extends Row<?,?,?>,A extends Activity>A row object is used to store the activities found on a row of the Gantt chart.classRow<P extends Row<?,?,?>,C extends Row<?,?,?>,A extends Activity>A row object is used to store the activities found on a row of the Gantt chart.Methods in com.flexganttfx.model that return Row Modifier and Type Method Description Row[]Row. getPath()Returns the path to this row, for example [ROOT, Parent1, Parent2, this].Row<?,?,A>ActivityRef. getRow()Returns the row where the activity is located.Constructors in com.flexganttfx.model with parameters of type Row Constructor Description ActivityRef(Row<?,?,A> row, Layer layer, A activity)Constructs a new activity reference. -
Uses of Row in com.flexganttfx.model.exception
Methods in com.flexganttfx.model.exception that return Row Modifier and Type Method Description Row<?,?,?>IllegalLineIndexException. getRow()Returns the row where the exception occured.Constructors in com.flexganttfx.model.exception with parameters of type Row Constructor Description IllegalLineIndexException(Row<?,?,?> row, int lineIndex, int lineCount)Constructs a new exception. -
Uses of Row in com.flexganttfx.model.layout
Classes in com.flexganttfx.model.layout with type parameters of type Row Modifier and Type Class Description classEqualLinesManager<R extends Row<?,?,A>,A extends Activity>A lines manager that equally distributes the available row height to all lines.Methods in com.flexganttfx.model.layout that return Row Modifier and Type Method Description Row<?,?,?>LinesManagerBase. getRow()Returns the row managed by this manager.Constructors in com.flexganttfx.model.layout with parameters of type Row Constructor Description LinesManagerBase(Row<?,?,?> row)Constructs a new lines manager. -
Uses of Row in com.flexganttfx.view
Classes in com.flexganttfx.view with type parameters of type Row Modifier and Type Class Description classGanttChart<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. -
Uses of Row in com.flexganttfx.view.graphics
Classes in com.flexganttfx.view.graphics with type parameters of type Row Modifier and Type Class Description classGraphicsBase<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.static classGraphicsBase.ContextMenuParameter<R extends Row<?,?,?>>A callback parameter class used for displaying a context menu.static classGraphicsBase.RowControlsParameter<R extends Row<?,?,?>>A callback parameter object used to provide context for the row controls factory.static classGraphicsBase.RowEditorParameter<R extends Row<?,?,?>>A callback parameter object used to provide context for the row editor factory.static classGraphicsBase.RowHeader<R extends Row<?,?,?>>A row header is a node that can be displayed to the left of each row inside the graphics area.classListViewGraphics<R extends Row<?,?,?>>A specialization ofGraphicsBasethat uses aListViewto display a list of rows.classScaleRowHeader<R extends Row<?,?,?>>Draws a scale for an entire row or for each line within the row.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.Methods in com.flexganttfx.view.graphics that return Row Modifier and Type Method Description Row<?,?,?>ActivityEvent. getNewRow()Returns the parent row of an activity after the user performed a change on it (e.Row<?,?,?>ActivityEvent. getOldRow()Returns the parent row of an activity before the user performed a change on it (e.Row<?,?,?>ActivityBounds. getRow()Row<?,?,?>GraphicsBase.DragAndDropInfo. getRow()The row where the drop might occur.Methods in com.flexganttfx.view.graphics that return types with arguments of type Row Modifier and Type Method Description ObservableSet<Row<?,?,?>>GraphicsBase. getHighlightedRows()Returns a set that is used to store the currently highlighted rows.List<Row<?,?,?>>LassoEvent.LassoInfo. getRows()Returns the rows with which the lasso intersects.Method parameters in com.flexganttfx.view.graphics with type arguments of type Row Modifier and Type Method Description Callback<GraphicsBase.DragAndDropInfo,Boolean>GraphicsBase. getRowDragAndDropCallback(Class<? extends Row> rowType)Returns a callback that will be invoked when the user drags an activity over a row of the given type.voidGraphicsBase. setRowDragAndDropCallback(Class<? extends Row> rowType, Callback<GraphicsBase.DragAndDropInfo,Boolean> callback)Specifies a callback that will be invoked when the user drags an activity over a row of the given type.Constructors in com.flexganttfx.view.graphics with parameters of type Row Constructor Description ActivityEvent(ActivityRef<?> activity, EventTarget target, EventType<? extends ActivityEvent> eventType, Row<?,?,?> oldRow, Row<?,?,?> newRow, TimeInterval oldTimeInterval)DragAndDropInfo(Row<?,?,?> row, ActivityBounds activityBounds, List<ActivityBounds> selectedActivities, TimeInterval dropInterval, DragEvent dragEvent, Point2D offset)Constructor parameters in com.flexganttfx.view.graphics with type arguments of type Row Constructor Description LassoInfo(MouseEvent mouseEvent, Instant startTime, Instant endTime, LocalTime localStartTime, LocalTime localEndTime, List<Row<?,?,?>> rows, List<ActivityRef<?>> activities, boolean inverse)Constructs a new info object. -
Uses of Row in com.flexganttfx.view.graphics.layer
Classes in com.flexganttfx.view.graphics.layer with type parameters of type Row Modifier and Type Class Description classAgendaLinesLayer<R extends Row<?,?,?>>Draws the horizontal grid lines for a row if the row or any of its inner lines are using the agenda layout.classCalendarLayer<R extends Row<?,?,?>>Draws the entries returned by the calendars attached to a row or attached to the entire graphics view.classChartLinesLayer<R extends Row<?,?,?>>Draws the horizontal grid lines for a row if the row or any of its inner lines are using the chart layout (seeChartLayout).classDSTLineLayer<R extends Row<?,?,?>>Draws a vertical line at the location of the next daylight savings time change.classGridLinesLayer<R extends Row<?,?,?>>Draws the vertical grid lines based on the scale resolutions currently present in the dateline.classHoverTimeIntervalLayer<R extends Row<?,?,?>>Draws the hover time interval specified by the dateline.classInnerLinesLayer<R extends Row<?,?,?>>Draws separator lines between inner lines.classLayoutLayer<R extends Row<?,?,?>>Draws the layout padding areas.classNowLineLayer<R extends Row<?,?,?>>Draws a vertical line at the location of the current time / now time.classRowLayer<R extends Row<?,?,?>>Draws the background of each row.classSelectedTimeIntervalsLayer<R extends Row<?,?,?>>Draws the time intervals that were selected by the user (or the application) in the dateline.classSystemLayer<R extends Row<?,?,?>>System layers are used in the background and foreground of each row.classZoomTimeIntervalLayer<R extends Row<?,?,?>>Draws the zoom interval as defined by the timeline propertyDateline.selectedTimeIntervalProperty().Methods in com.flexganttfx.view.graphics.layer with type parameters of type Row Modifier and Type Method Description <RT extends Row<?, ?, ?>>
RowRenderer<RT>RowLayer. getRowRenderer(Class<RT> clazz)Method parameters in com.flexganttfx.view.graphics.layer with type arguments of type Row Modifier and Type Method Description voidRowLayer. setRowRenderer(Class<Row> clazz, RowRenderer<?> renderer) -
Uses of Row in com.flexganttfx.view.graphics.renderer
Classes in com.flexganttfx.view.graphics.renderer with type parameters of type Row Modifier and Type Class Description classRowRenderer<R extends Row<?,?,?>> -
Uses of Row in com.flexganttfx.view.timeline
Methods in com.flexganttfx.view.timeline that return Row Modifier and Type Method Description Row<?,?,?>Eventline. getFrozenRow()Gets the value of the property frozenRow.Methods in com.flexganttfx.view.timeline that return types with arguments of type Row Modifier and Type Method Description ObjectProperty<Row<?,?,?>>Eventline. frozenRowProperty()SingleRowGraphics<Row<?,?,?>>Eventline. getGraphics()Methods in com.flexganttfx.view.timeline with parameters of type Row Modifier and Type Method Description voidEventline. setFrozenRow(Row<?,?,?> frozenRow)Sets the value of the property frozenRow. -
Uses of Row in com.flexganttfx.view.util
Classes in com.flexganttfx.view.util with type parameters of type Row Modifier and Type Class Description classAutoLinesManager<R extends Row<?,?,A>,A extends Activity>A specializedLinesManagerused for ensuring that activities will not overlap each other.classRowHeaderColumn<R extends Row<?,?,?>>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. -
Uses of Row in impl.com.flexganttfx.extras.skin
Classes in impl.com.flexganttfx.extras.skin with type parameters of type Row Modifier and Type Class Description classLayersViewSkin<R extends Row<?,?,?>>classRadarViewSkin<R extends Row<?,?,?>> -
Uses of Row in impl.com.flexganttfx.skin
Classes in impl.com.flexganttfx.skin with type parameters of type Row Modifier and Type Class Description classGanttChartBaseSkin<R extends Row<?,?,?>,C extends GanttChartBase<R>>classGanttChartLiteSkin<R extends Row<?,?,?>>classGanttChartSkin<R extends Row<?,?,?>> -
Uses of Row in impl.com.flexganttfx.skin.graphics
Classes in impl.com.flexganttfx.skin.graphics with type parameters of type Row Modifier and Type Class Description classDragCanvas<R extends Row<?,?,?>>classFlipPane<R extends Row<?,?,?>>classGraphicsBaseSkin<C extends GraphicsBase<R>,R extends Row<?,?,?>>classLinksCanvas<R extends Row<?,?,?>>classListViewGraphicsSkin<R extends Row<?,?,?>>classRowCanvas<R extends Row<?,?,?>>classRowCanvasBehaviour<R extends Row<?,?,?>>classRowCell<R extends Row<?,?,?>>classRowPane<R extends Row<?,?,?>>classSingleRowGraphicsSkin<R extends Row<?,?,?>>classSplitPaneGraphicsSkin<R extends Row<?,?,?>>classVBoxGraphicsSkin<R extends Row<?,?,?>>Methods in impl.com.flexganttfx.skin.graphics that return Row Modifier and Type Method Description Row<?,?,?>MissingActivityBoundsException. getRow()Methods in impl.com.flexganttfx.skin.graphics that return types with arguments of type Row Modifier and Type Method Description protected abstract List<Row<?,?,?>>GraphicsBaseSkin. findLassoSelectedRows()protected List<Row<?,?,?>>ListViewGraphicsSkin. findLassoSelectedRows()protected List<Row<?,?,?>>SingleRowGraphicsSkin. findLassoSelectedRows()protected List<Row<?,?,?>>SplitPaneGraphicsSkin. findLassoSelectedRows()protected List<Row<?,?,?>>VBoxGraphicsSkin. findLassoSelectedRows()Constructors in impl.com.flexganttfx.skin.graphics with parameters of type Row Constructor Description MissingActivityBoundsException(ActivityRenderer<?> renderer, Activity activity, Row<?,?,?> row, int lineIndex) -
Uses of Row in impl.com.flexganttfx.skin.treetable
Classes in impl.com.flexganttfx.skin.treetable with type parameters of type Row Modifier and Type Class Description classGanttChartTreeItem<R extends Row<?,?,?>>A specialization of tree item for use with theGanttCharttree table view.classGanttChartTreeTableRow<R extends Row<?,?,?>>