mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
javadoc html5
This commit is contained in:
parent
3eb130123b
commit
3bdf049d44
136 changed files with 428 additions and 425 deletions
|
@ -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();
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue