====== ThinkGeo.MapSuite.GisEditor.DockWindowManager ====== {{section>upgrade_map_suite_to_10.0}} This class represents a dock window manager. ===== Inheritance Hierarchy ===== *System.Object **[[ThinkGeo.MapSuite.GisEditor.Manager]] ***[[ThinkGeo.MapSuite.GisEditor.DockWindowManager]] ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | {{wiki:PublicMethod.gif|Public Method}}[[#DockWindowManager()|DockWindowManager]] | | | 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}}[[#Equals(Object)|Equals]] | Object | Object | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetDockWindowState(DockWindow)|GetDockWindowState]] | [[ThinkGeo.MapSuite.GisEditor.DockWindow|DockWindow]] | | | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | {{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}}[[#OpenDockWindow(DockWindow, DockWindowPosition)|OpenDockWindow]] | [[ThinkGeo.MapSuite.GisEditor.DockWindow|DockWindow]], [[ThinkGeo.MapSuite.GisEditor.DockWindowPosition|DockWindowPosition]] | | Opens the dock window with specific position. | | {{wiki:PublicMethod.gif|Public Method}}[[#OpenDockWindow(DockWindow)|OpenDockWindow]] | [[ThinkGeo.MapSuite.GisEditor.DockWindow|DockWindow]] | | Opens the dock window. | | {{wiki:PublicMethod.gif|Public Method}}[[#SortDockWindows()|SortDockWindows]] | | | | | {{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]](overriden) | Applies the settings of dock window manager. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetDockWindowStateCore(DockWindow)|GetDockWindowStateCore]] | [[ThinkGeo.MapSuite.GisEditor.DockWindow|DockWindow]] | | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetSettingsCore()|GetSettingsCore]] | | [[ThinkGeo.MapSuite.GisEditor.Manager|Manager]](overriden) | Gets the settings of dock window manager 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}}[[#OnDockWindowOpened(DockWindowOpenedDockWindowManagerEventArgs)|OnDockWindowOpened]] | [[ThinkGeo.MapSuite.GisEditor.DockWindowOpenedDockWindowManagerEventArgs|DockWindowOpenedDockWindowManagerEventArgs]] | | Raises the event. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnSortedDockWindows(IEnumerable)|OnSortedDockWindows]] | IEnumerable<[[ThinkGeo.MapSuite.GisEditor.DockWindow|DockWindow]]> | | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnSortingDockWindows()|OnSortingDockWindows]] | | | | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OnThemeChanged(ThemeChangedDockWindowManagerEventArgs)|OnThemeChanged]] | [[ThinkGeo.MapSuite.GisEditor.ThemeChangedDockWindowManagerEventArgs|ThemeChangedDockWindowManagerEventArgs]] | | Raises the event. | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OpenDockWindowCore(DockWindow, DockWindowPosition)|OpenDockWindowCore]] | [[ThinkGeo.MapSuite.GisEditor.DockWindow|DockWindow]], [[ThinkGeo.MapSuite.GisEditor.DockWindowPosition|DockWindowPosition]] | | Opens the dock window with specific position. | ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}[[#ActiveDocumentIndex|ActiveDocumentIndex]] | Int32 | | Gets or sets the index of the active document. | | {{wiki:PublicProperty.gif|Public Property}}[[#DockWindows|DockWindows]] | ObservableCollection<[[ThinkGeo.MapSuite.GisEditor.DockWindow|DockWindow]]> | | Gets all the dock windows. | | {{wiki:PublicProperty.gif|Public Property}}[[#DocumentWindows|DocumentWindows]] | ObservableCollection<[[ThinkGeo.MapSuite.GisEditor.DocumentWindow|DocumentWindow]]> | | Gets all the document windows. | | {{wiki:PublicProperty.gif|Public Property}}[[#Theme|Theme]] | [[ThinkGeo.MapSuite.GisEditor.Theme|Theme]] | | Gets or sets the theme of dock window. | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | {{wiki:PublicEvent.gif|Public Event}}[[#DockWindowOpened|DockWindowOpened]] | [[ThinkGeo.MapSuite.GisEditor.DockWindowOpenedDockWindowManagerEventArgs|DockWindowOpenedDockWindowManagerEventArgs]] | | | | {{wiki:PublicEvent.gif|Public Event}}[[#SortedDockWindows|SortedDockWindows]] | [[ThinkGeo.MapSuite.GisEditor.SortedDockWindowsEventArgs|SortedDockWindowsEventArgs]] | | | | {{wiki:PublicEvent.gif|Public Event}}[[#SortingDockWindows|SortingDockWindows]] | [[ThinkGeo.MapSuite.GisEditor.SortingDockWindowsEventArgs|SortingDockWindowsEventArgs]] | | | | {{wiki:PublicEvent.gif|Public Event}}[[#ThemeChanged|ThemeChanged]] | [[ThinkGeo.MapSuite.GisEditor.ThemeChangedDockWindowManagerEventArgs|ThemeChangedDockWindowManagerEventArgs]] | | | ===== Public Constructors ===== ==== DockWindowManager() ==== 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]] ==== Equals(Object) ==== === Return Value === ^ Return Type ^ Description ^ | Boolean | | === Parameters === ^ Name ^ Type ^ Description ^ | obj | Object | | [[#Public Methods|Go Back]] ==== GetDockWindowState(DockWindow) ==== === Return Value === ^ Return Type ^ Description ^ | DockableContentState | | === Parameters === ^ Name ^ Type ^ Description ^ | dockWindow | [[ThinkGeo.MapSuite.GisEditor.DockWindow|DockWindow]] | | [[#Public Methods|Go Back]] ==== GetHashCode() ==== === Return Value === ^ Return Type ^ Description ^ | Int32 | | === 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]] ==== OpenDockWindow(DockWindow, DockWindowPosition) ==== Opens the dock window with specific position. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | dockWindow | [[ThinkGeo.MapSuite.GisEditor.DockWindow|DockWindow]] | The dock window. | | dockWindowPosition | [[ThinkGeo.MapSuite.GisEditor.DockWindowPosition|DockWindowPosition]] | The dock window position. | [[#Public Methods|Go Back]] ==== OpenDockWindow(DockWindow) ==== Opens the dock window. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | dockWindow | [[ThinkGeo.MapSuite.GisEditor.DockWindow|DockWindow]] | The dock window. | [[#Public Methods|Go Back]] ==== SortDockWindows() ==== === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.DockWindow|DockWindow]]> | | === 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 of dock window manager. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | settings | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | The settings. | [[#Protected Methods|Go Back]] ==== Finalize() ==== === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== GetDockWindowStateCore(DockWindow) ==== === Return Value === ^ Return Type ^ Description ^ | DockableContentState | | === Parameters === ^ Name ^ Type ^ Description ^ | dockWindow | [[ThinkGeo.MapSuite.GisEditor.DockWindow|DockWindow]] | | [[#Protected Methods|Go Back]] ==== GetSettingsCore() ==== Gets the settings of dock window manager to save. === Return Value === ^ Return Type ^ Description ^ | [[ThinkGeo.MapSuite.GisEditor.StorableSettings|StorableSettings]] | | === 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]] ==== OnDockWindowOpened(DockWindowOpenedDockWindowManagerEventArgs) ==== Raises the event. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.GisEditor.DockWindowOpenedDockWindowManagerEventArgs|DockWindowOpenedDockWindowManagerEventArgs]] | The instance containing the event data. | [[#Protected Methods|Go Back]] ==== OnSortedDockWindows(IEnumerable) ==== === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.DockWindow|DockWindow]]> | | === Parameters === ^ Name ^ Type ^ Description ^ | sortingDockWindows | IEnumerable<[[ThinkGeo.MapSuite.GisEditor.DockWindow|DockWindow]]> | | [[#Protected Methods|Go Back]] ==== OnSortingDockWindows() ==== === Return Value === ^ Return Type ^ Description ^ | Collection<[[ThinkGeo.MapSuite.GisEditor.DockWindow|DockWindow]]> | | === Parameters === ^ Name ^ Type ^ Description ^ [[#Protected Methods|Go Back]] ==== OnThemeChanged(ThemeChangedDockWindowManagerEventArgs) ==== Raises the event. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | e | [[ThinkGeo.MapSuite.GisEditor.ThemeChangedDockWindowManagerEventArgs|ThemeChangedDockWindowManagerEventArgs]] | The instance containing the event data. | [[#Protected Methods|Go Back]] ==== OpenDockWindowCore(DockWindow, DockWindowPosition) ==== Opens the dock window with specific position. === Return Value === ^ Return Type ^ Description ^ | Void | | === Parameters === ^ Name ^ Type ^ Description ^ | dockWindow | [[ThinkGeo.MapSuite.GisEditor.DockWindow|DockWindow]] | The dock window. | | dockWindowPosition | [[ThinkGeo.MapSuite.GisEditor.DockWindowPosition|DockWindowPosition]] | The dock window position. | [[#Protected Methods|Go Back]] ===== Public Properties ===== ==== ActiveDocumentIndex ==== Gets or sets the index of the active document. === Return Value === ^ Return Type ^ | Int32 | [[#Public Properties|Go Back]] ==== DockWindows ==== Gets all the dock windows. === Return Value === ^ Return Type ^ | ObservableCollection<[[ThinkGeo.MapSuite.GisEditor.DockWindow|DockWindow]]> | [[#Public Properties|Go Back]] ==== DocumentWindows ==== Gets all the document windows. === Return Value === ^ Return Type ^ | ObservableCollection<[[ThinkGeo.MapSuite.GisEditor.DocumentWindow|DocumentWindow]]> | [[#Public Properties|Go Back]] ==== Theme ==== Gets or sets the theme of dock window. === Return Value === ^ Return Type ^ | [[ThinkGeo.MapSuite.GisEditor.Theme|Theme]] | [[#Public Properties|Go Back]] ===== Protected Properties ===== ===== Public Events ===== ==== DockWindowOpened ==== === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.GisEditor.DockWindowOpenedDockWindowManagerEventArgs|DockWindowOpenedDockWindowManagerEventArgs]] | [[#Public Events|Go Back]] ==== SortedDockWindows ==== === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.GisEditor.SortedDockWindowsEventArgs|SortedDockWindowsEventArgs]] | [[#Public Events|Go Back]] ==== SortingDockWindows ==== === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.GisEditor.SortingDockWindowsEventArgs|SortingDockWindowsEventArgs]] | [[#Public Events|Go Back]] ==== ThemeChanged ==== === Event Arguments === ^ Event Arguments ^ | [[ThinkGeo.MapSuite.GisEditor.ThemeChangedDockWindowManagerEventArgs|ThemeChangedDockWindowManagerEventArgs]] | [[#Public Events|Go Back]] __NOTOC__ [[Category:GisEditorInfrastructure]] [[Category:ThinkGeo.MapSuite.GisEditor]] [[Category:UpdateDocumentation]]