Class DefaultLocationModeActionProvider

java.lang.Object
bibliothek.gui.dock.facile.mode.DefaultLocationModeActionProvider
All Implemented Interfaces:
LocationModeActionProvider
Direct Known Subclasses:
KeyedLocationModeActionProvider

public class DefaultLocationModeActionProvider extends Object implements LocationModeActionProvider
This default implementation always returns the same DockActionSource to all Dockables. This source contains an exchangeable DockAction.
Author:
Benjamin Sigg
  • Constructor Details

    • DefaultLocationModeActionProvider

      public DefaultLocationModeActionProvider()
      Creates a new empty provider
    • DefaultLocationModeActionProvider

      public DefaultLocationModeActionProvider(CAction action)
      Creates a new provider.
      Parameters:
      action - the action of this provider, may be null
      See Also:
    • DefaultLocationModeActionProvider

      public DefaultLocationModeActionProvider(DockAction action)
      Creates a new provider.
      Parameters:
      action - the action of this provider, may be null
      See Also:
  • Method Details