====== ThinkGeo.MapSuite.GisEditor.UIPluginManager ====== {{section>upgrade_map_suite_to_10.0}} ===== Inheritance Hierarchy ===== *System.Object **[[ThinkGeo.MapSuite.GisEditor.Manager]] ***[[ThinkGeo.MapSuite.GisEditor.PluginManager]] ****[[ThinkGeo.MapSuite.GisEditor.UIPluginManager]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#UIPluginManager()|UIPluginManager]] | | | Initializes a new instance of the class. | ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#ApplySettings(StorableSettings)|ApplySettings]] | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Applies the settings to this manager. | | {{wiki:PublicMethod.gif|Public Method}}[[#BuildRibbonBar(Ribbon)|BuildRibbonBar]] | Ribbon | | | | {{wiki:PublicMethod.gif|Public Method}}[[#BuildRibbonBar(Ribbon, IEnumerable)|BuildRibbonBar]] | Ribbon, IEnumerable<[[ThinkGeo.MapSuite.GisEditor.UIPlugin|UIPlugin]]> | | | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetActiveUIPlugins()|GetActiveUIPlugins]] | | | Gets the UI plugins. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetActiveUIPlugins()|GetActiveUIPlugins]] | | | Gets the UI plugins. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetMapContextMenuItems(GetMapContextMenuParameters)|GetMapContextMenuItems]] | [[ThinkGeo.MapSuite.GisEditor.GetMapContextMenuParameters|GetMapContextMenuParameters]] | | Gets the map context menu items. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetPlugins()|GetPlugins]] | | [[ThinkGeo.MapSuite.GisEditor.PluginManager|PluginManager]] | Gets the related plugins. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetSettings()|GetSettings]] | | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Gets manager settings to save. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetSettingsUI()|GetSettingsUI]] | | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Gets an UI that configures settings. | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetUIPlugins()|GetUIPlugins]] | | | Gets the UI plugins. | | {{wiki:PublicMethod.gif|Public Method}}[[#RefreshPlugins(RefreshArgs)|RefreshPlugins]] | [[ThinkGeo.MapSuite.GisEditor.RefreshArgs|RefreshArgs]] | | Refreshes the plugins. | | {{wiki:PublicMethod.gif|Public Method}}[[#RefreshPlugins()|RefreshPlugins]] | | | Refreshes the plugins. | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | ==== Protected Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ApplySettingsCore(StorableSettings)|ApplySettingsCore]] | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Applies the settings to this manager. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#BuildRibbonBarCore(Ribbon, IEnumerable)|BuildRibbonBarCore]] | Ribbon, IEnumerable<[[ThinkGeo.MapSuite.GisEditor.UIPlugin|UIPlugin]]> | | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetMapContextMenuItemsCore(GetMapContextMenuParameters)|GetMapContextMenuItemsCore]] | [[ThinkGeo.MapSuite.GisEditor.GetMapContextMenuParameters|GetMapContextMenuParameters]] | | Gets the map context menu items core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetPluginsCore()|GetPluginsCore]] | | [[ThinkGeo.MapSuite.GisEditor.PluginManager|PluginManager]](overriden) | Gets the plugins core. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetSettingsCore()|GetSettingsCore]] | | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Gets manager settings to save. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetSettingsUICore()|GetSettingsUICore]] | | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]] | Gets an UI that configures settings. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnBuildingRibbonBar(BuildingRibbonBarUIPluginManagerEventArgs)|OnBuildingRibbonBar]] | [[ThinkGeo.MapSuite.GisEditor.BuildingRibbonBarUIPluginManagerEventArgs|BuildingRibbonBarUIPluginManagerEventArgs]] | | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnBuiltRibbonBar(BuiltRibbonBarUIPluginManagerEventArgs)|OnBuiltRibbonBar]] | [[ThinkGeo.MapSuite.GisEditor.BuiltRibbonBarUIPluginManagerEventArgs|BuiltRibbonBarUIPluginManagerEventArgs]] | | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnGottenMapContextMenuItems(GottenMapContextMenuItemsUIPluginManagerEventArgs)|OnGottenMapContextMenuItems]] | [[ThinkGeo.MapSuite.GisEditor.GottenMapContextMenuItemsUIPluginManagerEventArgs|GottenMapContextMenuItemsUIPluginManagerEventArgs]] | | Raises the event. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnRefreshedPlugins(RefreshedPluginsUIPluginManagerEventArgs)|OnRefreshedPlugins]] | [[ThinkGeo.MapSuite.GisEditor.RefreshedPluginsUIPluginManagerEventArgs|RefreshedPluginsUIPluginManagerEventArgs]] | | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#RefreshPluginsCore(RefreshArgs)|RefreshPluginsCore]] | [[ThinkGeo.MapSuite.GisEditor.RefreshArgs|RefreshArgs]] | | Refreshes the plugins core. | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}[[#RefreshingTime|RefreshingTime]] | TimeSpan | | | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | {{wiki:PublicEvent.gif|Public Event}}[[#BuildingRibbonBar|BuildingRibbonBar]] | [[ThinkGeo.MapSuite.GisEditor.BuildingRibbonBarUIPluginManagerEventArgs|BuildingRibbonBarUIPluginManagerEventArgs]] | | | | {{wiki:PublicEvent.gif|Public Event}}[[#BuiltRibbonBar|BuiltRibbonBar]] | [[ThinkGeo.MapSuite.GisEditor.BuiltRibbonBarUIPluginManagerEventArgs|BuiltRibbonBarUIPluginManagerEventArgs]] | | | | {{wiki:PublicEvent.gif|Public Event}}[[#GottenMapContextMenuItems|GottenMapContextMenuItems]] | [[ThinkGeo.MapSuite.GisEditor.GottenMapContextMenuItemsUIPluginManagerEventArgs|GottenMapContextMenuItemsUIPluginManagerEventArgs]] | | Occurs when [[got|map context menu items]]. | | {{wiki:PublicEvent.gif|Public Event}}[[#RefreshedPlugins|RefreshedPlugins]] | [[ThinkGeo.MapSuite.GisEditor.RefreshedPluginsUIPluginManagerEventArgs|RefreshedPluginsUIPluginManagerEventArgs]] | | | ===== Public Constructors ===== ==== UIPluginManager() ==== Initializes a new instance of the class. === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Constructors|Go Back]] ===== Protected Constructors ===== ===== Public Methods ===== ==== ApplySettings(StorableSettings) ==== Applies the settings to this manager. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | settings | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | The settings to be applied to this manager. | [[#Public Methods|Go Back]] ==== BuildRibbonBar(Ribbon) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | ribbon | Ribbon | | [[#Public Methods|Go Back]] ==== BuildRibbonBar(Ribbon, IEnumerable) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | ribbon | Ribbon | | | uiPlugins | IEnumerable<[[ThinkGeo.MapSuite.GisEditor.UIPlugin|UIPlugin]]> | | [[#Public Methods|Go Back]] ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetActiveUIPlugins() ==== Gets the UI plugins. === Return Value === ^ Return Type ^ Description ^ | Collection | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetActiveUIPlugins() ==== Gets the UI plugins. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.UIPlugin|UIPlugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetMapContextMenuItems(GetMapContextMenuParameters) ==== Gets the map context menu items. === Return Value === ^ Return Type ^ Description ^ | Collection | | === Parameters === ^ Name ^ Type ^ Description ^ | contextMenuArugments | [[ThinkGeo.MapSuite.GisEditor.GetMapContextMenuParameters|GetMapContextMenuParameters]] | The context menu arugments. | [[#Public Methods|Go Back]] ==== GetPlugins() ==== Gets the related plugins. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.Plugin|Plugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetSettings() ==== Gets manager settings to save. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | Manager's settings to save | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetSettingsUI() ==== Gets an UI that configures settings. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.SettingUserControl|SettingUserControl]] | A SettingUserControl that configures settings. | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetType() ==== === Return Value === ^ Return Type ^ Description ^ | Type | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== GetUIPlugins() ==== Gets the UI plugins. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.UIPlugin|UIPlugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== RefreshPlugins(RefreshArgs) ==== Refreshes the plugins. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | refreshArgs | [[ThinkGeo.MapSuite.GisEditor.RefreshArgs|RefreshArgs]] | The refresh args. | [[#Public Methods|Go Back]] ==== RefreshPlugins() ==== Refreshes the plugins. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ==== ToString() ==== === Return Value === ^ Return Type ^ Description ^ | String | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Public Methods|Go Back]] ===== Protected Methods ===== ==== ApplySettingsCore(StorableSettings) ==== Applies the settings to this manager. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | settings | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | The settings to be applied to this manager. | [[#Protected Methods|Go Back]] ==== BuildRibbonBarCore(Ribbon, IEnumerable) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | ribbon | Ribbon | | | uiPlugins | IEnumerable<[[ThinkGeo.MapSuite.GisEditor.UIPlugin|UIPlugin]]> | | [[#Protected Methods|Go Back]] ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== GetMapContextMenuItemsCore(GetMapContextMenuParameters) ==== Gets the map context menu items core. === Return Value === ^ Return Type ^ Description ^ | Collection | | === Parameters === ^ Name ^ Type ^ Description ^ | contextMenuArugments | [[ThinkGeo.MapSuite.GisEditor.GetMapContextMenuParameters|GetMapContextMenuParameters]] | The context menu arugments. | [[#Protected Methods|Go Back]] ==== GetPluginsCore() ==== Gets the plugins core. === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.Plugin|Plugin]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== GetSettingsCore() ==== Gets manager settings to save. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | Manager's settings to save | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== GetSettingsUICore() ==== Gets an UI that configures settings. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.SettingUserControl|SettingUserControl]] | A SettingUserControl that configures settings. | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== MemberwiseClone() ==== === Return Value === ^ Return Type ^ Description ^ | Object | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== OnBuildingRibbonBar(BuildingRibbonBarUIPluginManagerEventArgs) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.GisEditor.BuildingRibbonBarUIPluginManagerEventArgs|BuildingRibbonBarUIPluginManagerEventArgs]] | | [[#Protected Methods|Go Back]] ==== OnBuiltRibbonBar(BuiltRibbonBarUIPluginManagerEventArgs) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.GisEditor.BuiltRibbonBarUIPluginManagerEventArgs|BuiltRibbonBarUIPluginManagerEventArgs]] | | [[#Protected Methods|Go Back]] ==== OnGottenMapContextMenuItems(GottenMapContextMenuItemsUIPluginManagerEventArgs) ==== Raises the event. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.GisEditor.GottenMapContextMenuItemsUIPluginManagerEventArgs|GottenMapContextMenuItemsUIPluginManagerEventArgs]] | The instance containing the event data. | [[#Protected Methods|Go Back]] ==== OnRefreshedPlugins(RefreshedPluginsUIPluginManagerEventArgs) ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.GisEditor.RefreshedPluginsUIPluginManagerEventArgs|RefreshedPluginsUIPluginManagerEventArgs]] | | [[#Protected Methods|Go Back]] ==== RefreshPluginsCore(RefreshArgs) ==== Refreshes the plugins core. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | refreshArgs | [[ThinkGeo.MapSuite.GisEditor.RefreshArgs|RefreshArgs]] | The refresh args. | [[#Protected Methods|Go Back]] ===== Public Properties ===== ==== RefreshingTime ==== === Return Value === ^ Return Type ^ | TimeSpan | [[#Public Properties|Go Back]] ===== Protected Properties ===== ===== Public Events ===== ==== BuildingRibbonBar ==== === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.GisEditor.BuildingRibbonBarUIPluginManagerEventArgs|BuildingRibbonBarUIPluginManagerEventArgs]] | [[#Public Events|Go Back]] ==== BuiltRibbonBar ==== === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.GisEditor.BuiltRibbonBarUIPluginManagerEventArgs|BuiltRibbonBarUIPluginManagerEventArgs]] | [[#Public Events|Go Back]] ==== GottenMapContextMenuItems ==== Occurs when [[got|map context menu items]]. === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.GisEditor.GottenMapContextMenuItemsUIPluginManagerEventArgs|GottenMapContextMenuItemsUIPluginManagerEventArgs]] | [[#Public Events|Go Back]] ==== RefreshedPlugins ==== === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.GisEditor.RefreshedPluginsUIPluginManagerEventArgs|RefreshedPluginsUIPluginManagerEventArgs]] | [[#Public Events|Go Back]] __NOTOC__ [[Category:GisEditorInfrastructure]] [[Category:ThinkGeo.MapSuite.GisEditor]] [[Category:UpdateDocumentation]]