Package org.ujmp.gui.panels
Class SingleTableColumnModel
java.lang.Object
javax.swing.table.DefaultTableColumnModel
org.ujmp.gui.table.DefaultTableColumnModel64
org.ujmp.gui.panels.SingleTableColumnModel
- All Implemented Interfaces:
PropertyChangeListener
,Serializable
,EventListener
,ListSelectionListener
,TableColumnModel
,TableColumnModel64
- See Also:
-
Field Summary
FieldsFields inherited from class javax.swing.table.DefaultTableColumnModel
changeEvent, columnMargin, columnSelectionAllowed, listenerList, selectionModel, tableColumns, totalColumnWidth
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ujmp.gui.table.DefaultTableColumnModel64
addColumn, addColumn, addColumnModelListener, addColumnModelListener, createSelectionModel, fireColumnMarginChanged, getColumn, getColumn, getColumnCount, getColumnCount64, getColumnIndex, getColumnIndex64, getColumnIndexAtX, getColumnIndexAtX, getColumns, getColumns64, getColumnSelectionAllowed, getColumnWidth, getDefaultColumnWidth, getSelectedColumnCount64, getSelectedColumns64, getSelectionModel, getTotalColumnWidth, moveColumn, moveColumn, recalcWidthCache, removeColumn, removeColumn, removeColumnModelListener, removeColumnModelListener, setColumnMargin, setColumnSelectionAllowed, setColumnWidth, setDefaultColumnWidth, setSelectionModel, setSelectionModel
Methods inherited from class javax.swing.table.DefaultTableColumnModel
fireColumnAdded, fireColumnMoved, fireColumnRemoved, fireColumnSelectionChanged, getColumnMargin, getColumnModelListeners, getListeners, getSelectedColumnCount, getSelectedColumns, propertyChange, valueChanged
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.swing.table.TableColumnModel
getColumnMargin, getSelectedColumnCount, getSelectedColumns
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SingleTableColumnModel
-