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

Packages that use LocationModeActionProvider
bibliothek.gui.dock.common.mode A subclass of LocationModeManager that handles CLocations, ExtendedModes and is aware of CControl
bibliothek.gui.dock.facile.mode Contains an implementation of ModeManager that links a mode to the location of a Dockable
 

Uses of LocationModeActionProvider in bibliothek.gui.dock.common.mode
 

Classes in bibliothek.gui.dock.common.mode that implement LocationModeActionProvider
 class KeyedLocationModeActionProvider
          This LocationModeActionProvider returns a KeyedActionSource for each CDockable it encounters.
 

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

Classes in bibliothek.gui.dock.facile.mode that implement LocationModeActionProvider
 class DefaultLocationModeActionProvider
          This default implementation always returns the same DockActionSource to all Dockables.
 class MappingLocationModeActionProvider
          This LocationModeActionProvider mimics a map with keys managed by a subclass.
 

Methods in bibliothek.gui.dock.facile.mode that return LocationModeActionProvider
protected abstract  LocationModeActionProvider MappingLocationModeActionProvider.getProvider(Dockable dockable, Mode<Location> currentMode, DockActionSource currentSource)
          Gets the LocationModeActionProvider which fits the key generated by the arguments of this methode.
 

Methods in bibliothek.gui.dock.facile.mode with parameters of type LocationModeActionProvider
 void AbstractLocationMode.setActionProvider(LocationModeActionProvider actionProvider)
          Sets the LocationModeActionProvider for this mode.