Uses of Interface
org.pentaho.platform.api.ui.IXMLComponent

Packages that use IXMLComponent
org.pentaho.platform.scheduler   
org.pentaho.platform.uifoundation.chart   
org.pentaho.platform.uifoundation.component.xml   
org.pentaho.platform.web.refactor   
 

Uses of IXMLComponent in org.pentaho.platform.scheduler
 

Classes in org.pentaho.platform.scheduler that implement IXMLComponent
 class SchedulerAdminUIComponent
          API description: Base URL is: http://://SchedulerAdmin or http://localhost:8080/pentaho/SchedulerAdmin deleteJob: schedulerAction=deleteJob&jobName=PentahoSystemVersionCheck&jobGroup=DEFAULT executeJobNow: schedulerAction=executeJob&jobName=PentahoSystemVersionCheck&jobGroup=DEFAULT getJobNames: schedulerAction=getJobNames isSchedulerPaused: schedulerAction=isSchedulerPaused pauseAll: schedulerAction=suspendScheduler pauseJob: schedulerAction=pauseJob&jobName=PentahoSystemVersionCheck&jobGroup=DEFAULT resumeAll: schedulerAction=resumeScheduler resumeJob: schedulerAction=resumeJob&jobName=PentahoSystemVersionCheck&jobGroup=DEFAULT TODO sbarkdull, add API for create and update NOTE: the term "Job" is somewhat misused in much of this file.
 

Uses of IXMLComponent in org.pentaho.platform.uifoundation.chart
 

Classes in org.pentaho.platform.uifoundation.chart that implement IXMLComponent
 class AbstractChartComponent
           
 class AbstractJFreeChartComponent
           
 class CategoryDatasetChartComponent
           
 class DashboardWidgetComponent
          This class is a Pentaho user interface component.
 class DialChartComponent
           
 class FlashChartComponent
           
 class PieDatasetChartComponent
           
 class TimeSeriesCollectionChartComponent
           
 class XYSeriesCollectionChartComponent
           
 class XYZSeriesCollectionChartComponent
           
 

Uses of IXMLComponent in org.pentaho.platform.uifoundation.component.xml
 

Classes in org.pentaho.platform.uifoundation.component.xml that implement IXMLComponent
 class FilterPanelComponent
          This class provides a user interface that lets users select items from lists or radio buttons.
 class InputFormComponent
           
 class LoadDBRepositoryUIComponent
           
 class NavigationComponent
           
 class PMDUIComponent
           
 class PropertiesEditorUIComponent
           
 class PropertiesPanelUIComponent
          TODO mlowery Need to remove direct references to PentahoAclEntry permission constants.
 class SolutionTreeUIComponent
           
 class WidgetGridComponent
           
 class XmlComponent
           
 

Uses of IXMLComponent in org.pentaho.platform.web.refactor
 

Classes in org.pentaho.platform.web.refactor that implement IXMLComponent
 class SolutionManagerUIComponent
           
 class SubscriptionAdminUIComponent
           
 class UserFilesComponent