Uses of Class
bibliothek.gui.dock.station.support.Enforcement

Packages that use Enforcement
bibliothek.extension.gui.dock.station Contains extensions to the DockStations. 
bibliothek.extension.gui.dock.theme.eclipse.displayer The DockableDisplayers that are used by the EclipseTheme
bibliothek.gui.dock.station Elements needed by various implementations of the DockStation interface. 
bibliothek.gui.dock.station.support Elements used by various DockStations to store properties and to propagate events to other objects. 
bibliothek.gui.dock.themes Contains an implementation of DockTheme and all classes which are neede by this theme. 
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
 

Uses of Enforcement in bibliothek.extension.gui.dock.station
 

Methods in bibliothek.extension.gui.dock.station with parameters of type Enforcement
 CombinerTarget SplitCombiner.prepare(CombinerSource source, Enforcement force)
           
 

Uses of Enforcement in bibliothek.extension.gui.dock.theme.eclipse.displayer
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.displayer with parameters of type Enforcement
 DisplayerCombinerTarget EclipseDockableDisplayer.prepareCombination(CombinerSource source, Enforcement force)
          Deprecated.  
 DisplayerCombinerTarget NoTitleDisplayer.prepareCombination(CombinerSource source, Enforcement force)
          Deprecated. As the NoTitleDisplayer does not show any decorations, there is no need to prepare for a combination.
 

Uses of Enforcement in bibliothek.gui.dock.station
 

Methods in bibliothek.gui.dock.station with parameters of type Enforcement
 CombinerTarget Combiner.prepare(CombinerSource source, Enforcement force)
          Prepares information telling how two Dockables may be combined.
 DisplayerCombinerTarget DockableDisplayer.prepareCombination(CombinerSource source, Enforcement force)
          This method tells how this displayer would like to combine itself with a Dockable that is dropped over it.
 

Uses of Enforcement in bibliothek.gui.dock.station.support
 

Methods in bibliothek.gui.dock.station.support that return Enforcement
static Enforcement Enforcement.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Enforcement[] Enforcement.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of Enforcement in bibliothek.gui.dock.themes
 

Methods in bibliothek.gui.dock.themes with parameters of type Enforcement
 CombinerTarget StationCombinerValue.prepare(CombinerSource source, Enforcement force)
           
 CombinerTarget ThemeCombiner.prepare(CombinerSource source, Enforcement force)
           
 

Uses of Enforcement in bibliothek.gui.dock.themes.basic
 

Methods in bibliothek.gui.dock.themes.basic with parameters of type Enforcement
 CombinerTarget BasicCombiner.prepare(CombinerSource source, Enforcement force)
           
 DisplayerCombinerTarget BasicDockableDisplayer.prepareCombination(CombinerSource source, Enforcement force)
           
 

Constructors in bibliothek.gui.dock.themes.basic with parameters of type Enforcement
TabDisplayerCombinerTarget(DockableDisplayer displayer, StackDockComponent stack, CombinerSource source, Enforcement force)
          Creates a new target, clients should call TabDisplayerCombinerTarget.isValid() to check whether the new target can be executed.