Uses of Class
bibliothek.gui.dock.util.DockProperties.Entry

Packages that use DockProperties.Entry
bibliothek.gui.dock.util   
 

Uses of DockProperties.Entry in bibliothek.gui.dock.util
 

Fields in bibliothek.gui.dock.util with type parameters of type DockProperties.Entry
private  java.util.Map<PropertyKey<?>,DockProperties.Entry<?>> DockProperties.map
          the map of values
 

Methods in bibliothek.gui.dock.util that return DockProperties.Entry
private
<A> DockProperties.Entry<A>
DockProperties.getEntry(PropertyKey<A> key, boolean secure)
          Gets the entry for key.
 

Methods in bibliothek.gui.dock.util with parameters of type DockProperties.Entry
private  void DockProperties.check(DockProperties.Entry<?> entry)
          Checks whether entry has to be stored any longer.