Annotation Interface ActionMenu


@Documented @Retention(RUNTIME) @Target({TYPE,METHOD,FIELD}) public @interface ActionMenu
Annotation indicating the menu path where an action should be installed. This may be used by QuPath to be able to assign the action automatically to the correct place, in the absence of further information.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Menu path, in the form "Menu>Submenu>Command name".
  • Element Details

    • value

      String[] value
      Menu path, in the form "Menu>Submenu>Command name".
      Returns: