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
 

Fields in bibliothek.gui.dock.station declared as PutInfo
private  PutInfo SplitDockStation.putInfo
          Information about the Dockable which is currently draged onto this 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.
private  void SplitDockStation.drop(PutInfo putInfo, boolean fire)
          Adds the Dockable given by putInfo to this station.
 

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

Methods in bibliothek.gui.dock.station.split that return PutInfo
private  PutInfo Leaf.combinationalPut(PutInfo.Put put, Dockable drop)
          Creates a new instance of PutInfo if drop no acceptance-test fails between the station an the Dockable.
 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.