Uses of Interface
bibliothek.gui.dock.common.perspective.MissingPerspectiveStrategy

Packages that use MissingPerspectiveStrategy
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.perspective The perspective API offers clients the possibility to define or modify the layout of an application without actually creating any CDockables. 
 

Uses of MissingPerspectiveStrategy in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common that return MissingPerspectiveStrategy
 MissingPerspectiveStrategy CControl.getMissingPerspectiveStrategy()
          Gets the strategy that is used to create missing CStationPerspective.
 

Methods in bibliothek.gui.dock.common with parameters of type MissingPerspectiveStrategy
 void CControl.setMissingPerspectiveStrategy(MissingPerspectiveStrategy missingPerspectiveStrategy)
          Sets a strategy that creates missing CStationPerspectives.
 

Uses of MissingPerspectiveStrategy in bibliothek.gui.dock.common.perspective
 

Classes in bibliothek.gui.dock.common.perspective that implement MissingPerspectiveStrategy
 class DefaultMissingPerspectiveFactory
          This default implementation of a MissingPerspectiveStrategy creates CStationPerspectives for the CStations that are already known to the framework.