Uses of Interface
bibliothek.gui.dock.ExpandableToolbarItemStrategy

Packages that use ExpandableToolbarItemStrategy
bibliothek.gui.dock   
bibliothek.gui.dock.station.toolbar.group   
bibliothek.gui.dock.toolbar.expand   
 

Uses of ExpandableToolbarItemStrategy in bibliothek.gui.dock
 

Fields in bibliothek.gui.dock with type parameters of type ExpandableToolbarItemStrategy
static bibliothek.gui.dock.util.PropertyKey<ExpandableToolbarItemStrategy> ExpandableToolbarItemStrategy.STRATEGY
          An identifier to exchange the strategy.
 

Uses of ExpandableToolbarItemStrategy in bibliothek.gui.dock.station.toolbar.group
 

Methods in bibliothek.gui.dock.station.toolbar.group that return ExpandableToolbarItemStrategy
 ExpandableToolbarItemStrategy ExpandToolbarGroupActions.getStrategy()
          Gets the strategy that is currently used to decide which actions are available for which Dockables.
 

Uses of ExpandableToolbarItemStrategy in bibliothek.gui.dock.toolbar.expand
 

Classes in bibliothek.gui.dock.toolbar.expand that implement ExpandableToolbarItemStrategy
 class DefaultExpandableToolbarItemStrategy
          The default implementation of an ExpandableToolbarItemStrategy searches for ExpandableToolbarItems.
 class DisabledExpandableToolbarItemStrategy
          This implementation of ExpandableToolbarItemStrategy does not do anything, it just disables any feature related to expandable items.