Class NodeListTableColumnModel
- java.lang.Object
- 
- javax.swing.table.DefaultTableColumnModel
- 
- org.openstreetmap.josm.gui.history.NodeListTableColumnModel
 
 
- 
- All Implemented Interfaces:
- java.beans.PropertyChangeListener,- java.io.Serializable,- java.util.EventListener,- javax.swing.event.ListSelectionListener,- javax.swing.table.TableColumnModel
 
 public class NodeListTableColumnModel extends javax.swing.table.DefaultTableColumnModel TheTableColumnModelfor the table with the list of nodes.- Since:
- 1709
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description (package private) static intINDEX_COLUMN(package private) static intNODE_COLUMN
 - 
Constructor SummaryConstructors Constructor Description NodeListTableColumnModel()Constructs a newNodeListTableColumnModel.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcreateColumns()- 
Methods inherited from class javax.swing.table.DefaultTableColumnModeladdColumn, addColumnModelListener, createSelectionModel, fireColumnAdded, fireColumnMarginChanged, fireColumnMoved, fireColumnRemoved, fireColumnSelectionChanged, getColumn, getColumnCount, getColumnIndex, getColumnIndexAtX, getColumnMargin, getColumnModelListeners, getColumns, getColumnSelectionAllowed, getListeners, getSelectedColumnCount, getSelectedColumns, getSelectionModel, getTotalColumnWidth, moveColumn, propertyChange, recalcWidthCache, removeColumn, removeColumnModelListener, setColumnMargin, setColumnSelectionAllowed, setSelectionModel, valueChanged
 
- 
 
- 
- 
- 
Field Detail- 
INDEX_COLUMNstatic final int INDEX_COLUMN - See Also:
- Constant Field Values
 
 - 
NODE_COLUMNstatic final int NODE_COLUMN - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
NodeListTableColumnModelpublic NodeListTableColumnModel() Constructs a newNodeListTableColumnModel.
 
- 
 - 
Method Detail- 
createColumnsprotected void createColumns() 
 
- 
 
-