191192193194195196197198199200201
if( oldBridge != null ) colors.unpublish( Priority.DEFAULT, kind ); } else{ setting.colors.put( kind, newBridge ); colors.publish( Priority.DEFAULT, kind, newBridge ); } } } /**
281282283284285286287288289290291
extending[i] = filtered.get( i ).create( control, colors ); } bridge = new ExtendedColorBridge( bridge, extending ); } colors.publish( Priority.DEFAULT, entry.getKey(), bridge ); settings.colors.put( entry.getKey(), bridge ); }