org.eclipse.birt.chart.ui.swt.interfaces
Interface IUIExtensions


public interface IUIExtensions

This class provides an abstraction layer for retrieval of plugin/configuration settings associated with the user interface

Author:
Actuate Corporation

Method Summary
 java.util.Collection getUIChartTypeExtensions()
          This method returns a collection of org.eclipse.birt.chart.ui.swt.interfaces.IChartType objects that are used to add entries (Chart types, subtypes etc.) to the Chart selector UI.
 java.util.Collection getUIListeners()
          This method returns a collection of org.eclipse.birt.chart.ui.swt.interfaces.IChangeListener objects that listen for changes to the model and accordingly call methods to add or remove sheets from the Chart Designer UI.
 java.util.Collection getUISheetExtensions()
          This method returns a collection of org.eclipse.birt.chart.ui.swt.interfaces.ISheet objects which are used to add entries into the navigation tree in the Chart Designer and associate a property sheet with each.
 

Method Detail

getUISheetExtensions

public java.util.Collection getUISheetExtensions()
This method returns a collection of org.eclipse.birt.chart.ui.swt.interfaces.ISheet objects which are used to add entries into the navigation tree in the Chart Designer and associate a property sheet with each.

Returns:
Collection of ISheet instances registered to extend the Chart Designer UI

getUIChartTypeExtensions

public java.util.Collection getUIChartTypeExtensions()
This method returns a collection of org.eclipse.birt.chart.ui.swt.interfaces.IChartType objects that are used to add entries (Chart types, subtypes etc.) to the Chart selector UI.

Returns:
Collection of IChartType instances registered to extend the Chart Selector UI

getUIListeners

public java.util.Collection getUIListeners()
This method returns a collection of org.eclipse.birt.chart.ui.swt.interfaces.IChangeListener objects that listen for changes to the model and accordingly call methods to add or remove sheets from the Chart Designer UI.

Returns:
Collection of IChangeListener instances registered process model change events and update the UI.


Copyright © 2005-2007 Actuate Corp. All rights reserved.