Uses of Interface
bibliothek.gui.dock.station.support.PlaceholderListItem

Packages that use PlaceholderListItem
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.intern.station Contains the CommonDockStation, various implementations of CommonDockStation and supporting classes. 
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. 
bibliothek.gui.dock.dockable Some classes related to Dockable
bibliothek.gui.dock.frontend Classes and interfaces needed by the DockFrontend 
bibliothek.gui.dock.perspective The perspective API allows clients to access and modify the layout without actually creating any Dockables. 
bibliothek.gui.dock.station Elements needed by various implementations of the DockStation interface. 
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
bibliothek.gui.dock.station.screen Elements that are related to the ScreenDockStation
bibliothek.gui.dock.station.screen.window Contains the window ( JDialog, JInternalDialog, etc..) that shows the children of a ScreenDockStation and the classes required to configure that window. 
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
bibliothek.gui.dock.station.stack Elements which are related to the StackDockStation
bibliothek.gui.dock.station.support Elements used by various DockStations to store properties and to propagate events to other objects. 
 

Uses of PlaceholderListItem in bibliothek.gui
 

Subinterfaces of PlaceholderListItem in bibliothek.gui
 interface Dockable
          A Dockable is a window which can be dragged around by the user.
 

Uses of PlaceholderListItem in bibliothek.gui.dock
 

Classes in bibliothek.gui.dock that implement PlaceholderListItem
 class DefaultDockable
          A Dockable which consists only of one Component called "content pane".
 class FlapDockStation
          This DockStation shows only a title for each of it's children.
If the user clicks on one of the titles, a window will popup.
protected  class FlapDockStation.DockableHandle
          Handles title, listeners and actions that are associated with a Dockable.
 class SplitDockStation
          This station shows all its children at once.
 class StackDockStation
          On this station, only one of many children is visible.
 

Uses of PlaceholderListItem in bibliothek.gui.dock.common.intern
 

Subinterfaces of PlaceholderListItem in bibliothek.gui.dock.common.intern
 interface CommonDockable
          A Dockable which is a wrapper for a CDockable.
 

Classes in bibliothek.gui.dock.common.intern that implement PlaceholderListItem
 class DefaultCommonDockable
          A default implementation of CommonDockable, based on a DefaultDockable.
 

Uses of PlaceholderListItem in bibliothek.gui.dock.common.intern.station
 

Classes in bibliothek.gui.dock.common.intern.station that implement PlaceholderListItem
 class CFlapDockStation
          An implementation of FlapDockStation that also satisfies the CommonDockStation interface.
 class CSplitDockStation
          An implementation of SplitDockStation that also satisfies the CommonDockStation interface.
 

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

Classes in bibliothek.gui.dock.common.perspective that implement PlaceholderListItem
 class CGridPerspective.CommonSplitDockPerspective
          The type of object that is used by a CGridPerspective as intern representation.
 class CMinimizePerspective.CommonFlapDockPerspective
          The type of object that is used by CMinimizePerspective as intern representation.
 class CStackPerspective
          This perspective represents a group of dockables.
protected  class MultipleCDockablePerspective.Intern
          The default representation for a MultipleCDockablePerspective.
protected  class SingleCDockablePerspective.Intern
          The type of object that is created by the default implementation of SingleCDockablePerspective.create()
 

Uses of PlaceholderListItem in bibliothek.gui.dock.dockable
 

Classes in bibliothek.gui.dock.dockable that implement PlaceholderListItem
 class AbstractDockable
          An implementation of Dockable which deals with the simple things.
Some of the capabilities of an AbstractDockable are: add or remove a DockableListener, and fire an event set the parent and the controller set the title and the icon store a list of DockActions
 class DefaultDockablePerspective
          Implementation of a PerspectiveElement that represents a DefaultDockable.
 

Uses of PlaceholderListItem in bibliothek.gui.dock.frontend
 

Classes in bibliothek.gui.dock.frontend that implement PlaceholderListItem
 class FrontendDockablePerspective
          This DefaultDockablePerspective represents a DefaultDockable that was added to a DockFrontend with a unique identifier.
 

Uses of PlaceholderListItem in bibliothek.gui.dock.perspective
 

Subinterfaces of PlaceholderListItem in bibliothek.gui.dock.perspective
 interface PerspectiveDockable
          A representation of a Dockable in a Perspective.
 

Uses of PlaceholderListItem in bibliothek.gui.dock.station
 

