Package | Description |
---|---|
com.dlsc.flexgantt.swing |
Contains the Gantt chart components and various other user interface
elements that can be used together with the Gantt chart.
|
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.
|
com.dlsc.flexgantt.swing.timeline |
Contains the timeline component, which itself consists of a dateline and
an eventline.
|
Modifier and Type | Class and Description |
---|---|
class |
GridControl
A control that allows the user to enable / disable a virtual grid that will
be used for drag and drop operations related to timeline objects.
|
class |
GridControlPanel
A container for grid controls.
|
Modifier and Type | Method and Description |
---|---|
void |
IGridComponent.addGridComponentListener(IGridComponentListener l)
Adds a listener to the grid component.
|
void |
IGridComponent.removeGridComponentListener(IGridComponentListener l)
Removes a listener from the grid component.
|
Modifier and Type | Method and Description |
---|---|
void |
LayerContainer.addGridComponentListener(IGridComponentListener l) |
void |
LayerContainer.removeGridComponentListener(IGridComponentListener l) |
Modifier and Type | Method and Description |
---|---|
void |
Eventline.addGridComponentListener(IGridComponentListener l) |
void |
Eventline.removeGridComponentListener(IGridComponentListener l) |
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.