Class Mozart

java.lang.Object
   |
   +----Mozart

public class Mozart
extends Object
The main application class. Mozart is a multi-document, WYSIWYG editor that will be capable of opening and saving files from remote locations (via FTP). You can find out more about the application by reading the Project Document.
View Source File


Variable Index

 o locationDialog

Constructor Index

 o Mozart()
Initializes the main application.

Method Index

 o getActions()
 o getFrame()
Get the application frame.
 o getTopFrame()
Returns the currently active frame.
 o getUndoManager()
Returns the associated undoManager for Mozart
 o main(String[])
The main part
 o quit()
Quit Mozart

Variables

 o locationDialog
 public LocationDialog locationDialog

Constructors

 o Mozart
 public Mozart()
Initializes the main application. Creates the application frame (MozartFrame), etc.

Methods

 o getFrame
 public JFrame getFrame()
Get the application frame.

 o getTopFrame
 public JInternalFrame getTopFrame()
Returns the currently active frame.

 o getUndoManager
 public MozartUndoManager getUndoManager()
Returns the associated undoManager for Mozart

 o getActions
 public MozartActions getActions()
 o quit
 public void quit()
Quit Mozart

 o main
 public static void main(String args[])
The main part