C# Class ATML1671Reader.forms.ATMLReaderToolWindow

Inheritance: WeifenLuo.WinFormsUI.Docking.DockContent, IATMLDockableWindow, IATMLReaderConsumer, IAtmlActionable
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Méthodes publiques

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

Méthodes protégées

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

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

public ATMLReaderToolWindow ( IReaderNavigator navigator ) : System
navigator IReaderNavigator
Résultat System

CloseProject() public méthode

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

InitWindows() public méthode

public InitWindows ( DockPane outputPane ) : void
outputPane DockPane
Résultat void

OnAtmlObjectAction() protected méthode

protected OnAtmlObjectAction ( IAtmlObject obj, AtmlActionType actiontype, EventArgs args ) : IAtmlObject
obj IAtmlObject
actiontype AtmlActionType
args EventArgs
Résultat IAtmlObject

OnTestConfigurationSaved() protected méthode

protected OnTestConfigurationSaved ( TestConfiguration15 testconfiguration ) : void
testconfiguration TestConfiguration15
Résultat void

ProcessCmdKey() protected méthode

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
Résultat bool

RegisterATMLReader() public méthode

public RegisterATMLReader ( ATMLReader reader ) : void
reader ATMLReader
Résultat void

SetATMLDocumentContent() public méthode

public SetATMLDocumentContent ( String atmlContent ) : void
atmlContent String
Résultat void

SetReaderDocumentContent() public méthode

public SetReaderDocumentContent ( FileInfo fileInfo, byte content ) : void
fileInfo FileInfo
content byte
Résultat void