215216217218219220221222223224225
{ ActionSystemPartBridge bridge = this.cache.get( handler ); if( bridge == null ) { bridge = new ActionHandlerBridge( presentation, handler ); } updatedCache.put( handler, bridge ); childMenuManager.add( bridge );