C# 클래스 ho_Tools.Settings.AddinSettings

파일 보기 프로젝트 열기: Helmut-Ortmann/EnterpriseArchitect_hoTools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_activityConnectors ActivityConnectors
_logicalConnectors LogicalConnectors
allServices List
globalShortcutsSearch List
globalShortcutsService List
shortcutsSearch EaAddinShortcut[]
shortcutsServices List

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
getDefaultSettings ( ) : void

gets the default settings config.

mergeDefaultSettings ( ) : void

merge the default settings with the current config.

비공개 메소드들

메소드 설명
getAllServices ( ) : void
getGlobalShortcutsSearch ( ) : List
getGlobalShortcutsService ( ) : List

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

메소드 상세

AddinSettings() 공개 메소드

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

getConnector() 공개 메소드

public getConnector ( DiagramConnector l ) : void
l DiagramConnector
리턴 void

getDefaultSettings() 보호된 메소드

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

mergeDefaultSettings() 보호된 메소드

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

refresh() 공개 메소드

public refresh ( ) : void
리턴 void

save() 공개 메소드

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

setConnector() 공개 메소드

public setConnector ( DiagramConnector l ) : void
l DiagramConnector
리턴 void

setGlobalShortcutsSearch() 공개 메소드

public setGlobalShortcutsSearch ( List l ) : void
l List
리턴 void

setGlobalShortcutsService() 공개 메소드

public setGlobalShortcutsService ( List l ) : void
l List
리턴 void

setServices() 공개 메소드

public setServices ( List l ) : void
l List
리턴 void

setShortcuts() 공개 메소드

public setShortcuts ( EaAddinShortcut l ) : void
l EaAddinShortcut
리턴 void

updateSearchesAndServices() 공개 메소드

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

프로퍼티 상세

_activityConnectors 공개적으로 프로퍼티

public ActivityConnectors _activityConnectors
리턴 ActivityConnectors

_logicalConnectors 공개적으로 프로퍼티

public LogicalConnectors _logicalConnectors
리턴 LogicalConnectors

allServices 공개적으로 프로퍼티

public List allServices
리턴 List

globalShortcutsSearch 공개적으로 프로퍼티

public List globalShortcutsSearch
리턴 List

globalShortcutsService 공개적으로 프로퍼티

public List globalShortcutsService
리턴 List

shortcutsSearch 공개적으로 프로퍼티

public EaAddinShortcut[] shortcutsSearch
리턴 EaAddinShortcut[]

shortcutsServices 공개적으로 프로퍼티

public List shortcutsServices
리턴 List