Interface IChartUIAccessible

  • All Known Subinterfaces:
    ISelectDataComponent

    public interface IChartUIAccessible
    This interface defines the methods to add accessibility to chart components.
    • 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.