Package org.pentaho.di.ui.spoon
Interface SpoonPerspectiveImageProvider
- All Superinterfaces:
SpoonPerspective
- All Known Implementing Classes:
MainSpoonPerspective
-
Method Summary
Modifier and TypeMethodDescriptionGet the path to the perspective's icon, can be within a jar (classLoader) or file-system.Methods inherited from interface org.pentaho.di.ui.spoon.SpoonPerspective
addPerspectiveListener, getActiveMeta, getDisplayName, getEventHandlers, getId, getOverlays, getPerspectiveIcon, getUI, setActive
-
Method Details
-
getPerspectiveIconPath
String getPerspectiveIconPath()Get the path to the perspective's icon, can be within a jar (classLoader) or file-system.- Returns:
- the path to the perspective's icon
-