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.
|
Modifier and Type | Method and Description |
---|---|
static GanttChartToolBar.Control |
GanttChartToolBar.Control.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GanttChartToolBar.Control[] |
GanttChartToolBar.Control.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AbstractButton |
GanttChartToolBar.getButton(GanttChartToolBar.Control control)
Returns the button that was created for the given toolbar control.
|
Constructor and Description |
---|
GanttChartToolBar(String title,
int orientation,
IMultiGanttChartContainer<T> container,
Collection<GanttChartToolBar.Control> controls)
Creates a new toolbar for use with a Gantt chart container.
|
GanttChartToolBar(String title,
int orientation,
T ganttChart,
Collection<GanttChartToolBar.Control> controls)
Creates a new toolbar for use with a Gantt chart.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.