Class MozartInternalFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----javax.swing.JComponent
                           |
                           +----javax.swing.JInternalFrame
                                   |
                                   +----MozartInternalFrame

public class MozartInternalFrame
extends JInternalFrame
This class implements the special JInternalFrame Mozart uses. The internal frame contains a scrollable JEditorPane which is where all of the editing will occur.

View Source File


Constructor Index

 o MozartInternalFrame(Mozart)
Creates an empty MozartInternalFrame with a title

Method Index

 o getDocument()
Return the document contained in this internal frame.
 o getTitle()
 o setPage(File)
 o setPage(URL)
Set the contents of this frame to document.
 o setTitle(String)
 o showProperties()

Constructors

 o MozartInternalFrame
 public MozartInternalFrame(Mozart mozart)
Creates an empty MozartInternalFrame with a title

Methods

 o getDocument
 public HTMLDocument getDocument()
Return the document contained in this internal frame.

 o setPage
 public void setPage(URL url)
Set the contents of this frame to document.

 o setPage
 public void setPage(File file)
 o setTitle
 public void setTitle(String title)
Overrides:
setTitle in class JInternalFrame
 o getTitle
 public String getTitle()
Overrides:
getTitle in class JInternalFrame
 o showProperties
 public void showProperties()