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.StringiconPathPath (as a resource on the classpath) to the icon for this perspectivejava.lang.StringIDThe ID of this perspectivejava.lang.StringtitleThe title of this perspectivejava.lang.StringtoolTipTextThe tool tip text for this perspective
-