C# 클래스 ATML1671Reader.forms.ATMLReaderToolWindow

상속: WeifenLuo.WinFormsUI.Docking.DockContent, IATMLDockableWindow, IATMLReaderConsumer, IAtmlActionable
파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench

공개 메소드들

메소드 설명
ATMLReaderToolWindow ( IReaderNavigator navigator ) : System
CloseProject ( ) : void
InitWindows ( DockPane outputPane ) : void
RegisterATMLReader ( ATMLReader reader ) : void
SetATMLDocumentContent ( String atmlContent ) : void
SetReaderDocumentContent ( FileInfo fileInfo, byte content ) : void

보호된 메소드들

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

Clean up any resources being used.

OnAtmlObjectAction ( IAtmlObject obj, AtmlActionType actiontype, EventArgs args ) : IAtmlObject
OnTestConfigurationSaved ( TestConfiguration15 testconfiguration ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

비공개 메소드들

메소드 설명
ATMLReaderToolWindow_Activated ( object sender, EventArgs e ) : void
ATMLReaderToolWindow_Deactivate ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

ReaderFrameOpenReaderDocument ( ) : void
ReaderFrameParseDocument ( ) : void
_configurationForm_AtmlObjectAction ( IAtmlObject obj, AtmlActionType actionType, EventArgs args ) : IAtmlObject
_configurationForm_TestConfigurationSaved ( TestConfiguration15 testConfiguration ) : void
_navigator_OpenReaderDocument ( object sender, FileInfo e, byte data ) : void
_navigator_SelectATMLTestConfiguration ( object sender, FileInfo e ) : void
_navigator_SelectReaderDocument ( object sender, FileInfo e, byte data ) : void
_readerOutputWindow_DocumentSaved ( FileInfo fileInfo, byte content ) : void
_reader_BeginOpenDocument ( ) : void
_reader_NavigableInputDocument ( ) : void
_reader_OpenInputDocument ( FileInfo fileInfo, byte content ) : void
_reader_ParseableInputDocument ( ) : void
readerFrame1_Load ( object sender, EventArgs e ) : void

메소드 상세

ATMLReaderToolWindow() 공개 메소드

public ATMLReaderToolWindow ( IReaderNavigator navigator ) : System
navigator IReaderNavigator
리턴 System

CloseProject() 공개 메소드

public CloseProject ( ) : 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

InitWindows() 공개 메소드

public InitWindows ( DockPane outputPane ) : void
outputPane DockPane
리턴 void

OnAtmlObjectAction() 보호된 메소드

protected OnAtmlObjectAction ( IAtmlObject obj, AtmlActionType actiontype, EventArgs args ) : IAtmlObject
obj IAtmlObject
actiontype AtmlActionType
args EventArgs
리턴 IAtmlObject

OnTestConfigurationSaved() 보호된 메소드

protected OnTestConfigurationSaved ( TestConfiguration15 testconfiguration ) : void
testconfiguration TestConfiguration15
리턴 void

ProcessCmdKey() 보호된 메소드

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
리턴 bool

RegisterATMLReader() 공개 메소드

public RegisterATMLReader ( ATMLReader reader ) : void
reader ATMLReader
리턴 void

SetATMLDocumentContent() 공개 메소드

public SetATMLDocumentContent ( String atmlContent ) : void
atmlContent String
리턴 void

SetReaderDocumentContent() 공개 메소드

public SetReaderDocumentContent ( FileInfo fileInfo, byte content ) : void
fileInfo FileInfo
content byte
리턴 void