Package | Description |
---|---|
com.dlsc.flexgantt.model.treetable |
A tree table model, which is an extension of the standard Swing tree model.
|
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 |
---|---|
SortDirection[] |
TreeTableColumn.getSupportedSortDirections()
Returns the sort directions that are supported by the tree table header.
|
static SortDirection |
SortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortDirection[] |
SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TreeTableColumn.isSupported(SortDirection direction)
Determines if the given sort direction is supported by the tree table
header.
|
void |
TreeTableColumn.setSupportedSortDirections(SortDirection[] directions)
Sets the sort directions that are supported by the tree table header.
|
Modifier and Type | Field and Description |
---|---|
protected SortDirection |
DefaultColumnHeaderRenderer.sortDirection
The direction in which the table column is sorted.
|
Modifier and Type | Method and Description |
---|---|
Component |
DefaultColumnHeaderRenderer.getColumnHeaderRendererComponent(TreeTableHeader header,
TreeTableColumn column,
boolean selected,
boolean hasFocus,
SortDirection sortDirection,
int sortPosition) |
Component |
IColumnHeaderRenderer.getColumnHeaderRendererComponent(TreeTableHeader header,
TreeTableColumn column,
boolean selected,
boolean hasFocus,
SortDirection sortDirection,
int sortPosition)
Returns a component that gets used to render the header of a column in
the tree table header component.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.