Package | Description |
---|---|
org.jdesktop.swingx |
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
|
org.jdesktop.swingx.decorator |
Contains API used to implement coordinated sorting, filtering
and highlighting of the extended Swing cell-rendering component
classes JXTable, JXTreeTable, JXTree, and JXList.
|
Modifier and Type | Field | Description |
---|---|---|
protected SelectionMapper |
JXTable.selectionMapper |
The handler for mapping view/model coordinates of row selection.
|
Modifier and Type | Method | Description |
---|---|---|
protected SelectionMapper |
JXTreeTable.createSelectionMapper() |
Fix for #745-swingx: remove static selectionMaper.
|
protected SelectionMapper |
JXList.getSelectionMapper() |
widened access for testing...
|
SelectionMapper |
JXTable.getSelectionMapper() |
|
SelectionMapper |
JXTreeTable.getSelectionMapper() |
Overridden to return a do-nothing mapper.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultSelectionMapper |
Responsible for keeping track of selection in model coordinates.
|