Interface TextProvider

All Known Implementing Classes:
SourceListCategory, SourceListItem

public interface TextProvider
An interface for provider's of text.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the text for this element.
  • Method Details

    • getText

      String getText()
      Gets the text for this element.
      Returns:
      the text for this element.