| Package | Description |
|---|---|
| org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
| Modifier and Type | Field and Description |
|---|---|
private MapStatus.MouseState |
MapStatus.Collector.CollectorWorker.ms |
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.BlockingQueue<MapStatus.MouseState> |
MapStatus.Collector.incomingMouseState |
| Modifier and Type | Method and Description |
|---|---|
private javax.swing.Popup |
MapStatus.Collector.popupCreatePopup(java.awt.Component content,
MapStatus.MouseState ms)
Creates a popup for the given content next to the cursor.
|
private void |
MapStatus.Collector.statusBarElementUpdate(MapStatus.MouseState ms)
Calls this to update the element that is shown in the statusbar
|
| Constructor and Description |
|---|
CollectorWorker(MapStatus.MouseState ms) |