Uses of Class
org.jdesktop.swingx.JXTable.GenericEditor
-
Packages that use JXTable.GenericEditor 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.treetable Contains API required by the JXTreeTable component. -
-
Uses of JXTable.GenericEditor in org.jdesktop.swingx
Subclasses of JXTable.GenericEditor in org.jdesktop.swingx Modifier and Type Class Description static class
JXTable.NumberEditor
Editor forNumber
s. -
Uses of JXTable.GenericEditor in org.jdesktop.swingx.treetable
Subclasses of JXTable.GenericEditor in org.jdesktop.swingx.treetable Modifier and Type Class Description class
TreeTableCellEditor
An editor that can be used to edit the tree column.
-