Uses of Class
cz.martlin.xspf.playlist.collections.XSPFLinks
-
Packages that use XSPFLinks Package Description cz.martlin.xspf.playlist.base The all the abstract superclasses in the xspf-playlist.cz.martlin.xspf.playlist.elements The actual xspf file elements (playlist, track, ...) implementation.cz.martlin.xspf.util All the utilities and helper classes. -
-
Uses of XSPFLinks in cz.martlin.xspf.playlist.base
Methods in cz.martlin.xspf.playlist.base that return XSPFLinks Modifier and Type Method Description XSPFLinksXSPFCommon. getLinks()Returns the playlist/track links (as a copy).XSPFLinksXSPFCommon. links()Returns the playlist/track links (as a view).Methods in cz.martlin.xspf.playlist.base with parameters of type XSPFLinks Modifier and Type Method Description voidXSPFCommon. setLinks(XSPFLinks links)Sets the (copy of) the playlist/track links. -
Uses of XSPFLinks in cz.martlin.xspf.playlist.elements
Methods in cz.martlin.xspf.playlist.elements that return XSPFLinks Modifier and Type Method Description XSPFLinksXSPFFile. newLinks()Creates new collection of links. -
Uses of XSPFLinks in cz.martlin.xspf.util
Methods in cz.martlin.xspf.util with parameters of type XSPFLinks Modifier and Type Method Description static voidPrinter. print(int padding, String label, XSPFLinks links)Prints the given links with given label and padding.
-