C# Class ATMLCommonLibrary.controls.ATMLPreviewPanel

Inheritance: ATMLControl
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Свойство Type Description
previewPanel System.Windows.Forms.Panel
sourcePreviewer ATMLCommonLibrary.controls.awb.AWBEditor
webBrowser System.Windows.Forms.WebBrowser

Méthodes publiques

Méthode Description
ATMLPreviewPanel ( ) : System
Back ( ) : void
Clear ( ) : void
CollapseAll ( ) : void
CurrentCaretPosition ( ) : Point
ExpandAll ( ) : void
Find ( ) : void
Forward ( ) : void
InitForATLAS ( ) : void
InitForText ( ) : void
InitForXML ( ) : void
Open ( ATMLModelLibrary.model.common.Document document ) : void
Open ( FileInfo fileInfo, byte content ) : void
Open ( string fileName, string fileExtension, byte content ) : void
Print ( ) : void
ToggleWordWrap ( ) : void
UnloadPreview ( ) : void

Méthodes protégées

Méthode Description
CreateHandle ( ) : void
DestroyHandle ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnAtlasDocumentLoaded ( ) : void
OnPreviewDocumentLoaded ( ) : void
OnScintillaUiEvent ( NativeScintillaEventArgs args ) : void
OnSourceDocumentLoaded ( ) : void
OnWebDocumentLoaded ( ) : void
OnXmlDocumentLoaded ( ) : void

Private Methods

Méthode Description
GetPreviewHandlerGUID ( string filename ) : System.Guid
InitEditor ( ) : void
InitializeComponent ( ) : void

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

Instance_LeftButtonUp ( object sender, MouseEventArgs e ) : void
PreView ( System.Guid guid, string fileName ) : void
PreviewHtml ( String file ) : void
PreviewHtml ( Uri file ) : void
PreviewHtml ( byte content ) : void
PreviewSource ( String content, String extension ) : void
ProcessPasteFromWebBrowser ( ) : void
WebBrowserDocumentCompleted ( object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e ) : void
previewPanel_Resize ( object sender, EventArgs e ) : void
sourcePreviewer_KeyUp ( object sender, KeyEventArgs e ) : void
sourcePreviewer_MouseUp ( object sender, MouseEventArgs e ) : void

Method Details

ATMLPreviewPanel() public méthode

public ATMLPreviewPanel ( ) : System
Résultat System

Back() public méthode

public Back ( ) : void
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

CollapseAll() public méthode

public CollapseAll ( ) : void
Résultat void

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

CurrentCaretPosition() public méthode

public CurrentCaretPosition ( ) : Point
Résultat Point

DestroyHandle() protected méthode

protected DestroyHandle ( ) : void
Résultat void

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

ExpandAll() public méthode

public ExpandAll ( ) : void
Résultat void

Find() public méthode

public Find ( ) : void
Résultat void

Forward() public méthode

public Forward ( ) : void
Résultat void

InitForATLAS() public méthode

public InitForATLAS ( ) : void
Résultat void

InitForText() public méthode

public InitForText ( ) : void
Résultat void

InitForXML() public méthode

public InitForXML ( ) : void
Résultat void

OnAtlasDocumentLoaded() protected méthode

protected OnAtlasDocumentLoaded ( ) : void
Résultat void

OnPreviewDocumentLoaded() protected méthode

protected OnPreviewDocumentLoaded ( ) : void
Résultat void

OnScintillaUiEvent() protected méthode

protected OnScintillaUiEvent ( NativeScintillaEventArgs args ) : void
args ScintillaNET.NativeScintillaEventArgs
Résultat void

OnSourceDocumentLoaded() protected méthode

protected OnSourceDocumentLoaded ( ) : void
Résultat void

OnWebDocumentLoaded() protected méthode

protected OnWebDocumentLoaded ( ) : void
Résultat void

OnXmlDocumentLoaded() protected méthode

protected OnXmlDocumentLoaded ( ) : void
Résultat void

Open() public méthode

public Open ( ATMLModelLibrary.model.common.Document document ) : void
document ATMLModelLibrary.model.common.Document
Résultat void

Open() public méthode

public Open ( FileInfo fileInfo, byte content ) : void
fileInfo System.IO.FileInfo
content byte
Résultat void

Open() public méthode

public Open ( string fileName, string fileExtension, byte content ) : void
fileName string
fileExtension string
content byte
Résultat void

Print() public méthode

public Print ( ) : void
Résultat void

ToggleWordWrap() public méthode

public ToggleWordWrap ( ) : void
Résultat void

UnloadPreview() public méthode

public UnloadPreview ( ) : void
Résultat void

Property Details

previewPanel protected_oe property

protected System.Windows.Forms.Panel previewPanel
Résultat System.Windows.Forms.Panel

sourcePreviewer protected_oe property

protected ATMLCommonLibrary.controls.awb.AWBEditor sourcePreviewer
Résultat ATMLCommonLibrary.controls.awb.AWBEditor

webBrowser protected_oe property

protected System.Windows.Forms.WebBrowser webBrowser
Résultat System.Windows.Forms.WebBrowser