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 CommonStation, various implementations of CommonStation and supporting classes. 
bibliothek.gui.dock.dockable Some classes related to Dockable
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.screen Elements that are related to the ScreenDockStation
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
 

Subinterfaces of PlaceholderListItem in bibliothek.gui.dock.common.intern.station
 interface CommonStation<S extends DockStation>
          An interface that can be implemented by classes that extend a DockStation, are Dockables and that should implement CommonDockable as well.
 

Classes in bibliothek.gui.dock.common.intern.station that implement PlaceholderListItem
 class CSplitDockStation
          An implementation of SplitDockStation that also satisfies the CommonDockable interface.
 class SecureCSplitDockStation
          The secure version of CSplitDockStation.
 

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.
 

Uses of PlaceholderListItem in bibliothek.gui.dock.security
 

Classes in bibliothek.gui.dock.security that implement PlaceholderListItem
 class SecureFlapDockStation
          A FlapDockStation that uses SecureFlapWindow instead of FlapWindow.
 class SecureSplitDockStation
          A SplitDockStation which can work in a restricted environment.
 class SecureStackDockStation
          A StackDockStation which can operate in a restricted environment.
 

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

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

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

Classes in bibliothek.gui.dock.station.support with type parameters of type PlaceholderListItem
 class PlaceholderList<D extends PlaceholderListItem>
          A list consisting of Dockables and sets of Paths as placeholder.
 class PlaceholderListItemAdapter<D extends PlaceholderListItem>
          An adapter for PlaceholderListItemConverter, all methods implemented by this adapter do nothing.
 interface PlaceholderListItemConverter<D extends PlaceholderListItem>
          Used by a PlaceholderList to read and write to a PlaceholderMap.
 class StrategyPlaceholderListItemConverter<D extends PlaceholderListItem>
          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
<D extends PlaceholderListItem>
void
PlaceholderList.simulatedRead(PlaceholderMap map, PlaceholderListItemConverter<D> 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.