Uses of Class
bibliothek.gui.dock.wizard.PersistentCell

Packages that use PersistentCell
bibliothek.gui.dock.wizard   
 

Uses of PersistentCell in bibliothek.gui.dock.wizard
 

Methods in bibliothek.gui.dock.wizard that return PersistentCell
 PersistentCell WizardNodeMap.getHeadCell(bibliothek.gui.dock.station.split.SplitNode node)
          Follows the tree downwards using the right path until a Leaf is found, the cell matching that leaf is returned.
 

Methods in bibliothek.gui.dock.wizard that return types with arguments of type PersistentCell
 Map<bibliothek.gui.Dockable,PersistentCell> PersistentColumn.getCells()
           
 

Constructor parameters in bibliothek.gui.dock.wizard with type arguments of type PersistentCell
PersistentColumn(int size, int preferred, Map<bibliothek.gui.Dockable,PersistentCell> cells)