Package ghidra.app.services
Interface TextEditorService
public interface TextEditorService
-
Method Summary
Modifier and TypeMethodDescriptionvoidedit(String name, InputStream inputStream) Shows an text editor component with the contents of the specifiedInputStream.
-
Method Details
-
edit
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.
-