Uses of Interface
bibliothek.gui.dock.facile.mode.LocationModeListener
Packages that use LocationModeListener
Package
Description
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 LocationModeListenerModifier and TypeMethodDescriptionprotected 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 LocationModeListenerModifier and TypeMethodDescriptionvoidLocationModeManager.addListener(Path identifier, LocationModeListener listener) Adds a listener to the mode with unique identifieridentifier.voidAbstractLocationMode.addLocationModeListener(LocationModeListener listener) voidLocationMode.addLocationModeListener(LocationModeListener listener) Adds a listener to this mode.LocationModeEvent.getClientObject(LocationModeListener key) Gets some object that was stored earlier using keykey.voidLocationModeManager.removeListener(Path identifier, LocationModeListener listener) Removes a listener from the modeidentifier.voidAbstractLocationMode.removeLocationModeListener(LocationModeListener listener) voidLocationMode.removeLocationModeListener(LocationModeListener listener) Removeslistenerfrom this mode.voidLocationModeEvent.setClientObject(LocationModeListener key, Object value) Storesobjectin a map usinglisteneras key.