Uses of Class
com.jformdesigner.model.SwingTableColumn
-
Packages that use SwingTableColumn Package Description com.jformdesigner.model -
-
Uses of SwingTableColumn in com.jformdesigner.model
Methods in com.jformdesigner.model that return SwingTableColumn Modifier and Type Method Description SwingTableColumnSwingTableModel. getColumnInfo(int column)Returns the column info for the given column index.Methods in com.jformdesigner.model that return types with arguments of type SwingTableColumn Modifier and Type Method Description Vector<SwingTableColumn>SwingTableModel. getColumnInfos()Returns theVectorthat contains the table's column infos.
-