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 TreeTableScrollPane |
DualGanttChart.createTreeTableScrollPane(boolean primary,
IGanttChartModel model,
TreeTable table)
Creates the left-hand side of a Gantt chart, a scrollpane that wraps a
tree table, a column header and a row header.
|
TreeTableScrollPane |
DefaultComponentFactory.createTreeTableScrollPane(TreeTable table,
TreeTableRowHeader rowHeader,
TreeTableHeader header,
boolean primary) |
TreeTableScrollPane |
IComponentFactory.createTreeTableScrollPane(TreeTable table,
TreeTableRowHeader rowHeader,
TreeTableHeader header,
boolean primary)
Creates the scrollpane used for scrolling the given tree table.
|
TreeTableScrollPane |
DualGanttChart.getPrimaryTreeTableScrollPane()
Returns the scrollpane used for the primary tree table.
|
TreeTableScrollPane |
DualGanttChart.getSecondaryTreeTableScrollPane()
Returns the secondary tree table scrollpane.
|
TreeTableScrollPane |
GanttChart.getTreeTableScrollPane()
Returns the scrollpane that wraps the tree table, the row header and the
column header (basically the entire left-hand side of the chart).
|
TreeTableScrollPane[] |
DualGanttChart.getTreeTableScrollPanes() |
TreeTableScrollPane[] |
GanttChart.getTreeTableScrollPanes() |
abstract TreeTableScrollPane[] |
AbstractGanttChart.getTreeTableScrollPanes()
Returns all tree table scrollpanes managed by the Gantt chart container.
|
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.
|
Modifier and Type | Method and Description |
---|---|
TreeTableScrollPane |
MacComponentFactory.createTreeTableScrollPane(TreeTable table,
TreeTableRowHeader rowHeader,
TreeTableHeader header,
boolean primary) |
Modifier and Type | Method and Description |
---|---|
TreeTableScrollPane[] |
PrintGanttChart.getTreeTableScrollPanes() |
Modifier and Type | Method and Description |
---|---|
TreeTableScrollPane |
TreeTableContainer.getTreeTableScrollPane()
Returns the scrollpane that wraps the tree table, the row header and the
column header.
|
TreeTableScrollPane[] |
TreeTableContainer.getTreeTableScrollPanes() |
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.