Uses of Class
bibliothek.gui.dock.frontend.SettingsBlop

Packages that use SettingsBlop
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.common.intern.layout Implementation of a LayoutChangeStrategy and supporting classes. 
 

Uses of SettingsBlop in bibliothek.gui
 

Methods in bibliothek.gui that return SettingsBlop
 SettingsBlop DockFrontend.readBlop(DataInputStream in)
          Reads the contents of in using all the factories that are currently installed on this DockFrontend, this method does not change any properties of the frontend.
 SettingsBlop DockFrontend.readBlopXML(XElement element)
          Reads the contents of element using all the facotries installed on this DockFrontend, without actually changing any property of this frontend.
 SettingsBlop DockFrontend.writeBlop()
          Stores all the current Settings of this DockFrontend in a new SettingsBlop.
 

Methods in bibliothek.gui with parameters of type SettingsBlop
 void DockFrontend.readBlop(SettingsBlop blop, boolean keepExistingSettings)
          Reads and applies the Settings stored in blop.
 void DockFrontend.writeBlop(SettingsBlop blop, DataOutputStream out)
          Writes the contents of blop into out.
 void DockFrontend.writeBlopXML(SettingsBlop blop, XElement element)
          Writes all the Settings of blop into element, this method does use the factories installed on this DockFrontend, but does not change any properties of the frontend.
 

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

Methods in bibliothek.gui.dock.common.intern.layout that return SettingsBlop
 SettingsBlop CControlPerspectiveResource.getSettings()
          Gets the settings that were read by this resource.
 

Methods in bibliothek.gui.dock.common.intern.layout with parameters of type SettingsBlop
 void CControlPerspectiveResource.setSettings(SettingsBlop settings)
          Sets the settings which should be written by this resource.