net.sourceforge.spedit.app
Class Application
java.lang.Object
|
+--net.sourceforge.spedit.app.Application
- public class Application
- extends Object
The Application
class is at the heart of the editor. It stores
references to openened documents and provide event hooking mechanisms.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
python
public static final org.python.util.PythonInterpreter python
currentDocumentFrame
protected Application.DocumentFrame currentDocumentFrame
documentFrames
protected Vector documentFrames
Application
public Application()
init
public void init()
setCurrentDocument
public void setCurrentDocument(XMLDocument doc)
main
public static void main(String[] args)