Package | Description |
---|---|
com.dlsc.flexgantt.swing.mac | |
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 | Class and Description |
---|---|
class |
MacColumnHeaderRenderer
A specialized column header renderer for Mac that makes the background appear
glossy.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultColumnHeaderRenderer
The default colum header renderer displays the column's name.
|
Modifier and Type | Method and Description |
---|---|
IColumnHeaderRenderer |
TreeTableHeader.getColumnHeaderRenderer(Class cl)
Returns a column header renderer for an object type.
|
Modifier and Type | Method and Description |
---|---|
Map<Class,IColumnHeaderRenderer> |
TreeTableHeader.getRendererMap()
Returns the map that stores the mappings between column header values and
column header renderers.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeTableHeader.setColumnHeaderRenderer(Class objectType,
IColumnHeaderRenderer renderer)
Maps the implementation of a column header renderer to a class
definition.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeTableHeader.setRendererMap(Map<Class,IColumnHeaderRenderer> map)
Sets the map that stores the mappings between column header values and
column header renderers.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.