Package | Description |
---|---|
com.dlsc.flexgantt.model.bookmarks |
Paging models are used to allow the user to quickly change the time span that
is displayed by the timeline.
|
com.dlsc.flexgantt.swing.layer |
The right-hand side of any Gantt chart is a layer container, which is
responsible for managing the various layer types.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultBookmarkModel
The default implementation of a paging model, which stores pages in a simple
sorted list.
|
Modifier and Type | Method and Description |
---|---|
IBookmarkModel |
BookmarkEvent.getModel()
Returns the bookmark model that was the source of the change being
described by the event.
|
Constructor and Description |
---|
BookmarkEvent(IBookmarkModel model,
BookmarkEvent.ID id,
Bookmark bookmark)
Constructs a new event.
|
Modifier and Type | Method and Description |
---|---|
IBookmarkModel |
LayerContainer.getBookmarkModel()
Returns the (optional) bookmark model.
|
Modifier and Type | Method and Description |
---|---|
void |
LayerContainer.setBookmarkModel(IBookmarkModel model)
Sets the (optional) bookmark model.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.