* @see LayoutManager#store()
*/
public static boolean storeLayoutModel() throws IOException,
PersistenceException {
LayoutManager mgr = getLayoutManager();
return mgr == null ? false : mgr.store();
}
/**
* Loads a previously stored layout model into the currently installed
* {@code LayoutManager}. This method defers processing to