public class DefaultPluginPerspectiveManager extends Object implements org.pentaho.platform.api.engine.perspective.IPluginPerspectiveManager
| Constructor and Description |
|---|
DefaultPluginPerspectiveManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPluginPerspective(org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective pluginPerspective) |
void |
clearPluginPerspectives() |
List<org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective> |
getPluginPerspectives() |
void |
removePluginPerspective(org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective pluginPerspective) |
public List<org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective> getPluginPerspectives()
getPluginPerspectives in interface org.pentaho.platform.api.engine.perspective.IPluginPerspectiveManagerpublic void addPluginPerspective(org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective pluginPerspective)
addPluginPerspective in interface org.pentaho.platform.api.engine.perspective.IPluginPerspectiveManagerpublic void removePluginPerspective(org.pentaho.platform.api.engine.perspective.pojo.IPluginPerspective pluginPerspective)
removePluginPerspective in interface org.pentaho.platform.api.engine.perspective.IPluginPerspectiveManagerpublic void clearPluginPerspectives()
clearPluginPerspectives in interface org.pentaho.platform.api.engine.perspective.IPluginPerspectiveManager