|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PutInfo.Put | |
---|---|
bibliothek.gui.dock.station | |
bibliothek.gui.dock.station.split |
Uses of PutInfo.Put in bibliothek.gui.dock.station |
---|
Methods in bibliothek.gui.dock.station with parameters of type PutInfo.Put | |
---|---|
protected void |
SplitDockStation.dropAside(SplitNode neighbor,
PutInfo.Put put,
Dockable dockable,
double divider,
boolean fire)
Adds dockable at the side put of
neighbor . |
Uses of PutInfo.Put in bibliothek.gui.dock.station.split |
---|
Fields in bibliothek.gui.dock.station.split declared as PutInfo.Put | |
---|---|
private PutInfo.Put |
PutInfo.put
The location of the mouse in respect to PutInfo.node |
Methods in bibliothek.gui.dock.station.split that return PutInfo.Put | |
---|---|
PutInfo.Put |
PutInfo.getPut()
Gets the location of the mouse. |
PutInfo.Put |
SplitNode.relativeSidePut(double kx,
double ky)
Calculates on which side of the node the point kx/ky lies. |
static PutInfo.Put |
PutInfo.Put.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PutInfo.Put[] |
PutInfo.Put.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in bibliothek.gui.dock.station.split with parameters of type PutInfo.Put | |
---|---|
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. |
void |
PutInfo.setPut(PutInfo.Put put)
Tells where the mouse is, in respect to node . |
Constructors in bibliothek.gui.dock.station.split with parameters of type PutInfo.Put | |
---|---|
PutInfo(SplitNode node,
PutInfo.Put put)
Creates a new PutInfo. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |