Interface PerspectiveIcon
public interface PerspectiveIcon
Interface that represents an icon of a perspective menu item.
- Since:
- 6.0.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the reference of this icon.getType()Returns the type of this icon.
-
Method Details
-
getType
PerspectiveIconType getType()Returns the type of this icon.- See Also:
-
getReference
String getReference()Returns the reference of this icon.- If the perspectiveIconType is
css: returns afontawesomeclass name using the following pattern "fa-className". - If the perspectiveIconType is
url: returns either a URL or a file path starting from module (module excluded).
- If the perspectiveIconType is
-