Uses of Class
bibliothek.gui.dock.common.perspective.CControlPerspectiveBlop

Packages that use CControlPerspectiveBlop
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 CControlPerspectiveBlop in bibliothek.gui.dock.common.perspective
 

Methods in bibliothek.gui.dock.common.perspective that return CControlPerspectiveBlop
 CControlPerspectiveBlop CControlPerspective.readAll(DataInputStream in)
          Emulates a call to CControl.read(DataInputStream) and returns all the layouts that are stored in the stream in.
 CControlPerspectiveBlop CControlPerspective.readAllXML(XElement root)
          Emulates a call to CControl.readXML(XElement) and returns all the layouts that are stored within root.