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
-
locationDialog
-
-
Mozart()
- Initializes the main application.
-
getActions()
-
-
getFrame()
- Get the application frame.
-
getTopFrame()
- Returns the currently active frame.
-
getUndoManager()
- Returns the associated undoManager for Mozart
-
main(String[])
- The main part
-
quit()
- Quit Mozart
locationDialog
public LocationDialog locationDialog
Mozart
public Mozart()
- Initializes the main application. Creates the application
frame (MozartFrame), etc.
getFrame
public JFrame getFrame()
- Get the application frame.
getTopFrame
public JInternalFrame getTopFrame()
- Returns the currently active frame.
getUndoManager
public MozartUndoManager getUndoManager()
- Returns the associated undoManager for Mozart
getActions
public MozartActions getActions()
quit
public void quit()
- Quit Mozart
main
public static void main(String args[])
- The main part