Dockable
s.See: Description
Interface | Description |
---|---|
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
PerspectiveElement s what their unique identifier is,
and that can convert the unique identifier to a PerspectiveElement . |
Class | Description |
---|---|
Perspective |
A
Perspective is a helper class that allows clients to create a layout without the need to
create DockStation s or Dockable s.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 . |
Dockable
s.