Package weka.gui

Annotation Type PerspectiveInfo


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

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String iconPath
      Path (as a resource on the classpath) to the icon for this perspective
      java.lang.String ID
      The ID of this perspective
      java.lang.String title
      The title of this perspective
      java.lang.String toolTipText
      The tool tip text for this perspective
    • Element Detail

      • ID

        java.lang.String ID
        The ID of this perspective
        Returns:
        the ID of this perspective
      • title

        java.lang.String title
        The title of this perspective
        Returns:
        the title of this perspective
      • toolTipText

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

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