Interface IPluginPerspective

All Superinterfaces:
Serializable

public interface IPluginPerspective extends Serializable
  • Method Details

    • getId

      String getId()
    • setId

      void setId(String id)
    • getTitle

      String getTitle()
    • setTitle

      void setTitle(String title)
    • getContentUrl

      String getContentUrl()
    • setContentUrl

      void setContentUrl(String contentUrl)
    • getResourceBundleUri

      String getResourceBundleUri()
    • setResourceBundleUri

      void setResourceBundleUri(String uri)
    • getOverlays

      ArrayList<org.pentaho.ui.xul.XulOverlay> getOverlays()
    • setOverlays

      void setOverlays(ArrayList<org.pentaho.ui.xul.XulOverlay> overlays)
    • getLayoutPriority

      int getLayoutPriority()
    • setLayoutPriority

      void setLayoutPriority(int layoutPriority)
    • getRequiredSecurityActions

      ArrayList<String> getRequiredSecurityActions()
    • setRequiredSecurityActions

      void setRequiredSecurityActions(ArrayList<String> actions)