C# 클래스 XWord.AddinSettingsFormManager

Manages the public events handlers for AddinSettingsForm instances.
상속: AbstractAddinSettingsFormActionsManager
파일 보기 프로젝트 열기: xwiki-contrib/xwiki-office

Private Properties

프로퍼티 타입 설명
ApplyConnectionSettings void
ApplyPrefetchSettings void
ApplyRepositoriesSettings void

공개 메소드들

메소드 설명
AddinSettingsFormManager ( AddinSettingsForm &addinSettingsForm ) : System

Default constructor.

EnqueueAllHandlers ( ) : void

Enqueues all (known/custom) event handlers defined for an AddinSettingsForm instance: OnApply, OnCancel, OnFormLoad, OnOK, OnProtocolChange.

보호된 메소드들

메소드 설명
ActionApply ( object sender, EventArgs e ) : void

Action to perform when OnApply event is raised.

ActionCancel ( object sender, EventArgs e ) : void

Action to perform when OnCancel event is raised.

ActionFormLoad ( object sender, EventArgs e ) : void

Action to perform when OnFormLoad event is raised.

ActionOK ( object sender, EventArgs e ) : void

Action to perform when OnOK event is raised.

ActionProtocolChanged ( object sender, EventArgs e ) : void

Action to perform when OnProtocolChanged event is raised.

비공개 메소드들

메소드 설명
ApplyConnectionSettings ( ) : void

Sets the new connection settings for the addin, connects to the server and refreshes the active wiki explorer.

ApplyPrefetchSettings ( ) : void

Sets the settings for the active prefetcher and

ApplyRepositoriesSettings ( ) : void

Sets the pages and attachments repositories.

메소드 상세

ActionApply() 보호된 메소드

Action to perform when OnApply event is raised.
protected ActionApply ( object sender, EventArgs e ) : void
sender object Sender object.
e System.EventArgs Event arguments.
리턴 void

ActionCancel() 보호된 메소드

Action to perform when OnCancel event is raised.
protected ActionCancel ( object sender, EventArgs e ) : void
sender object Sender object.
e System.EventArgs Event arguments.
리턴 void

ActionFormLoad() 보호된 메소드

Action to perform when OnFormLoad event is raised.
protected ActionFormLoad ( object sender, EventArgs e ) : void
sender object Sender object.
e System.EventArgs Event arguments.
리턴 void

ActionOK() 보호된 메소드

Action to perform when OnOK event is raised.
protected ActionOK ( object sender, EventArgs e ) : void
sender object Sender object.
e System.EventArgs Event arguments.
리턴 void

ActionProtocolChanged() 보호된 메소드

Action to perform when OnProtocolChanged event is raised.
protected ActionProtocolChanged ( object sender, EventArgs e ) : void
sender object Sender object.
e System.EventArgs Event arguments.
리턴 void

AddinSettingsFormManager() 공개 메소드

Default constructor.
public AddinSettingsFormManager ( AddinSettingsForm &addinSettingsForm ) : System
addinSettingsForm UICommons.AddinSettingsForm A reference to an AddinSettingsForm instance.
리턴 System

EnqueueAllHandlers() 공개 메소드

Enqueues all (known/custom) event handlers defined for an AddinSettingsForm instance: OnApply, OnCancel, OnFormLoad, OnOK, OnProtocolChange.
public EnqueueAllHandlers ( ) : void
리턴 void