Annotation Interface ActionIcon


@Documented @Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface ActionIcon
Default icon for an action.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Icon to associate with the action's graphic property.
  • Element Details