Changeset 12299 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2017-06-02T15:47:52+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/FilterTableModel.java
r12298 r12299 64 64 */ 65 65 public int disabledAndHiddenCount; 66 67 /** 68 * A helper for {@link #drawOSDText(Graphics2D)}. 69 */ 70 private final OSDLabel lblOSD = new OSDLabel(""); 66 71 67 72 /** … … 272 277 /** 273 278 * Removes the filter that is displayed in the given row 274 * @param rowIndex 279 * @param rowIndex The index of the filter to remove 275 280 */ 276 281 public void removeFilter(int rowIndex) { … … 433 438 } 434 439 435 private final OSDLabel lblOSD = new OSDLabel("");436 437 440 /** 438 441 * Draws a text on the map display that indicates that filters are active.
Note:
See TracChangeset
for help on using the changeset viewer.