Package | Description |
---|---|
bibliothek.gui.dock |
The five basic classes implementing
Dockable and
DockStation plus some supporting elements. |
bibliothek.gui.dock.station.screen.magnet |
The magnet API allows
ScreenDockWindow s to
attract each other, or to stick together. |
Modifier and Type | Field and Description |
---|---|
static PropertyKey<AttractorStrategy> |
ScreenDockStation.ATTRACTOR_STRATEGY
the
AttractorStrategy that tells whether two Dockable s attract each other |
Modifier and Type | Class and Description |
---|---|
class |
MultiAttractorStrategy
A combination of several
AttractorStrategy s into one strategy. |
Modifier and Type | Method and Description |
---|---|
AttractorStrategy |
MagnetController.getAttractorStrategy()
Gets the currently used
AttractorStrategy . |
Modifier and Type | Method and Description |
---|---|
void |
MultiAttractorStrategy.add(AttractorStrategy strategy)
Adds
strategy to the list of strategies that are used. |
void |
MultiAttractorStrategy.remove(AttractorStrategy strategy)
Removes
strategy from the list of strategies that are used. |
void |
MagnetController.setAttractorStrategy(AttractorStrategy strategy)
Sets the
AttractorStrategy to use. |