Package ghidra.app.services
Interface TextEditorService
-
public interface TextEditorService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidedit(java.lang.String name, java.io.InputStream inputStream)Shows an text editor component with the contents of the specifiedInputStream.
-
-
-
Method Detail
-
edit
void edit(java.lang.String name, java.io.InputStream inputStream)Shows an text editor component with the contents of the specifiedInputStream.- Parameters:
name- String name of fileinputStream-InputStreamwith content that should be displayed in the edit window. Stream closed by this service.
-
-