C# Class net.jsBeautifier.JsBeautifier

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: rhoney/jsBeautifier.net Class Usage Examples

Private Properties

Свойство Type Description
InitializeComponent void
JsBeautifier_Shown void
aboutToolStripMenuItem_Click void
ensureInitialized void
initializeElements void
setCheckValue void
webBrowser1_DocumentCompleted void

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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

Method Details

Dispose() protected méthode

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

JsBeautifier() public méthode

public JsBeautifier ( ) : System
Résultat System

getBeautifiedScript() public méthode

public getBeautifiedScript ( string script ) : string
script string
Résultat string

initialize() public méthode

public initialize ( ) : void
Résultat void

setBracesNewLine() public méthode

public setBracesNewLine ( bool check ) : void
check bool
Résultat void

setDetectPackers() public méthode

public setDetectPackers ( bool check ) : void
check bool
Résultat void

setIndentation() public méthode

public setIndentation ( int indent ) : void
indent int
Résultat void

setKeepArrayIndent() public méthode

public setKeepArrayIndent ( bool check ) : void
check bool
Résultat void

setPreserveEmptyLines() public méthode

public setPreserveEmptyLines ( bool check ) : void
check bool
Résultat void