Module omix.api

Annotation Type ToolTip


@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:
@ToolTip("Enter a text") String text = "";
Author:
Dr. Peter Droste, Omix Visualization
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    String value
    tooltip for the annotated member
  • Element Details

    • value

      String value
      tooltip for the annotated member
      Returns:
      tooltip