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

Packages that use PutInfo
bibliothek.gui.dock.station   
bibliothek.gui.dock.station.split   
 

Uses of PutInfo in bibliothek.gui.dock.station
 

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

Methods in bibliothek.gui.dock.station 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 Root.getPut(int x, int y, Dockable drop)
          Gets the preferred operation when dragging the Dockable drop to the location x/y.
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.
 PutInfo Root.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 Leaf.getPut(int x, int y, double factorW, double factorH, Dockable drop)