Class | Description |
---|---|
AbstractApplication |
An abstract implementation of the Application interface.
|
AppletTutorial |
A graph editor that runs as an applet.
|
ApplicationTutorial |
A simple text editor.
|
MDIApplication |
An abstract superclass for applications that use an MDI (multiple
document interface) style of presentation.
|
MDIApplicationTutorial |
A simple MDI text editor.
|
TextDocument |
A example document that contains plain boring old text
and saves it to ascii files.
|
TextDocument.Factory |
TextDocument.Factory is a factory for Text Documents
|
TextView |
A simple MDI text editor view.
|