|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.bc.webarts.widgets.OggFileRef
A simple class to encapsulate the information required to use/reference an Ogg file.
Field Summary | |
java.lang.String |
name_
Description of the Field |
private boolean |
selected_
Description of the Field |
java.net.URL |
url_
Description of the Field |
Constructor Summary | |
(package private) |
OggFileRef(java.net.URL newUrl)
Constructor for the OggFileRef object |
Method Summary | |
boolean |
isSongSelected()
Gets the SongSelected attribute of the OggFileRef object |
void |
setSelected(boolean s)
Sets the Selected attribute of the OggFileRef object |
Methods inherited from class java.lang.Object |
|
Field Detail |
public java.lang.String name_
public java.net.URL url_
private boolean selected_
Constructor Detail |
OggFileRef(java.net.URL newUrl)
newUrl
- Description of ParameterMethod Detail |
public void setSelected(boolean s)
s
- The new Selected valuepublic boolean isSongSelected()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |