Package org.pentaho.di.ui.spoon
Interface SpoonPerspectiveImageProvider
-
- All Superinterfaces:
SpoonPerspective
- All Known Implementing Classes:
MainSpoonPerspective
public interface SpoonPerspectiveImageProvider extends SpoonPerspective
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPerspectiveIconPath()
Get 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 Detail
-
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
-
-