Interface IChartUIAccessible
-
- All Known Subinterfaces:
ISelectDataComponent
public interface IChartUIAccessible
This interface defines the methods to add accessibility to chart components.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-