Uses of Class
org.jdesktop.swingx.table.ColumnFactory
Packages that use ColumnFactory
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
Contains API required by the extended JTable component, JXTable.
-
Uses of ColumnFactory in org.jdesktop.swingx
Fields in org.jdesktop.swingx declared as ColumnFactoryModifier and TypeFieldDescriptionprivate ColumnFactory
JXTable.columnFactory
the factory to use for column creation and configuration.Methods in org.jdesktop.swingx that return ColumnFactoryMethods in org.jdesktop.swingx with parameters of type ColumnFactoryModifier and TypeMethodDescriptionvoid
JXTable.setColumnFactory
(ColumnFactory columnFactory) Sets theColumnFactory
to use for column creation and configuration. -
Uses of ColumnFactory in org.jdesktop.swingx.table
Fields in org.jdesktop.swingx.table declared as ColumnFactoryModifier and TypeFieldDescriptionprivate static ColumnFactory
ColumnFactory.columnFactory
the shared instance.Methods in org.jdesktop.swingx.table that return ColumnFactoryModifier and TypeMethodDescriptionstatic ColumnFactory
ColumnFactory.getInstance()
Returns the shared default factory.Methods in org.jdesktop.swingx.table with parameters of type ColumnFactoryModifier and TypeMethodDescriptionstatic void
ColumnFactory.setInstance
(ColumnFactory factory) Sets the shared default factory.