Package lexfo.scalpel.editors
Class ScalpelBinaryEditor
java.lang.Object
lexfo.scalpel.editors.AbstractEditor
lexfo.scalpel.editors.ScalpelGenericBinaryEditor
lexfo.scalpel.editors.ScalpelBinaryEditor
- All Implemented Interfaces:
ExtensionProvidedEditor
,ExtensionProvidedHttpRequestEditor
,ExtensionProvidedHttpResponseEditor
,IMessageEditor
-
Field Summary
Fields inherited from class lexfo.scalpel.editors.ScalpelGenericBinaryEditor
editor
-
Constructor Summary
ConstructorDescriptionScalpelBinaryEditor
(String name, Boolean editable, MontoyaApi API, EditorCreationContext creationContext, EditorType type, ScalpelEditorTabbedPane provider, ScalpelExecutor executor) -
Method Summary
Methods inherited from class lexfo.scalpel.editors.ScalpelGenericBinaryEditor
getEditorContent, getUiComponent, isModified, selectedData, setEditorContent
Methods inherited from class lexfo.scalpel.editors.AbstractEditor
caption, executeHook, getCtx, getEditorType, getHttpService, getId, getMessage, getRequest, getRequestResponse, getResponse, isEnabledFor, processOutboundMessage, setEditorError, setRequestResponse, setRequestResponseInternal, uiComponent, updateContent
-
Constructor Details
-
ScalpelBinaryEditor
public ScalpelBinaryEditor(String name, Boolean editable, MontoyaApi API, EditorCreationContext creationContext, EditorType type, ScalpelEditorTabbedPane provider, ScalpelExecutor executor)
-