Home
Categories
Dictionary
Download
Project Details
Changes Log
FAQ
License

Swing Script Editor



The EditorScriptWindow and EditorScriptComponent classes allows to edit a script:
  • The EditorScriptWindow is a JFrame. It allows to open the script editor in a window.
  • The EditorScriptComponent is a JPanel. It allows to integrate the script editor in an existing Swing structure

Overview

The editor can be created from a File or ScriptWrapper.

It has the following interface:
scripteditor
The center part of the editor allows to edit the underlying script file.

The bottom part allows to save the content of the editor in the underlying script file[1]
The button will be enabled only if there are modifications in the editor compared to the content of the file
:
scripteditor2
The editor toolbar has the following buttons:
  • Undo or redo the last change in the editor
  • Search some text in the editor

Search option

The Search button allows to search some text in the editor:
scripteditorSearch

Overriding the editor

The method to use has the same signature if you are using a window or a panel:

Notes

  1. ^ The button will be enabled only if there are modifications in the editor compared to the content of the file

Categories: api | swing

Copyright 2019-2020 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence