Uses of Interface
bibliothek.gui.dock.control.relocator.Inserter

Packages that use Inserter
bibliothek.gui.dock.control Classes responsible to handle some global task. 
bibliothek.gui.dock.control.relocator Various implementations of RelocateOperation
 

Uses of Inserter in bibliothek.gui.dock.control
 

Methods in bibliothek.gui.dock.control that return Inserter
 Inserter DockRelocator.getInserter()
          Gets the algorithm used to override decisions of a DockStation.
 

Methods in bibliothek.gui.dock.control with parameters of type Inserter
 void DockRelocator.setInserter(Inserter inserter)
          Sets the algorithm which is used to override decisions of a DockStation.
 

Uses of Inserter in bibliothek.gui.dock.control.relocator
 

Classes in bibliothek.gui.dock.control.relocator that implement Inserter
 class MultiInserter
          An Inserter which consists of several child Inserters.
 

Methods in bibliothek.gui.dock.control.relocator that return Inserter
 Inserter MultiInserter.get(int index)
          Gets the index'th inserter in the list of inserters.
 Inserter AbstractDockRelocator.getInserter()
           
 

Methods in bibliothek.gui.dock.control.relocator with parameters of type Inserter
 void MultiInserter.add(Inserter inserter)
          Adds a new Inserter to the list of Inserters.
 void MultiInserter.remove(Inserter inserter)
          Removes inserter from the list of Inserters.
 void AbstractDockRelocator.setInserter(Inserter inserter)