Uses of Class
bibliothek.gui.dock.common.intern.CSetting
Packages that use CSetting
Package
Description
Classes and interfaces used internally.
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 CSettingModifier and TypeMethodDescriptionvoidCDockFrontendListener.loaded(CDockFrontend frontend, CSetting setting) Informs thatfrontenddid loadsetting.voidCDockFrontendListener.loading(CDockFrontend frontend, CSetting setting) Informs thatfrontendis about to loadsetting. -
Uses of CSetting in bibliothek.gui.dock.common.perspective
Methods in bibliothek.gui.dock.common.perspective that return CSettingModifier and TypeMethodDescriptionCControlPerspectiveBlop.getSetting()Gets the raw data of the current layout.CControlPerspectiveBlop.getSetting(String name) Gets the raw data about the layout that is stored usingnameas key.CControlPerspective.write(CPerspective perspective, boolean includeWorkingAreas) Convertsperspectiveinto aCSetting.Methods in bibliothek.gui.dock.common.perspective with parameters of type CSettingModifier and TypeMethodDescriptionvoidCControlPerspectiveBlop.putSetting(String name, CSetting setting) Stores raw data of a layout with namename.Creates a newCPerspectiveand fills it using the information fromsetting.voidCControlPerspectiveBlop.setSetting(CSetting setting) Sets the raw data of the layout that should be loaded.