This method is automatically called by the workbench at appropriate times. Clients must not call this method directly.
396397398399400401402403404405406
.createChild(MEMENTO_STANDBY_CONTENT_PART_TAG); // pass new memento to correct standby part. IStandbyContentPart standbyContentpart = cachedControlKey .getContentPart(); if (standbyContentpart != null) standbyContentpart.saveState(standbyContentPartMemento); } } /*