|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.timeindexing.appl.playlist.AbstractPlayListItem
com.timeindexing.appl.playlist.AbstractURIPlayListItem
public abstract class AbstractURIPlayListItem
AbstractURIPlayListItem is an abstract base class for PlayListItems which take an Index URI rather than an Index object.
The Index object is opened on-demand, the first time getIndex() is called.
| Constructor Summary | |
|---|---|
AbstractURIPlayListItem()
|
|
| Method Summary | |
|---|---|
Index |
getIndex()
Get the Index for this PlayItem. |
java.net.URI |
getURI()
Get the URI |
PlayListItem |
setURI(java.net.URI aURI)
Set the URI |
| Methods inherited from class com.timeindexing.appl.playlist.AbstractPlayListItem |
|---|
getInterval, setIndex, setInterval |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractURIPlayListItem()
| Method Detail |
|---|
public Index getIndex()
The Index object is opened on-demand, the first time getIndex() is called.
getIndex in interface PlayListItemgetIndex in class AbstractPlayListItempublic java.net.URI getURI()
public PlayListItem setURI(java.net.URI aURI)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||