See: Description
| Interface | Description |
|---|---|
| IBookmarkModel |
A model used for implementing a bookmark concept within the Gantt chart.
|
| IBookmarkModelListener |
A listener that can be attached to a bookmark model.
|
| Class | Description |
|---|---|
| Bookmark |
A bookmark is basically a stored time point, time span and granularity that
can be used to recreate a specific view in the Gantt chart.
|
| BookmarkEvent |
An event object that is being sent to instances of
IBookmarkModelListener whenever a change has occured in the
IBookmarkModel instance that they observe. |
| DefaultBookmarkModel |
The default implementation of a paging model, which stores pages in a simple
sorted list.
|
| Enum | Description |
|---|---|
| BookmarkEvent.ID |
An enumerator with event IDs that can be used by model listeners to
distinguish between different types of events that have occured inside a
bookmark model.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.