Interface FileEditorHandle

All Superinterfaces:
FormComponentHandle

public interface FileEditorHandle extends FormComponentHandle
Handle for the "Text file editor" form component. The Swing widget is a JTextArea that pre-loads its content from a file at screen activation and writes the edited content back when the form is completed.

Reach this handle via ScreenHandle.fileEditor().