Package | Description |
---|---|
org.openstreetmap.josm.gui.tagging |
Provides classes for handling edition of OSM tags: tag tables, tag editors.
|
Modifier and Type | Method and Description |
---|---|
TagTableColumnModelBuilder |
TagTableColumnModelBuilder.setCellEditor(javax.swing.table.TableCellEditor editor,
int... indexes)
Sets cell editor of specified columns.
|
TagTableColumnModelBuilder |
TagTableColumnModelBuilder.setMaxWidth(int width,
int... indexes)
Sets max width of specified columns.
|
TagTableColumnModelBuilder |
TagTableColumnModelBuilder.setPreferredWidth(int width,
int... indexes)
Sets preferred width of specified columns.
|
TagTableColumnModelBuilder |
TagTableColumnModelBuilder.setSelectionModel(javax.swing.ListSelectionModel selectionModel)
Sets selection model.
|
TagTableColumnModelBuilder |
TagTableColumnModelBuilder.setWidth(int width,
int... indexes)
Sets width of specified columns.
|