Returns a Java code pseudo-like string with information about the current window layout in a docking
window.
If the given window is a root window a complete layout is returned i.e. windows
inside the root window, windows on window bars and floating windows. This is useful when for
example creating a default layout. Just add all the views to the root window, drag them around
to create a nice layout and the call this function to retrieve the layout as a string.
Note: The returned string contains pseudo-like Java code. All views in the layout
are called View: "title" - view class.
Note: The method might be changed/removed or not be compatible with future versions
of IDW.
Parameters: window - the docking window to retrieve layout for the layout as a pseudo-like Java code |