Uses of Interface
bibliothek.gui.dock.facile.mode.ExternalizedModeBehavior

Packages that use ExternalizedModeBehavior
bibliothek.gui.dock.facile.mode Contains an implementation of ModeManager that links a mode to the location of a Dockable
 

Uses of ExternalizedModeBehavior in bibliothek.gui.dock.facile.mode
 

Classes in bibliothek.gui.dock.facile.mode that implement ExternalizedModeBehavior
 class DefaultExternalizedModeBehavior
          The default implementation of ExternalizedMode.
 

Methods in bibliothek.gui.dock.facile.mode that return ExternalizedModeBehavior
 ExternalizedModeBehavior ExternalizedMode.getBehavior()
          Gets the current implementation of some algorithms of this mode.
 

Methods in bibliothek.gui.dock.facile.mode with parameters of type ExternalizedModeBehavior
 void ExternalizedMode.setBehavior(ExternalizedModeBehavior behavior)
          Tells this ExternalizedMode how some algorithms are implemented.