Package | Description |
---|---|
bibliothek.gui.dock.control |
Classes responsible to handle some global task.
|
bibliothek.gui.dock.control.relocator |
Various implementations of
RelocateOperation . |
Modifier and Type | Method and Description |
---|---|
Inserter |
DockRelocator.getInserter()
Gets the algorithm used to override decisions of a
DockStation . |
Modifier and Type | Method and Description |
---|---|
void |
DockRelocator.setInserter(Inserter inserter)
Sets the algorithm which is used to override decisions of a
DockStation . |
Modifier and Type | Class and Description |
---|---|
class |
MultiInserter
|
Modifier and Type | Method and Description |
---|---|
Inserter |
MultiInserter.get(int index)
Gets the
index 'th inserter in the list of inserters. |
Inserter |
AbstractDockRelocator.getInserter() |
Modifier and Type | Method and Description |
---|---|
void |
MultiInserter.add(Inserter inserter)
|
void |
MultiInserter.remove(Inserter inserter)
Removes
inserter from the list of Inserter s. |
void |
AbstractDockRelocator.setInserter(Inserter inserter) |