@Documented @Target(FIELD) @OVLTarget({FIELD,ACCESSORY,TYPE_USE}) @Retention(RUNTIME) public @interface ToolTip
Omix displays the given tooltip when the mouse hovers
the property line of the annotated field or
the accessory in scene or on the toolbar of the main window.
Example:
Example:
@ToolTip("Enter a text") String text = "";
- Author:
- Dr. Peter Droste, Omix Visualization