Uses of Interface
bibliothek.gui.dock.facile.mode.LocationModeListener

Packages that use LocationModeListener
bibliothek.gui.dock.facile.mode Contains an implementation of ModeManager that links a mode to the location of a Dockable
 

Uses of LocationModeListener in bibliothek.gui.dock.facile.mode
 

Methods in bibliothek.gui.dock.facile.mode that return LocationModeListener
protected  LocationModeListener[] AbstractLocationMode.listeners()
          Gets all the listeners that are currently registered at this mode.
 

Methods in bibliothek.gui.dock.facile.mode with parameters of type LocationModeListener
 void LocationModeManager.addListener(Path identifier, LocationModeListener listener)
          Adds a listener to the mode with unique identifier identifier.
 void AbstractLocationMode.addLocationModeListener(LocationModeListener listener)
           
 void LocationMode.addLocationModeListener(LocationModeListener listener)
          Adds a listener to this mode.
 Object LocationModeEvent.getClientObject(LocationModeListener key)
          Gets some object that was stored earlier using key key.
 void LocationModeManager.removeListener(Path identifier, LocationModeListener listener)
          Removes a listener from the mode identifier.
 void AbstractLocationMode.removeLocationModeListener(LocationModeListener listener)
           
 void LocationMode.removeLocationModeListener(LocationModeListener listener)
          Removes listener from this mode.
 void LocationModeEvent.setClientObject(LocationModeListener key, Object value)
          Stores object in a map using listener as key.