C# Class ATML1671Reader.forms.ATMLReaderToolWindow

Inheritance: WeifenLuo.WinFormsUI.Docking.DockContent, IATMLDockableWindow, IATMLReaderConsumer, IAtmlActionable
Show file Open project: UtrsSoftware/ATMLWorkBench

Public Methods

Method Description
ATMLReaderToolWindow ( IReaderNavigator navigator ) : System
CloseProject ( ) : void
InitWindows ( DockPane outputPane ) : void
RegisterATMLReader ( ATMLReader reader ) : void
SetATMLDocumentContent ( String atmlContent ) : void
SetReaderDocumentContent ( FileInfo fileInfo, byte content ) : void

Protected Methods

Method Description
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

Private Methods

Method Description
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

Method Details

ATMLReaderToolWindow() public method

public ATMLReaderToolWindow ( IReaderNavigator navigator ) : System
navigator IReaderNavigator
return System

CloseProject() public method

public CloseProject ( ) : void
return void

Dispose() protected method

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

InitWindows() public method

public InitWindows ( DockPane outputPane ) : void
outputPane DockPane
return void

OnAtmlObjectAction() protected method

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

OnTestConfigurationSaved() protected method

protected OnTestConfigurationSaved ( TestConfiguration15 testconfiguration ) : void
testconfiguration TestConfiguration15
return void

ProcessCmdKey() protected method

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

RegisterATMLReader() public method

public RegisterATMLReader ( ATMLReader reader ) : void
reader ATMLReader
return void

SetATMLDocumentContent() public method

public SetATMLDocumentContent ( String atmlContent ) : void
atmlContent String
return void

SetReaderDocumentContent() public method

public SetReaderDocumentContent ( FileInfo fileInfo, byte content ) : void
fileInfo FileInfo
content byte
return void