com.explodingpixels.widgets
Interface TextProvider

All Known Implementing Classes:
SourceListCategory, SourceListItem

public interface TextProvider

An interface for provider's of text.


Method Summary
 java.lang.String getText()
          Gets the text for this element.
 

Method Detail

getText

java.lang.String getText()
Gets the text for this element.

Returns:
the text for this element.


Copyright © 2012. All Rights Reserved.