Package com.explodingpixels.widgets
Interface TextProvider
- All Known Implementing Classes:
SourceListCategory
,SourceListItem
public interface TextProvider
An interface for provider's of text.
-
Method Summary
-
Method Details
-
getText
String getText()Gets the text for this element.- Returns:
- the text for this element.
-