Uses of Interface
bibliothek.gui.dock.facile.mode.LocationModeActionProvider
Packages that use LocationModeActionProvider
Package
Description
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 LocationModeActionProviderModifier and TypeClassDescriptionclass -
Uses of LocationModeActionProvider in bibliothek.gui.dock.facile.mode
Classes in bibliothek.gui.dock.facile.mode that implement LocationModeActionProviderModifier and TypeClassDescriptionclassThis default implementation always returns the sameDockActionSourceto allDockables.classThisLocationModeActionProvidermimics a map with keys managed by a subclass.Methods in bibliothek.gui.dock.facile.mode that return LocationModeActionProviderModifier and TypeMethodDescriptionprotected abstract LocationModeActionProviderMappingLocationModeActionProvider.getProvider(Dockable dockable, Mode<Location> currentMode, DockActionSource currentSource) Gets theLocationModeActionProviderwhich fits the key generated by the arguments of this method.Methods in bibliothek.gui.dock.facile.mode with parameters of type LocationModeActionProviderModifier and TypeMethodDescriptionvoidAbstractLocationMode.setActionProvider(LocationModeActionProvider actionProvider) Sets theLocationModeActionProviderfor this mode.