edu.rice.cs.drjava.model.javadoc |
|
Java Source File Name | Type | Comment |
DefaultJavadocModel.java | Class | Default implementation of JavadocModel interface; generates Javadoc HTML files for a set of documents. |
JavadocEventNotifier.java | Class | Keeps track of all listeners to a JavadocModel, and has the ability
to notify them of some event.
This class has a specific role of managing JavadocListeners. |
JavadocException.java | Class | Indicates that an error has occured while attempting to create javadoc. |
JavadocListener.java | Interface | An interface for responding to events generated by the JavadocModel. |
JavadocModel.java | Interface | Model interface for Javadoc integration features. |
JavadocModelTest.java | Class | Tests the functionality provided by an implementation of JavadocModel. |
NoJavadocAvailable.java | Class | Javadoc model to use when javadoc is unavailable. |