Uses of Interface
org.openstreetmap.josm.Main.WindowSwitchListener

Packages that use Main.WindowSwitchListener
org.openstreetmap.josm   
org.openstreetmap.josm.gui.dialogs   
 

Uses of Main.WindowSwitchListener in org.openstreetmap.josm
 

Fields in org.openstreetmap.josm with type parameters of type Main.WindowSwitchListener
private static java.util.ArrayList<java.lang.ref.WeakReference<Main.WindowSwitchListener>> Main.windowSwitchListeners
           
 

Methods in org.openstreetmap.josm with parameters of type Main.WindowSwitchListener
static void Main.addWindowSwitchListener(Main.WindowSwitchListener listener)
          Register a window switch listener.
static void Main.removeWindowSwitchListener(Main.WindowSwitchListener listener)
          Removes a window switch listener.
 

Uses of Main.WindowSwitchListener in org.openstreetmap.josm.gui.dialogs
 

Classes in org.openstreetmap.josm.gui.dialogs that implement Main.WindowSwitchListener
 class MapPaintDialog
           
 



JOSM