bibliothek.gui.dock.wizard
Class PersistentColumn

java.lang.Object
  extended by bibliothek.gui.dock.wizard.PersistentColumn

@FrameworkOnly
public class PersistentColumn
extends Object

A column in the grid of a WizardSplitDockStation, the column offers information about its current and preferred size. It also offers a list of all its cells.

Author:
Benjamin Sigg

Constructor Summary
PersistentColumn(int size, int preferred, Map<bibliothek.gui.Dockable,PersistentCell> cells)
           
 
Method Summary
 Map<bibliothek.gui.Dockable,PersistentCell> getCells()
           
 int getPreferredSize()
           
 int getSize()
           
 void setSize(int size)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentColumn

public PersistentColumn(int size,
                        int preferred,
                        Map<bibliothek.gui.Dockable,PersistentCell> cells)
Method Detail

setSize

public void setSize(int size)

getSize

public int getSize()

getPreferredSize

public int getPreferredSize()

getCells

public Map<bibliothek.gui.Dockable,PersistentCell> getCells()