Searched refs:ElementRegistry (Results 1 – 1 of 1) sorted by relevance
5593 function ElementRegistry(eventBus) { class5599 ElementRegistry.$inject = [ 'eventBus' ];5608 ElementRegistry.prototype.add = function(element, gfx, secondaryGfx) {5629 ElementRegistry.prototype.remove = function(element) {5653 ElementRegistry.prototype.updateId = function(element, newId) {5683 ElementRegistry.prototype.updateGraphics = function(filter, gfx, secondary) {5712 ElementRegistry.prototype.get = function(filter) {5732 ElementRegistry.prototype.filter = function(fn) {5752 ElementRegistry.prototype.find = function(fn) {5773 ElementRegistry.prototype.getAll = function() {[all …]