Lines Matching refs:ElementRegistry
5593 function ElementRegistry(eventBus) { class
5599 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() {
5782 ElementRegistry.prototype.forEach = function(fn) {
5810 ElementRegistry.prototype.getGraphics = function(filter, secondary) {
5825 ElementRegistry.prototype._validateId = function(id) {
7244 elementRegistry: [ 'type', ElementRegistry ],