Uses of Class
bibliothek.gui.dock.action.AbstractDockActionSource

Packages that use AbstractDockActionSource
bibliothek.extension.gui.dock.theme.eclipse Various graphical and logical components needed when the EclipseTheme is active. 
bibliothek.gui.dock.action The components dealing with the logic of DockActions. 
bibliothek.gui.dock.common.intern.action CActions and supporting classes that are not intended for clients to be used directly. 
bibliothek.gui.dock.facile.action Some DockActions used by Common
bibliothek.gui.dock.support.mode Basic interfaces and classes for a framework that assigns modes to Dockables. 
 

Uses of AbstractDockActionSource in bibliothek.extension.gui.dock.theme.eclipse
 

Subclasses of AbstractDockActionSource in bibliothek.extension.gui.dock.theme.eclipse
 class EclipseDockActionSource
          A list of DockActions filtered by the EclipseThemeConnector, using EclipseThemeConnector.isTabAction(Dockable, DockAction).
 

Uses of AbstractDockActionSource in bibliothek.gui.dock.action
 

Subclasses of AbstractDockActionSource in bibliothek.gui.dock.action
 class DefaultDockActionSource
          The DefaultDockActionSource is nothing more than a list of DockActions that may be changed at any time.
 class FilteredDockActionSource
          A DockActionSource which shows a selection of DockActions fetched from another DockActionSource
 class HierarchyDockActionSource
          A DockActionSource which observes the hierarchy of a Dockable and changes its content using DockController.listOffers(bibliothek.gui.Dockable).
 class MultiDockActionSource
          A DockActionSource that combines various sources in one source.
 class StationChildrenActionSource
          This DockActionSource is a wrapper around a Dockable or a DockStation and adds one DockAction for each child of the station to itself.
 

Uses of AbstractDockActionSource in bibliothek.gui.dock.common.intern.action
 

Subclasses of AbstractDockActionSource in bibliothek.gui.dock.common.intern.action
 class CActionSource
          This DockActionSource handles CActions.
 class CloseActionSource
          An action source that observes one CDockable and either adds or removes a close-action from itself.
 

Uses of AbstractDockActionSource in bibliothek.gui.dock.facile.action
 

Subclasses of AbstractDockActionSource in bibliothek.gui.dock.facile.action
 class KeyedActionSource
          An action source using CDockable.getAction(String) to determine which action to use.
 

Uses of AbstractDockActionSource in bibliothek.gui.dock.support.mode
 

Subclasses of AbstractDockActionSource in bibliothek.gui.dock.support.mode
 class ModeForwardingActionSource<H>
          A ModeForwardingActionSource is attached to a DockStation and shows actions belonging to the selected Dockable.