Interface IMessageEditor

All Superinterfaces:
ExtensionProvidedEditor, ExtensionProvidedHttpRequestEditor, ExtensionProvidedHttpResponseEditor
All Known Implementing Classes:
AbstractEditor, ScalpelBinaryEditor, ScalpelDecimalEditor, ScalpelGenericBinaryEditor, ScalpelHexEditor, ScalpelOctalEditor, ScalpelRawEditor

Interface declaring all the necessary methods to implement a Scalpel editor If you wish to implement your own type of editor, you should use the AbstractEditor class as a base.