@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface PerspectiveInfo
Modifier and Type | Required Element and 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
|
public abstract java.lang.String ID
public abstract java.lang.String title