Uses of Interface
org.jdesktop.swingx.decorator.SelectionMapper
-
Packages that use SelectionMapper 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. -
-
Uses of SelectionMapper in org.jdesktop.swingx
Fields in org.jdesktop.swingx declared as SelectionMapper Modifier and Type Field Description protected SelectionMapperJXTable. selectionMapperThe handler for mapping view/model coordinates of row selection.Methods in org.jdesktop.swingx that return SelectionMapper Modifier and Type Method Description protected SelectionMapperJXTreeTable. createSelectionMapper()Fix for #745-swingx: remove static selectionMaper.protected SelectionMapperJXList. getSelectionMapper()widened access for testing...SelectionMapperJXTable. getSelectionMapper()SelectionMapperJXTreeTable. getSelectionMapper()Overridden to return a do-nothing mapper. -
Uses of SelectionMapper in org.jdesktop.swingx.decorator
Classes in org.jdesktop.swingx.decorator that implement SelectionMapper Modifier and Type Class Description classDefaultSelectionMapperResponsible for keeping track of selection in model coordinates.
-