C# 클래스 net.jsBeautifier.JsBeautifier

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: rhoney/jsBeautifier.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
InitializeComponent void
JsBeautifier_Shown void
aboutToolStripMenuItem_Click void
ensureInitialized void
initializeElements void
setCheckValue void
webBrowser1_DocumentCompleted void

공개 메소드들

메소드 설명
JsBeautifier ( ) : System
getBeautifiedScript ( string script ) : string
initialize ( ) : void
setBracesNewLine ( bool check ) : void
setDetectPackers ( bool check ) : void
setIndentation ( int indent ) : void
setKeepArrayIndent ( bool check ) : void
setPreserveEmptyLines ( bool check ) : void

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

JsBeautifier_Shown ( object sender, EventArgs e ) : void
aboutToolStripMenuItem_Click ( object sender, EventArgs e ) : void
ensureInitialized ( ) : void
initializeElements ( ) : void
setCheckValue ( System.Windows.Forms.HtmlElement el, bool check ) : void
webBrowser1_DocumentCompleted ( object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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

JsBeautifier() 공개 메소드

public JsBeautifier ( ) : System
리턴 System

getBeautifiedScript() 공개 메소드

public getBeautifiedScript ( string script ) : string
script string
리턴 string

initialize() 공개 메소드

public initialize ( ) : void
리턴 void

setBracesNewLine() 공개 메소드

public setBracesNewLine ( bool check ) : void
check bool
리턴 void

setDetectPackers() 공개 메소드

public setDetectPackers ( bool check ) : void
check bool
리턴 void

setIndentation() 공개 메소드

public setIndentation ( int indent ) : void
indent int
리턴 void

setKeepArrayIndent() 공개 메소드

public setKeepArrayIndent ( bool check ) : void
check bool
리턴 void

setPreserveEmptyLines() 공개 메소드

public setPreserveEmptyLines ( bool check ) : void
check bool
리턴 void