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.model.gantt |
A model definition and default implementation for a Gantt chart model, which
is basically an extension of a tree table model, which itself is an extension
of a tree model.
|
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.model.treetable |
A tree table model, which is an extension of the standard Swing tree model.
|
com.dlsc.flexgantt.util |
General utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ILayer
An interface for objects that represent a layer.
|
Modifier and Type | Class and Description |
---|---|
class |
Layer
An implementation of the layer interface.
|
Modifier and Type | Class and Description |
---|---|
class |
Page
A page is basically a named time span, where the name is used for displaying
the pages to the user.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyColumn<T>
The key column is a special type of tree table column and responsible for
showing the tree structure given by a tree table model.
|
class |
TreeTableColumn<T>
A tree table column encapsulates all information required in order to render
a header for the column, to control the user interaction with the column
(e.g. sorting), and to assist in the lookup of the appropriate cell editors
and renderers.
|
Modifier and Type | Class and Description |
---|---|
class |
NamedObject
A named object is a simple object that only carries a name attribute.
|
Modifier and Type | Method and Description |
---|---|
int |
NamedObject.compareTo(INamedObject o) |
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.