See: Description
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<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.
|
GraphicsBase.ContextMenuParameter<R extends Row<?,?,?>> |
A callback parameter class used for displaying a context menu.
|
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 proposed
GraphicsBase.EditMode is currently allowed or not. |
GraphicsBase.EditModeCallbackParameter | |
GraphicsBase.RowControlsParameter<R extends Row<?,?,?>> | |
GraphicsBase.RowEditorParameter<R extends Row<?,?,?>> | |
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 | |
ListViewGraphics<R extends Row<?,?,?>> |
A specialization of
GraphicsBase that uses a ListView to
display a list of rows. |
SingleRowGraphics<R extends Row<?,?,?>> |
A specialization of
GraphicsBase that displays exactly one row. |
SplitPaneGraphics<R extends Row<?,?,?>> |
A specialization of
GraphicsBase that displays several rows inside a
SplitPane . |
VBoxGraphics<R extends Row<?,?,?>> |
A specialization of
GraphicsBase that displays several rows inside a
VBox . |
Enum | Description |
---|---|
GraphicsBase.DragAndDropFeedback |
An enumerator used to define how to visuzalize the dragged activity
during a drag and drop operation.
|
GraphicsBase.EditMode |
An enumeration of possible editing states that the graphics view can be
in.
|
GraphicsBase.LassoSelectionBehaviour |
An enumerator used to control the selection behaviour of the lasso.
|
GraphicsBase.RowEditingMode |
An enumerator used to define how many rows can show their row editors at
the same time.
|
GraphicsBase.SelectionMode |
An enumerator used to control the selection behaviour of the graphics
view.
|
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.