Package bibliothek.gui.dock.perspective

The perspective API allows clients to access and modify the layout without actually creating any Dockables.

See:
          Description

Interface Summary
PerspectiveDockable A representation of a Dockable in a Perspective.
PerspectiveElement Representation of a DockElement
PerspectiveStation An abstract representation of a DockStation in a Perspective.
PredefinedMap A helper class that can tell for some PerspectiveElements what their unique identifier is, and that can convert the unique identifier to a PerspectiveElement.
 

Class Summary
Perspective A Perspective is a helper class that allows clients to create a layout without the need to create DockStations or Dockables.
Perspectives cannot be created directly, clients must first set up the DockSituation that would load the layout and then call the method DockSituation.createPerspective() to create a Perspective which in return is able to write a file that matches the need of its owner DockSituation.
PredefinedPerspective A Perspective that works together with PredefinedDockSituation.
 

Package bibliothek.gui.dock.perspective Description

The perspective API allows clients to access and modify the layout without actually creating any Dockables.