Package org.minifx.workbench.annotations
Annotation Type Footer
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface Footer
An annotation which qualifies a bean as a footer to be used in MiniFx. Footers are always shown at the bottom of an application, outside of all perspectives.If several footers are available, then they are shown in tabs.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
enforceTab
If this property is set totrue
, then a tab as shown, even if there is only one footer available.
-