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