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.mac | |
com.dlsc.flexgantt.swing.print |
Anything related to printing is contained in this package.
|
com.dlsc.flexgantt.swing.treetable |
A tree table implementation used solely for the purpose of drawing the
left-hand side of a Gantt chart.
|
Modifier and Type | Method and Description |
---|---|
protected LayerContainerScrollPane |
DualGanttChart.createLayerContainerScrollPane(boolean primary,
TreeTableScrollPane tableScrollPane,
LayerContainer lc)
Creates the right-hand side of a Gantt chart, a scrollpane that wraps a
timeline (including dateline and eventline) and a layer container.
|
LayerContainerScrollPane |
DefaultComponentFactory.createLayerContainerScrollPane(LayerContainer lc,
LayerContainerRowHeader rowHeader,
Timeline timeline,
boolean primary) |
LayerContainerScrollPane |
IComponentFactory.createLayerContainerScrollPane(LayerContainer lc,
LayerContainerRowHeader rowHeader,
Timeline timeline,
boolean primary)
Returns the scrollpane used for the given layer container.
|
LayerContainerScrollPane |
GanttChart.getLayerContainerScrollPane()
Returns the scrollpane that wraps the Gantt chart's layer container.
|
LayerContainerScrollPane[] |
DualGanttChart.getLayerContainerScrollPanes() |
LayerContainerScrollPane[] |
GanttChart.getLayerContainerScrollPanes() |
abstract LayerContainerScrollPane[] |
AbstractGanttChart.getLayerContainerScrollPanes()
Returns all layer container scrollpanes managed by the Gantt chart
container.
|
LayerContainerScrollPane |
DualGanttChart.getPrimaryLayerContainerScrollPane()
Returns the scrollpane for the primary layer container.
|
LayerContainerScrollPane |
DualGanttChart.getSecondaryLayerContainerScrollPane()
Returns the secondary layer container scrollpane.
|
Modifier and Type | Method and Description |
---|---|
LayerContainerScrollPane |
MacComponentFactory.createLayerContainerScrollPane(LayerContainer lc,
LayerContainerRowHeader rowHeader,
Timeline timeline,
boolean primary) |
Modifier and Type | Method and Description |
---|---|
LayerContainerScrollPane[] |
PrintGanttChart.getLayerContainerScrollPanes() |
Modifier and Type | Method and Description |
---|---|
LayerContainerScrollPane[] |
TreeTableContainer.getLayerContainerScrollPanes() |
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.