Uses of Class
org.openstreetmap.josm.gui.MapStatus.MouseState
-
Packages that use MapStatus.MouseState Package Description org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface. -
-
Uses of MapStatus.MouseState in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as MapStatus.MouseState Modifier and Type Field Description private MapStatus.MouseState
MapStatus.Collector.CollectorWorker. ms
Fields in org.openstreetmap.josm.gui with type parameters of type MapStatus.MouseState Modifier and Type Field Description private java.util.concurrent.BlockingQueue<MapStatus.MouseState>
MapStatus.Collector. incomingMouseState
Methods in org.openstreetmap.josm.gui with parameters of type MapStatus.MouseState Modifier and Type Method 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 statusbarConstructors in org.openstreetmap.josm.gui with parameters of type MapStatus.MouseState Constructor Description CollectorWorker(MapStatus.MouseState ms)
-