JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Package
qupath.lib.gui.actions.annotations
Annotation Interface ActionConfig
@Documented
@Retention
(
RUNTIME
)
@Target
({
TYPE
,
METHOD
,
FIELD
})
public @interface
ActionConfig
Annotation indicating the a key in the external resources file containing the menu, text and (optional) description.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
Key to external properties file.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
boolean
bindLocale
String
bundle
String
[]
menu
Element Details
bundle
String
bundle
Default:
""
menu
String
[]
menu
Default:
{""}
bindLocale
boolean
bindLocale
Default:
true
value
String
value
Key to external properties file.
Returns: