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 | Method and Description |
---|---|
PagingEvent |
PagingVetoException.getPagingEvent()
Returns the paging event that was vetoed.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultPagingModel.firePageChangedEvent(PagingEvent evt)
Sends a paging event to all listeners that are observing the model.
|
protected void |
DefaultPagingModel.firePageWillChangeEvent(PagingEvent evt) |
void |
IPagingModelListener.pageChanged(PagingEvent evt)
Listener callback method that will be invoked after the page model was
changed.
|
void |
IPagingModelListener.pageWillChange(PagingEvent evt)
Listener callback method that will be invoked before the page model gets
changed.
|
Constructor and Description |
---|
PagingVetoException(PagingEvent evt)
Constructs a new paging veto exception.
|
PagingVetoException(PagingEvent evt,
String message)
Constructs a new paging veto exception.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractGanttChart.pageChanged(PagingEvent evt) |
void |
PagingControlPanel.pageChanged(PagingEvent evt) |
void |
AbstractGanttChart.pageWillChange(PagingEvent evt) |
void |
PagingControlPanel.pageWillChange(PagingEvent evt) |
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.