@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface PerspectiveInfo
Modifier and Type | Required Element and Description |
---|---|
String |
iconPath
Path (as a resource on the classpath) to the icon for this perspective
|
String |
ID
The ID of this perspective
|
String |
title
The title of this perspective
|
String |
toolTipText
The tool tip text for this perspective
|
public abstract String ID
public abstract String title
public abstract String toolTipText
public abstract String iconPath
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.