C# Class ho_Tools.Settings.AddinSettings

Show file Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools Class Usage Examples

Public Properties

Property Type Description
_activityConnectors ActivityConnectors
_logicalConnectors LogicalConnectors
allServices List
globalShortcutsSearch List
globalShortcutsService List
shortcutsSearch EaAddinShortcut[]
shortcutsServices List

Public Methods

Method Description
AddinSettings ( ) : System

Merge default settings (install DLLs) with current settings (user.config) Read settings from %APPDATA%\ho\ho_tools\user.config

getConnector ( DiagramConnector l ) : void
refresh ( ) : void
save ( ) : void

saves the settings to the config file

setConnector ( DiagramConnector l ) : void
setGlobalShortcutsSearch ( List l ) : void
setGlobalShortcutsService ( List l ) : void
setServices ( List l ) : void
setShortcuts ( EaAddinShortcut l ) : void
updateSearchesAndServices ( ) : void

Update the services & searches for: - Buttons - Global keys / global shortcuts / keyboard keys by - Method - Tooltip

Protected Methods

Method Description
getDefaultSettings ( ) : void

gets the default settings config.

mergeDefaultSettings ( ) : void

merge the default settings with the current config.

Private Methods

Method Description
getAllServices ( ) : void
getGlobalShortcutsSearch ( ) : List
getGlobalShortcutsService ( ) : List

getShortcutsSearch ( ) : EaAddinShortcut[]
getShortcutsServices ( ) : List

Method Details

AddinSettings() public method

Merge default settings (install DLLs) with current settings (user.config) Read settings from %APPDATA%\ho\ho_tools\user.config
public AddinSettings ( ) : System
return System

getConnector() public method

public getConnector ( DiagramConnector l ) : void
l DiagramConnector
return void

getDefaultSettings() protected method

gets the default settings config.
protected getDefaultSettings ( ) : void
return void

mergeDefaultSettings() protected method

merge the default settings with the current config.
protected mergeDefaultSettings ( ) : void
return void

refresh() public method

public refresh ( ) : void
return void

save() public method

saves the settings to the config file
public save ( ) : void
return void

setConnector() public method

public setConnector ( DiagramConnector l ) : void
l DiagramConnector
return void

setGlobalShortcutsSearch() public method

public setGlobalShortcutsSearch ( List l ) : void
l List
return void

setGlobalShortcutsService() public method

public setGlobalShortcutsService ( List l ) : void
l List
return void

setServices() public method

public setServices ( List l ) : void
l List
return void

setShortcuts() public method

public setShortcuts ( EaAddinShortcut l ) : void
l EaAddinShortcut
return void

updateSearchesAndServices() public method

Update the services & searches for: - Buttons - Global keys / global shortcuts / keyboard keys by - Method - Tooltip
public updateSearchesAndServices ( ) : void
return void

Property Details

_activityConnectors public property

public ActivityConnectors _activityConnectors
return ActivityConnectors

_logicalConnectors public property

public LogicalConnectors _logicalConnectors
return LogicalConnectors

allServices public property

public List allServices
return List

globalShortcutsSearch public property

public List globalShortcutsSearch
return List

globalShortcutsService public property

public List globalShortcutsService
return List

shortcutsSearch public property

public EaAddinShortcut[] shortcutsSearch
return EaAddinShortcut[]

shortcutsServices public property

public List shortcutsServices
return List