Searched refs:panelId (Results 1 – 1 of 1) sorted by relevance
62 notifyObjectSelected: function(panelId, objectId) argument64 this._postNotification("panel-objectSelected-" + panelId, objectId);67 notifySearchAction: function(panelId, action, searchString) argument69 this._postNotification("panel-search-" + panelId, action, searchString);72 notifyPanelShown: function(panelId) argument74 this._postNotification("panel-shown-" + panelId);77 notifyPanelHidden: function(panelId) argument79 this._postNotification("panel-hidden-" + panelId);283 if (message.panelId === "resources" && type === "resource")286 return this._status.E_NOTSUPPORTED(message.panelId, message.type);