|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.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_
|
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 the ParameterMethod Detail |
public boolean isSongSelected()
public void setSelected(boolean s)
s
- The new selected value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |