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.MouseStateMapStatus.Collector.CollectorWorker. msFields 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. incomingMouseStateMethods in org.openstreetmap.josm.gui with parameters of type MapStatus.MouseState Modifier and Type Method Description private javax.swing.PopupMapStatus.Collector. popupCreatePopup(java.awt.Component content, MapStatus.MouseState ms)Creates a popup for the given content next to the cursor.private voidMapStatus.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)
-