Class PlaceSelection.NamedResultTableColumnModel
- java.lang.Object
-
- javax.swing.table.DefaultTableColumnModel
-
- org.openstreetmap.josm.gui.download.PlaceSelection.NamedResultTableColumnModel
-
- All Implemented Interfaces:
PropertyChangeListener
,Serializable
,EventListener
,ListSelectionListener
,TableColumnModel
- Enclosing class:
- PlaceSelection
static class PlaceSelection.NamedResultTableColumnModel extends DefaultTableColumnModel
-
-
Field Summary
Fields Modifier and Type Field Description private TableColumn
col3
private TableColumn
col4
-
Fields inherited from class javax.swing.table.DefaultTableColumnModel
changeEvent, columnMargin, columnSelectionAllowed, listenerList, selectionModel, tableColumns, totalColumnWidth
-
-
Constructor Summary
Constructors Constructor Description NamedResultTableColumnModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
createColumns()
void
setHeadlines(String third, String fourth)
-
Methods inherited from class javax.swing.table.DefaultTableColumnModel
addColumn, 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
-
col3
private TableColumn col3
-
col4
private TableColumn col4
-
-
Constructor Detail
-
NamedResultTableColumnModel
NamedResultTableColumnModel()
-
-
Method Detail
-
createColumns
protected final void createColumns()
-
setHeadlines
public void setHeadlines(String third, String fourth)
-
-