Uses of Interface
bibliothek.gui.dock.common.perspective.MissingPerspectiveStrategy
Packages that use MissingPerspectiveStrategy
Package
Description
A set of classes that can be used to create basic applications.
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 MissingPerspectiveStrategyModifier and TypeMethodDescriptionCControl.getMissingPerspectiveStrategy()Gets the strategy that is used to create missingCStationPerspective.Methods in bibliothek.gui.dock.common with parameters of type MissingPerspectiveStrategyModifier and TypeMethodDescriptionvoidCControl.setMissingPerspectiveStrategy(MissingPerspectiveStrategy missingPerspectiveStrategy) Sets a strategy that creates missingCStationPerspectives. -
Uses of MissingPerspectiveStrategy in bibliothek.gui.dock.common.perspective
Classes in bibliothek.gui.dock.common.perspective that implement MissingPerspectiveStrategyModifier and TypeClassDescriptionclassThis default implementation of aMissingPerspectiveStrategycreatesCStationPerspectives for theCStations that are already known to the framework.