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.


Inner Class Summary
 class Application.DocumentFrame
          The document frame represent a document window on the screen.
 
Field Summary
protected  Application.DocumentFrame currentDocumentFrame
           
protected  Vector documentFrames
           
static org.python.util.PythonInterpreter python
           
 
Constructor Summary
Application()
           
 
Method Summary
 void init()
           
static void main(String[] args)
           
 void setCurrentDocument(XMLDocument doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

python

public static final org.python.util.PythonInterpreter python

currentDocumentFrame

protected Application.DocumentFrame currentDocumentFrame

documentFrames

protected Vector documentFrames
Constructor Detail

Application

public Application()
Method Detail

init

public void init()

setCurrentDocument

public void setCurrentDocument(XMLDocument doc)

main

public static void main(String[] args)