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

All Known Subinterfaces:
ISelectDataComponent

public interface IChartUIAccessible

This interface defines the methods to add accessibility to chart components.


Method Summary
 void bindAssociatedLabel(org.eclipse.swt.widgets.Label label)
          add accessibility with the given Label's text.
 void bindAssociatedName(java.lang.String name)
          add accessibility with the given name.
 

Method Detail

bindAssociatedLabel

void bindAssociatedLabel(org.eclipse.swt.widgets.Label label)
add accessibility with the given Label's text.

Parameters:
label - Label Object.

bindAssociatedName

void bindAssociatedName(java.lang.String name)
add accessibility with the given name.

Parameters:
name - String Object.


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