Hi,
concerning the method saveLayoutDataAs(String Name), as I need to save numerous layouts, I need to know where they are stored
But I just can't find the location (or the path ...) of the layouts saved with the method saveLayoutDataAs
ex: getDockingManager().saveLayoutDataAs("Layout");
then where could I find the layout "Layout" ?
saveLayoutDataAs
void saveLayoutDataAs(String layoutName)
Save layout data to the layout that specified in layoutName Note: Always use all lower case. I found some problems with upper case on Windows.
Parameters:
layoutName - the layout name. In Window registry, the layout name is the registry key name. If it's a layout file, the layout name is the file name with ".layout" as suffix.
Thanks,
