|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.blackledge.david.tivo.multitasker.TickerTape.TickerTapeSegmentDefault
public static class TickerTape.TickerTapeSegmentDefault
Default implementation of TickerTapeSegment if you just have 1, 2, or 3 strings you want returned as is.
Constructor Summary | |
---|---|
TickerTape.TickerTapeSegmentDefault(String content)
A segment with no group or image. |
|
TickerTape.TickerTapeSegmentDefault(String group,
String content,
String image,
boolean isNotFinished)
A segment with a group and optional image. |
Method Summary | |
---|---|
String |
getContent()
The actual content that will scroll across the screen. |
String |
getGroup()
The optional grouping information above the scrolling ticker. |
String |
getImage()
Return the URL for the image used for this ticker (optional) |
boolean |
isNotFinished()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TickerTape.TickerTapeSegmentDefault(String content)
content
- public TickerTape.TickerTapeSegmentDefault(String group, String content, String image, boolean isNotFinished)
group
- content
- image
- optional (null ok)Method Detail |
---|
public String getContent()
TickerTape.TickerTapeSegment
getContent
in interface TickerTape.TickerTapeSegment
public String getGroup()
TickerTape.TickerTapeSegment
getGroup
in interface TickerTape.TickerTapeSegment
public String getImage()
TickerTape.TickerTapeSegment
getImage
in interface TickerTape.TickerTapeSegment
public String toString()
toString
in class Object
public boolean isNotFinished()
isNotFinished
in interface TickerTape.TickerTapeSegment
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |