C# 클래스 ATMLCommonLibrary.controls.ATMLPreviewPanel

상속: ATMLControl
파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench

보호된 프로퍼티들

프로퍼티 타입 설명
previewPanel System.Windows.Forms.Panel
sourcePreviewer ATMLCommonLibrary.controls.awb.AWBEditor
webBrowser System.Windows.Forms.WebBrowser

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

ATMLPreviewPanel() 공개 메소드

public ATMLPreviewPanel ( ) : System
리턴 System

Back() 공개 메소드

public Back ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CollapseAll() 공개 메소드

public CollapseAll ( ) : void
리턴 void

CreateHandle() 보호된 메소드

protected CreateHandle ( ) : void
리턴 void

CurrentCaretPosition() 공개 메소드

public CurrentCaretPosition ( ) : Point
리턴 Point

DestroyHandle() 보호된 메소드

protected DestroyHandle ( ) : void
리턴 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

ExpandAll() 공개 메소드

public ExpandAll ( ) : void
리턴 void

Find() 공개 메소드

public Find ( ) : void
리턴 void

Forward() 공개 메소드

public Forward ( ) : void
리턴 void

InitForATLAS() 공개 메소드

public InitForATLAS ( ) : void
리턴 void

InitForText() 공개 메소드

public InitForText ( ) : void
리턴 void

InitForXML() 공개 메소드

public InitForXML ( ) : void
리턴 void

OnAtlasDocumentLoaded() 보호된 메소드

protected OnAtlasDocumentLoaded ( ) : void
리턴 void

OnPreviewDocumentLoaded() 보호된 메소드

protected OnPreviewDocumentLoaded ( ) : void
리턴 void

OnScintillaUiEvent() 보호된 메소드

protected OnScintillaUiEvent ( NativeScintillaEventArgs args ) : void
args ScintillaNET.NativeScintillaEventArgs
리턴 void

OnSourceDocumentLoaded() 보호된 메소드

protected OnSourceDocumentLoaded ( ) : void
리턴 void

OnWebDocumentLoaded() 보호된 메소드

protected OnWebDocumentLoaded ( ) : void
리턴 void

OnXmlDocumentLoaded() 보호된 메소드

protected OnXmlDocumentLoaded ( ) : void
리턴 void

Open() 공개 메소드

public Open ( ATMLModelLibrary.model.common.Document document ) : void
document ATMLModelLibrary.model.common.Document
리턴 void

Open() 공개 메소드

public Open ( FileInfo fileInfo, byte content ) : void
fileInfo System.IO.FileInfo
content byte
리턴 void

Open() 공개 메소드

public Open ( string fileName, string fileExtension, byte content ) : void
fileName string
fileExtension string
content byte
리턴 void

Print() 공개 메소드

public Print ( ) : void
리턴 void

ToggleWordWrap() 공개 메소드

public ToggleWordWrap ( ) : void
리턴 void

UnloadPreview() 공개 메소드

public UnloadPreview ( ) : void
리턴 void

프로퍼티 상세

previewPanel 보호되어 있는 프로퍼티

protected System.Windows.Forms.Panel previewPanel
리턴 System.Windows.Forms.Panel

sourcePreviewer 보호되어 있는 프로퍼티

protected ATMLCommonLibrary.controls.awb.AWBEditor sourcePreviewer
리턴 ATMLCommonLibrary.controls.awb.AWBEditor

webBrowser 보호되어 있는 프로퍼티

protected System.Windows.Forms.WebBrowser webBrowser
리턴 System.Windows.Forms.WebBrowser