Package org.minifx.workbench.annotations
Annotation Type ToolbarItem
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface ToolbarItem
Annotation to qualify any bean (has to be a javaFx node) as an entry in the toolbar.
@Retention(RUNTIME)
@Target({TYPE,METHOD})
public @interface ToolbarItem