C# 클래스 UICommons.AddinSettingsForm

파일 보기 프로젝트 열기: xwiki-contrib/xwiki-office 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsShown bool
OnApply EventHandler
OnCancel EventHandler
OnFormLoad EventHandler
OnOK EventHandler
OnProtocolChange EventHandler
txtPrefetchInterval System.Windows.Forms.TextBox
txtPrefetchPagesSetSize System.Windows.Forms.TextBox

공개 메소드들

메소드 설명
AddinSettingsForm ( ) : System

Default constructor. Initializes all components.

ValidatePath ( String path ) : bool

Checks if a path is valid

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
AddinSettingsForm_FormClosed ( object sender, FormClosedEventArgs e ) : void
AddinSettingsForm_Shown ( object sender, EventArgs e ) : void
ConnectionSettingsForm_Load ( object sender, EventArgs e ) : void

Event that is automatically triggered the Form is loading.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PrefechSettingChanged ( object sender, EventArgs e ) : void
ValidateURL ( String url ) : bool

Checks if a url is valid.

anyRepoSettingChanged_TextChanged ( object sender, EventArgs e ) : void

Event triggered when a repository setting is changed.

btnApply_Click ( object sender, EventArgs e ) : void

Event triggered when the "Apply" button is clicked.

btnAttachmentsRepo_Click ( object sender, EventArgs e ) : void

Event triggered when the select downloaded attachments repository is clicked.

btnCancel_Click ( object sender, EventArgs e ) : void

Event triggered when the "Cancel button is pressed.

btnOK_Click ( object sender, EventArgs e ) : void

Event triggered when the OK button is pressed.

btnPagesRepo_Click ( object sender, EventArgs e ) : void

Event triggered when the select pages repository is clicked.

comboProtocol_SelectedIndexChanged ( object sender, EventArgs e ) : void
linkConnectDoc_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
txtAnyConnectionSetting_TextChanged ( object sender, EventArgs e ) : void

Event triggered when a connection setting is changed.

txtAttachmentsRepo_Leave ( object sender, EventArgs e ) : void

Event triggered when the textbox loses the focus.

txtPagesRepo_Leave ( object sender, EventArgs e ) : void

Event triggered when the textbox loses the focus.

메소드 상세

AddinSettingsForm() 공개 메소드

Default constructor. Initializes all components.
public AddinSettingsForm ( ) : System
리턴 System

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

ValidatePath() 공개 메소드

Checks if a path is valid
public ValidatePath ( String path ) : bool
path String The value of the path.
리턴 bool

프로퍼티 상세

IsShown 공개적으로 정적으로 프로퍼티

Specifies if at least an instance of the form is visible.
public static bool IsShown
리턴 bool

OnApply 공개적으로 프로퍼티

Actions to perform when applying settings.
public EventHandler OnApply
리턴 EventHandler

OnCancel 공개적으로 프로퍼티

Actions to perform on canceling settings.
public EventHandler OnCancel
리턴 EventHandler

OnFormLoad 공개적으로 프로퍼티

Actions to perform when on form load.
public EventHandler OnFormLoad
리턴 EventHandler

OnOK 공개적으로 프로퍼티

Actions to perform when OK button was pressed.
public EventHandler OnOK
리턴 EventHandler

OnProtocolChange 공개적으로 프로퍼티

Actions to perform when user changes the protocol.
public EventHandler OnProtocolChange
리턴 EventHandler

txtPrefetchInterval 공개적으로 프로퍼티

public System.Windows.Forms.TextBox txtPrefetchInterval
리턴 System.Windows.Forms.TextBox

txtPrefetchPagesSetSize 공개적으로 프로퍼티

public System.Windows.Forms.TextBox txtPrefetchPagesSetSize
리턴 System.Windows.Forms.TextBox