Package | Description |
---|---|
com.dlsc.flexgantt.model.paging |
Paging models are used to allow the user to quickly change the time span that
is displayed by the timeline.
|
com.dlsc.flexgantt.swing |
Contains the Gantt chart components and various other user interface
elements that can be used together with the Gantt chart.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPagingModel
The default implementation of a paging model, which stores pages in a simple
sorted list.
|
Modifier and Type | Method and Description |
---|---|
IPagingModel |
PagingEvent.getModel()
Returns the paging model that was the source of the change being
described by the event.
|
Constructor and Description |
---|
PagingEvent(IPagingModel model,
PagingEvent.ID id,
Page page)
Constructs a new event.
|
Modifier and Type | Method and Description |
---|---|
IPagingModel |
AbstractGanttChart.getPagingModel()
Returns the (optional) paging model.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractGanttChart.setPagingModel(IPagingModel model)
Sets the (optional) paging model.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.