Package weka.gui

Annotation Interface PerspectiveInfo


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface PerspectiveInfo
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Path (as a resource on the classpath) to the icon for this perspective
    The ID of this perspective
    The title of this perspective
    The tool tip text for this perspective
  • Element Details

    • ID

      String ID
      The ID of this perspective
      Returns:
      the ID of this perspective
    • title

      String title
      The title of this perspective
      Returns:
      the title of this perspective
    • toolTipText

      String toolTipText
      The tool tip text for this perspective
      Returns:
      the tool tip text
    • iconPath

      String iconPath
      Path (as a resource on the classpath) to the icon for this perspective
      Returns:
      the path to the icon for this perspective