javadoc html5

This commit is contained in:
astrelsky 2019-12-12 22:47:09 -05:00
parent 3eb130123b
commit 3bdf049d44
No known key found for this signature in database
GPG key ID: FA88FA97D6877C37
136 changed files with 428 additions and 425 deletions

View file

@ -57,7 +57,7 @@ public interface ToolTemplate {
/**
* Get the icon for this tool template. This is equivalent to calling
* <tt>getIconURL().getIcon()</tt>
* <code>getIconURL().getIcon()</code>
* @return the icon for this tool template.
*/
ImageIcon getIcon();

View file

@ -61,9 +61,9 @@ public interface OptionsService {
*
* @param category The category of options to have displayed
* @param filterText An optional value used to filter the nodes visible in the options tree.
* You may pass <tt>null</tt> or the empty string <tt>""</tt> here if you
* You may pass <code>null</code> or the empty string <code>""</code> here if you
* do not desire filtering.
* @throws IllegalArgumentException if the given <tt>category</tt> value does not exist in
* @throws IllegalArgumentException if the given <code>category</code> value does not exist in
* the tree of options.
*/
public void showOptionsDialog(String category, String filterText);