Classes in bibliothek.gui.dock.station that implement PlaceholderListItem
 class AbstractDockableStation
          An abstract combination between DockStation and Dockable.
 class StationChildHandle
          A support class intended to be used by DockStations.
 

Methods in bibliothek.gui.dock.station with type parameters of type PlaceholderListItem
<T extends PlaceholderListItem<Dockable>>
void
DockStationDelegate.combine(PlaceholderList.Item item, Combiner combiner, AsideRequest request)
          Can be called by DockStation.aside(AsideRequest) if request contains a location that points toward item.
 

Uses of PlaceholderListItem in bibliothek.gui.dock.station.flap
 

Classes in bibliothek.gui.dock.station.flap that implement PlaceholderListItem
 class FlapDockPerspective
          A representation of a FlapDockStation in a Perspective.
Note: while this perspective allows to set the hold and size property of a dockable, the final decision of how these properties look like are made by the FlapLayoutManager that is installed on the FlapDockStation which shows the real Dockables.
 

Uses of PlaceholderListItem in bibliothek.gui.dock.station.screen
 

Classes in bibliothek.gui.dock.station.screen that implement PlaceholderListItem
static class ScreenDockPerspective.ScreenPerspectiveWindow
          Represents a child of a ScreenDockPerspective.
 

Uses of PlaceholderListItem in bibliothek.gui.dock.station.screen.window
 

Classes in bibliothek.gui.dock.station.screen.window that implement PlaceholderListItem
 class ScreenDockWindowHandle
          Represents a ScreenDockWindow in a PlaceholderList.
 

Uses of PlaceholderListItem in bibliothek.gui.dock.station.split
 

Classes in bibliothek.gui.dock.station.split that implement PlaceholderListItem
 class SplitDockPerspective
          Represents a SplitDockStation in a Perspective.
 

Uses of PlaceholderListItem in bibliothek.gui.dock.station.stack
 

Classes in bibliothek.gui.dock.station.stack that implement PlaceholderListItem
 class StackDockPerspective
          A representation of a StackDockStation in a Perspective.
 

Uses of PlaceholderListItem in bibliothek.gui.dock.station.support
 

Classes in bibliothek.gui.dock.station.support with type parameters of type PlaceholderListItem
 class DockablePlaceholderList<P extends PlaceholderListItem<Dockable>>
          A PlaceholderList that works with real Dockables.
 class PerspectivePlaceholderList<P extends PlaceholderListItem<PerspectiveDockable>>
          A PlaceholderList that works only with PerspectiveElements.
The PlaceholderStrategy of this list is automatically set during construction and there is no need for clients to call PlaceholderList.bind() or PlaceholderList.unbind().
 class PerspectivePlaceholderListItemConverter<D extends PlaceholderListItem<PerspectiveDockable>>
           
 class PlaceholderList<D,S,P extends PlaceholderListItem<D>>
          A list consisting of Dockables and sets of Paths as placeholder.
 class PlaceholderListItemAdapter<D,P extends PlaceholderListItem<D>>
          An adapter for PlaceholderListItemConverter, all methods implemented by this adapter do nothing.
 interface PlaceholderListItemConverter<D,P extends PlaceholderListItem<D>>
          Used by a PlaceholderList to read and write to a PlaceholderMap.
Implementations can assume that the list will both convert methods call with items in the order of which the items are found in the list (meaning ordered by their location).
 class StrategyPlaceholderListItemConverter<D extends PlaceholderListItem<Dockable>>
          This converter uses a PlaceholderStrategy to create new placeholders, but does not convert placeholders back to dockables.
 

Methods in bibliothek.gui.dock.station.support with type parameters of type PlaceholderListItem
static
<P extends PlaceholderListItem<Dockable>>
void
DockablePlaceholderList.simulatedRead(PlaceholderMap map, PlaceholderListItemConverter<Dockable,P> converter)
          Simulates a call to PlaceholderList.read(PlaceholderMap, PlaceholderListItemConverter) and makes all calls to converter that would be made in a real read as well.
static
<P extends PlaceholderListItem<PerspectiveDockable>>
void
PerspectivePlaceholderList.simulatedRead(PlaceholderMap map, PlaceholderListItemConverter<PerspectiveDockable,P> converter)
          Simulates a call to PlaceholderList.read(PlaceholderMap, PlaceholderListItemConverter) and makes all calls to converter that would be made in a real read as well.