Contains classes for the documentation tab.
There are mainly three types of classes in this package.
- Panel-classes, which are responsible for the bahaviour of the documentation tab. First of all there is the DocHTMLEditorPanel which is
responsible for the editing of the HTML-documentation. Derived from this class the DocJavaDocTagPanel class added the table for editing java
doc tags.Derived from this the DocParameterJavaDocTagPanel class adds functinality to the table to edit the parameter tags for methods.
- table models for the handling of the java doc tags in the table of the panels.
- helper classes for using the java doc tags