Uses of Class
bibliothek.gui.dock.FlapDockStation.DockableHandle

Packages that use FlapDockStation.DockableHandle
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.common.intern.station Contains the CommonDockStation, various implementations of CommonDockStation and supporting classes. 
 

Uses of FlapDockStation.DockableHandle in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return FlapDockStation.DockableHandle
protected  FlapDockStation.DockableHandle FlapDockStation.createHandle(Dockable dockable)
          Creates a new wrapper around dockable, the wrapper is used as internal representation of dockable.
protected  FlapDockStation.DockableHandle FlapDockStation.getHandle(Dockable dockable)
          Gets the wrapper of dockable.
 

Uses of FlapDockStation.DockableHandle in bibliothek.gui.dock.common.intern.station
 

Methods in bibliothek.gui.dock.common.intern.station that return FlapDockStation.DockableHandle
protected  FlapDockStation.DockableHandle CFlapDockStation.createHandle(Dockable dockable)