Uses of Class
bibliothek.gui.dock.common.intern.CSetting

Packages that use CSetting
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.gui.dock.common.perspective The perspective API offers clients the possibility to define or modify the layout of an application without actually creating any CDockables. 
 

Uses of CSetting in bibliothek.gui.dock.common.intern
 

Methods in bibliothek.gui.dock.common.intern with parameters of type CSetting
 void CDockFrontendListener.loaded(CDockFrontend frontend, CSetting setting)
          Informs that frontend did load setting.
 void CDockFrontendListener.loading(CDockFrontend frontend, CSetting setting)
          Informs that frontend is about to load setting.
 

Uses of CSetting in bibliothek.gui.dock.common.perspective
 

Methods in bibliothek.gui.dock.common.perspective that return CSetting
 CSetting CControlPerspectiveBlop.getSetting()
          Gets the raw data of the current layout.
 CSetting CControlPerspectiveBlop.getSetting(String name)
          Gets the raw data about the layout that is stored using name as key.
 CSetting CControlPerspective.write(CPerspective perspective, boolean includeWorkingAreas)
          Converts perspective into a CSetting.
 

Methods in bibliothek.gui.dock.common.perspective with parameters of type CSetting
 void CControlPerspectiveBlop.putSetting(String name, CSetting setting)
          Stores raw data of a layout with name name.
 CPerspective CControlPerspective.read(CSetting setting, boolean includeWorkingAreas)
          Creates a new CPerspective and fills it using the information from setting.
 void CControlPerspectiveBlop.setSetting(CSetting setting)
          Sets the raw data of the layout that should be loaded.