Uses of Package
com.flexganttfx.view.graphics
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.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.skin.graphics |
Classes for the graphics skin.
|
-
Classes in com.flexganttfx.view.graphics used by com.flexganttfx.extras Class Description GraphicsBase 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. -
Classes in com.flexganttfx.view.graphics used by com.flexganttfx.extras.properties Class Description GraphicsBase 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. -
Classes in com.flexganttfx.view.graphics used by com.flexganttfx.view Class Description ListViewGraphics A specialization ofGraphicsBase
that uses aListView
to display a list of rows. -
Classes in com.flexganttfx.view.graphics used by com.flexganttfx.view.graphics Class Description ActivityBounds Activity bounds contain the visual bounds of and the reference to an activity.ActivityEvent Activity events are being fired whenever the user makes a change to an activity in the graphics view.GraphicsBase 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.ContextMenuParameter A callback parameter class used for displaying a context menu.GraphicsBase.DragAndDropFeedback An enumerator used to define how to visuzalize the dragged activity during a drag and drop operation.GraphicsBase.DragAndDropInfo 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 A callback parameter object used for determining if the proposedGraphicsBase.EditMode
is currently allowed or not.GraphicsBase.EditMode An enumeration of possible editing states that the graphics view can be in.GraphicsBase.EditModeCallbackParameter 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 An enumerator used to control the selection behaviour of the lasso.GraphicsBase.RowControlsParameter A callback parameter object used to provide context for the row controls factory.GraphicsBase.RowEditingMode An enumerator used to define how many rows can show their row editors at the same time.GraphicsBase.RowEditorParameter A callback parameter object used to provide context for the row editor factory.GraphicsBase.RowHeader A row header is a node that can be displayed to the left of each row inside the graphics area.GraphicsBase.SelectionMode An enumerator used to control the selection behaviour of the graphics view.LassoEvent Lasso events are being fired whenever the user uses the lasso tool to select a time interval on one or more rows.LassoEvent.LassoInfo Stores information about the last lasso operation performed by the user. -
Classes in com.flexganttfx.view.graphics used by com.flexganttfx.view.graphics.layer Class Description GraphicsBase 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. -
Classes in com.flexganttfx.view.graphics used by com.flexganttfx.view.graphics.renderer Class Description ActivityBounds Activity bounds contain the visual bounds of and the reference to an activity.GraphicsBase 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. -
Classes in com.flexganttfx.view.graphics used by com.flexganttfx.view.timeline Class Description SingleRowGraphics A specialization ofGraphicsBase
that displays exactly one row. -
Classes in com.flexganttfx.view.graphics used by com.flexganttfx.view.util Class Description GraphicsBase 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. -
Classes in com.flexganttfx.view.graphics used by impl.com.flexganttfx.skin.graphics Class Description ActivityBounds Activity bounds contain the visual bounds of and the reference to an activity.GraphicsBase 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.DragAndDropInfo 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.EditMode An enumeration of possible editing states that the graphics view can be in.LassoEvent.LassoInfo Stores information about the last lasso operation performed by the user.ListViewGraphics A specialization ofGraphicsBase
that uses aListView
to display a list of rows.SingleRowGraphics A specialization ofGraphicsBase
that displays exactly one row.SplitPaneGraphics A specialization ofGraphicsBase
that displays several rows inside aSplitPane
.VBoxGraphics A specialization ofGraphicsBase
that displays several rows inside aVBox
.