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   
bibliothek.gui.dock.dockable Some classes related to Dockable
bibliothek.gui.dock.frontend Classes and interfaces needed by the DockFrontend 
bibliothek.gui.dock.perspective   
bibliothek.gui.dock.security A package dealing with the issues of Applets and Wepstart-applications. 
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.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.
 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.
 class SecureCSplitDockStation
          Deprecated. this class is no longer required and will be removed in a future release
 

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.
 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.security
 

Classes in bibliothek.gui.dock.security that implement PlaceholderListItem
 class SecureFlapDockStation
          Deprecated. this class is no longer necessary and will be removed in a future release. Instead of this class, FlapDockStation should be used.
 class SecureSplitDockStation
          Deprecated. this class is no longer necessary and will be removed in a future release
 class SecureStackDockStation
          Deprecated. this class is no longer necessary and will be removed in a future release
 

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.
 

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.
 

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.
 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.
 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.
 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.