Uses of Class
org.jdesktop.swingx.table.ColumnFactory
-
Packages that use ColumnFactory 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.table Contains API required by the extended JTable component, JXTable. -
-
Uses of ColumnFactory in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return ColumnFactory Modifier and Type Method Description ColumnFactoryJXTable. getColumnFactory()Returns the ColumnFactory.Methods in org.jdesktop.swingx with parameters of type ColumnFactory Modifier and Type Method Description voidJXTable. setColumnFactory(ColumnFactory columnFactory)Sets theColumnFactoryto use for column creation and configuration. -
Uses of ColumnFactory in org.jdesktop.swingx.table
Methods in org.jdesktop.swingx.table that return ColumnFactory Modifier and Type Method Description static ColumnFactoryColumnFactory. getInstance()Returns the shared default factory.Methods in org.jdesktop.swingx.table with parameters of type ColumnFactory Modifier and Type Method Description static voidColumnFactory. setInstance(ColumnFactory factory)Sets the shared default factory.
-