Uses of Class
bibliothek.gui.dock.station.split.PutInfo

Packages that use PutInfo
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
 

Uses of PutInfo in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return PutInfo
protected  PutInfo SplitDockStation.calculateSideSnap(int x, int y, Leaf leaf, Dockable drop)
          Calculates where to add a Dockable if the mouse is outside this station.
 

Methods in bibliothek.gui.dock with parameters of type PutInfo
protected  void SplitDockStation.calculateDivider(PutInfo putInfo, Leaf origin)
          Calculates the value a divider should have if the Dockable of putInfo is added alongside of origin.
 

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

Methods in bibliothek.gui.dock.station.split that return PutInfo
 PutInfo SplitDockAccess.checkPutInfo(PutInfo info)
          Checks whether info is valid or not.
 PutInfo Root.getPut(int x, int y, Dockable drop)
          Gets the preferred operation when dragging the Dockable drop to the location x/y.
 PutInfo Leaf.getPut(int x, int y, double factorW, double factorH, Dockable drop)
           
 PutInfo Node.getPut(int x, int y, double factorW, double factorH, Dockable drop)
           
 PutInfo Root.getPut(int x, int y, double factorW, double factorH, Dockable drop)
           
abstract  PutInfo SplitNode.getPut(int x, int y, double factorW, double factorH, Dockable drop)
          Determines where to drop the Dockable drop if the mouse is at location x/y.
 

Methods in bibliothek.gui.dock.station.split with parameters of type PutInfo
 PutInfo SplitDockAccess.checkPutInfo(PutInfo info)
          Checks whether info is valid or not.