Gridarta Editor
Package net.sf.gridarta.textedit.scripteditor

This package contains the classes for the script editor used within the editor to create and modify Python and Lua scripts. More...

Classes

class  Actions
 Actions used by the script editor. More...
 
class  CFPythonPopup
 This class implements a popup window which shows all python methods in the 'CFPython' package. More...
 
class  CFPythonPopupMenu
 MenuHelper class, inherits from JPopupMenu. More...
 
class  EditWindowListener
 Listener for close box on the window. More...
 
class  MenuEntries
 List of menu entries (all CFPython commands). More...
 
class  ScriptEditControl
 ScriptEditControl - Manages events and data flow for the script editor entity. More...
 
class  ScriptEditUndoActions
 Implements undo and redo actions. More...
 
class  ScriptEditView
 The script editor frame. More...
 

Detailed Description

This package contains the classes for the script editor used within the editor to create and modify Python and Lua scripts.

See also
net.sf.gridarta.textedit.textarea