Uses of Interface
bibliothek.gui.dock.support.util.ApplicationResource

Packages that use ApplicationResource
bibliothek.gui.dock.common.intern.layout Implementation of a LayoutChangeStrategy and supporting classes. 
bibliothek.gui.dock.support.util Utility classes, used to load resources like icons or manage settings that need to be stored persistently. 
 

Uses of ApplicationResource in bibliothek.gui.dock.common.intern.layout
 

Classes in bibliothek.gui.dock.common.intern.layout that implement ApplicationResource
 class CControlPerspectiveResource
          An ApplicationResource that emulates reading and writing layouts like CControl would do, but creates CPerspectives instead of actual layouts.
 

Uses of ApplicationResource in bibliothek.gui.dock.support.util
 

Methods in bibliothek.gui.dock.support.util with parameters of type ApplicationResource
 void ApplicationResourceManager.put(String name, ApplicationResource resource)
          Stores a resource that might be read or written at any time.