Package com.explodingpixels.widgets
Interface TextProvider
-
- All Known Implementing Classes:
SourceListCategory
,SourceListItem
public interface TextProvider
An interface for provider's of text.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getText()
Gets the text for this element.
-