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
-
MozartInternalFrame(Mozart)
-
Creates an empty MozartInternalFrame with a title
-
getDocument()
-
Return the document contained in this internal frame.
-
getTitle()
-
-
setPage(File)
-
-
setPage(URL)
- Set the contents of this frame to document.
-
setTitle(String)
-
-
showProperties()
-
MozartInternalFrame
public MozartInternalFrame(Mozart mozart)
- Creates an empty MozartInternalFrame with a title
getDocument
public HTMLDocument getDocument()
- Return the document contained in this internal frame.
setPage
public void setPage(URL url)
- Set the contents of this frame to document.
setPage
public void setPage(File file)
setTitle
public void setTitle(String title)
- Overrides:
- setTitle in class JInternalFrame
getTitle
public String getTitle()
- Overrides:
- getTitle in class JInternalFrame
showProperties
public void showProperties()