Class KeyedActionSource

java.lang.Object
bibliothek.gui.dock.action.AbstractDockActionSource
bibliothek.gui.dock.facile.action.KeyedActionSource
All Implemented Interfaces:
DockActionSource, Iterable<DockAction>

@FrameworkOnly public class KeyedActionSource extends AbstractDockActionSource
An action source using CDockable.getAction(String) to determine which action to use. If getAction returns null, then a default action can be used. This action source also allows to disable any action.
Author:
Benjamin Sigg