Verwendungen von Klasse
com.flexganttfx.model.Row
Packages, die Row verwenden
Package
Beschreibung
Various utility classes, most notably a toolbar and a statusbar control for
rapid prototyping (not intended for production use).
Contains the item factory and item providers for use with the property sheet view of
ControlsFX.
Contains views for displaying the various properties used by the framework
inside the property sheet view of ControlsFX.
Top-level model classes required for creating a Gantt chart.
Specialized exception classes.
Different layout and line manager implementations used to control the layout of activities.
The main Gantt chart controls.
The various graphics controls that are used for rendering the Gantt chart.
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...).
Renderer classes for visualizing activities, calendar entries, and for adding custom background
visuals based on row type.
The timeline control, which consists of the dateline and the eventline child
controls.
Various utility classes.
Skins for the extra controls.
Classes for the Gantt Chart, Dual Gantt Chart, Multi Gantt Chart skins.
Classes for the graphics skin.
Classes for the treetable skin.
-
Verwendungen von Row in com.flexganttfx.extras
Klassen in com.flexganttfx.extras mit Typparametern vom Typ RowModifizierer und TypKlasseBeschreibungclassGanttChartStatusBar<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.classA 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". -
Verwendungen von Row in com.flexganttfx.extras.properties
Klassen in com.flexganttfx.extras.properties mit Typparametern vom Typ RowModifizierer und TypKlasseBeschreibungclassGanttChartBaseItemProvider<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. -
Verwendungen von Row in com.flexganttfx.extras.properties.view
Klassen in com.flexganttfx.extras.properties.view mit Typparametern vom Typ RowModifizierer und TypKlasseBeschreibungclassGanttChartPropertySheet<R extends Row<?,?, ?>> A property sheet implementation for use with the property sheet view of ControlsFX. -
Verwendungen von Row in com.flexganttfx.model
Klassen in com.flexganttfx.model mit Typparametern vom Typ RowModifizierer und TypKlasseBeschreibungclassA row object is used to store the activities found on a row of the Gantt chart.classA row object is used to store the activities found on a row of the Gantt chart.Methoden in com.flexganttfx.model, die Row zurückgebenModifizierer und TypMethodeBeschreibungfinal Row[]Row.getPath()Returns the path to this row, for example [ROOT, Parent1, Parent2, this].ActivityRef.getRow()Returns the row where the activity is located.Konstruktoren in com.flexganttfx.model mit Parametern vom Typ RowModifiziererKonstruktorBeschreibungActivityRef(Row<?, ?, A> row, Layer layer, A activity) Constructs a new activity reference. -
Verwendungen von Row in com.flexganttfx.model.exception
Methoden in com.flexganttfx.model.exception, die Row zurückgebenModifizierer und TypMethodeBeschreibungRow<?, ?, ?> IllegalLineIndexException.getRow()Returns the row where the exception occured.Konstruktoren in com.flexganttfx.model.exception mit Parametern vom Typ RowModifiziererKonstruktorBeschreibungIllegalLineIndexException(Row<?, ?, ?> row, int lineIndex, int lineCount) Constructs a new exception. -
Verwendungen von Row in com.flexganttfx.model.layout
Klassen in com.flexganttfx.model.layout mit Typparametern vom Typ RowModifizierer und TypKlasseBeschreibungclassEqualLinesManager<R extends Row<?,?, A>, A extends Activity> A lines manager that equally distributes the available row height to all lines.Methoden in com.flexganttfx.model.layout, die Row zurückgebenModifizierer und TypMethodeBeschreibungRow<?, ?, ?> LinesManagerBase.getRow()Returns the row managed by this manager.Konstruktoren in com.flexganttfx.model.layout mit Parametern vom Typ RowModifiziererKonstruktorBeschreibungLinesManagerBase(Row<?, ?, ?> row) Constructs a new lines manager. -
Verwendungen von Row in com.flexganttfx.view
Klassen in com.flexganttfx.view mit Typparametern vom Typ RowModifizierer 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 Row in com.flexganttfx.view.graphics
Klassen in com.flexganttfx.view.graphics mit Typparametern vom Typ RowModifizierer 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.static final classGraphicsBase.ContextMenuParameter<R extends Row<?,?, ?>> A callback parameter class used for displaying a context menu.static final classGraphicsBase.RowControlsParameter<R extends Row<?,?, ?>> A callback parameter object used to provide context for the row controls factory.static final 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.Methoden in com.flexganttfx.view.graphics, die Row zurückgebenModifizierer und TypMethodeBeschreibungfinal Row<?, ?, ?> ActivityEvent.getNewRow()Returns the parent row of an activity after the user performed a change on it (e. g. a vertical drag).final Row<?, ?, ?> ActivityEvent.getOldRow()Returns the parent row of an activity before the user performed a change on it (e. g. a vertical drag).Row<?, ?, ?> ActivityBounds.getRow()Row<?, ?, ?> GraphicsBase.DragAndDropInfo.getRow()The row where the drop might occur.Methoden in com.flexganttfx.view.graphics, die Typen mit Argumenten vom Typ Row zurückgebenModifizierer und TypMethodeBeschreibungfinal ObservableSet<Row<?, ?, ?>> GraphicsBase.getHighlightedRows()Returns a set that is used to store the currently highlighted rows.LassoEvent.LassoInfo.getRows()Returns the rows with which the lasso intersects.Methodenparameter in com.flexganttfx.view.graphics mit Typargumenten vom Typ RowModifizierer und TypMethodeBeschreibungGraphicsBase.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.final 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.Konstruktoren in com.flexganttfx.view.graphics mit Parametern vom Typ RowModifiziererKonstruktorBeschreibungActivityEvent(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) Konstruktorparameter in com.flexganttfx.view.graphics mit Typargumenten vom Typ RowModifiziererKonstruktorBeschreibungLassoInfo(MouseEvent mouseEvent, Instant startTime, Instant endTime, LocalTime localStartTime, LocalTime localEndTime, List<Row<?, ?, ?>> rows, List<ActivityRef<?>> activities, boolean inverse) Constructs a new info object. -
Verwendungen von Row in com.flexganttfx.view.graphics.layer
Klassen in com.flexganttfx.view.graphics.layer mit Typparametern vom Typ RowModifizierer und TypKlasseBeschreibungclassAgendaLinesLayer<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.classDraws 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().Methoden in com.flexganttfx.view.graphics.layer mit Typparametern vom Typ RowModifizierer und TypMethodeBeschreibungfinal <RT extends Row<?,?, ?>>
RowRenderer<RT> RowLayer.getRowRenderer(Class<RT> clazz) Methodenparameter in com.flexganttfx.view.graphics.layer mit Typargumenten vom Typ RowModifizierer und TypMethodeBeschreibungfinal voidRowLayer.setRowRenderer(Class<Row> clazz, RowRenderer<?> renderer) -
Verwendungen von Row in com.flexganttfx.view.graphics.renderer
Klassen in com.flexganttfx.view.graphics.renderer mit Typparametern vom Typ Row -
Verwendungen von Row in com.flexganttfx.view.timeline
Methoden in com.flexganttfx.view.timeline, die Row zurückgebenModifizierer und TypMethodeBeschreibungfinal Row<?, ?, ?> Eventline.getFrozenRow()Ruft den Wert derfrozenRow-Eigenschaft ab.Methoden in com.flexganttfx.view.timeline, die Typen mit Argumenten vom Typ Row zurückgebenModifizierer und TypMethodeBeschreibungfinal ObjectProperty<Row<?, ?, ?>> Eventline.frozenRowProperty()final SingleRowGraphics<Row<?, ?, ?>> Eventline.getGraphics()Methoden in com.flexganttfx.view.timeline mit Parametern vom Typ RowModifizierer und TypMethodeBeschreibungfinal voidEventline.setFrozenRow(Row<?, ?, ?> frozenRow) Legt den Wert derfrozenRow-Eigenschaft fest. -
Verwendungen von Row in com.flexganttfx.view.util
Klassen in com.flexganttfx.view.util mit Typparametern vom Typ RowModifizierer und TypKlasseBeschreibungclassAutoLinesManager<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. -
Verwendungen von Row in impl.com.flexganttfx.extras.skin
Klassen in impl.com.flexganttfx.extras.skin mit Typparametern vom Typ RowModifizierer und TypKlasseBeschreibungclassLayersViewSkin<R extends Row<?,?, ?>> classRadarViewSkin<R extends Row<?,?, ?>> -
Verwendungen von Row in impl.com.flexganttfx.skin
Klassen in impl.com.flexganttfx.skin mit Typparametern vom Typ RowModifizierer und TypKlasseBeschreibungclassGanttChartBaseSkin<R extends Row<?,?, ?>, C extends GanttChartBase<R>> classGanttChartLiteSkin<R extends Row<?,?, ?>> classGanttChartSkin<R extends Row<?,?, ?>> -
Verwendungen von Row in impl.com.flexganttfx.skin.graphics
Klassen in impl.com.flexganttfx.skin.graphics mit Typparametern vom Typ RowModifizierer und TypKlasseBeschreibungclassDragCanvas<R extends Row<?,?, ?>> classclassGraphicsBaseSkin<C extends GraphicsBase<R>, R extends Row<?,?, ?>> classLinksCanvas<R extends Row<?,?, ?>> classListViewGraphicsSkin<R extends Row<?,?, ?>> final classfinal classRowCanvasBehaviour<R extends Row<?,?, ?>> classclassclassSingleRowGraphicsSkin<R extends Row<?,?, ?>> classSplitPaneGraphicsSkin<R extends Row<?,?, ?>> classVBoxGraphicsSkin<R extends Row<?,?, ?>> Methoden in impl.com.flexganttfx.skin.graphics, die Row zurückgebenMethoden in impl.com.flexganttfx.skin.graphics, die Typen mit Argumenten vom Typ Row zurückgebenModifizierer und TypMethodeBeschreibungGraphicsBaseSkin.findLassoSelectedRows()ListViewGraphicsSkin.findLassoSelectedRows()SingleRowGraphicsSkin.findLassoSelectedRows()SplitPaneGraphicsSkin.findLassoSelectedRows()VBoxGraphicsSkin.findLassoSelectedRows()Konstruktoren in impl.com.flexganttfx.skin.graphics mit Parametern vom Typ RowModifiziererKonstruktorBeschreibungMissingActivityBoundsException(ActivityRenderer<?> renderer, Activity activity, Row<?, ?, ?> row, int lineIndex) -
Verwendungen von Row in impl.com.flexganttfx.skin.treetable
Klassen in impl.com.flexganttfx.skin.treetable mit Typparametern vom Typ RowModifizierer und TypKlasseBeschreibungfinal classGanttChartTreeItem<R extends Row<?,?, ?>> A specialization of tree item for use with theGanttCharttree table view.classGanttChartTreeTableRow<R extends Row<?,?, ?>>