Class PlaceSelection.NamedResultTableColumnModel
- java.lang.Object
-
- javax.swing.table.DefaultTableColumnModel
-
- org.openstreetmap.josm.gui.download.PlaceSelection.NamedResultTableColumnModel
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener
,java.io.Serializable
,java.util.EventListener
,javax.swing.event.ListSelectionListener
,javax.swing.table.TableColumnModel
- Enclosing class:
- PlaceSelection
static class PlaceSelection.NamedResultTableColumnModel extends javax.swing.table.DefaultTableColumnModel
-
-
Constructor Summary
Constructors Constructor Description NamedResultTableColumnModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
createColumns()
void
setHeadlines(java.lang.String third, java.lang.String fourth)
Set the header column values for the third and fourth columns-
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
-
-
-
-
Constructor Detail
-
NamedResultTableColumnModel
NamedResultTableColumnModel()
-
-
Method Detail
-
createColumns
protected final void createColumns()
-
setHeadlines
public void setHeadlines(java.lang.String third, java.lang.String fourth)
Set the header column values for the third and fourth columns- Parameters:
third
- The new header for the third columnfourth
- The new header for the fourth column
-
-