Uses of Class
org.teleal.cling.support.model.item.Item

Packages that use Item
org.teleal.cling.support.contentdirectory   
org.teleal.cling.support.contentdirectory.ui   
org.teleal.cling.support.model   
org.teleal.cling.support.model.container   
org.teleal.cling.support.model.item   
 

Uses of Item in org.teleal.cling.support.contentdirectory
 

Methods in org.teleal.cling.support.contentdirectory that return Item
protected  Item DIDLParser.createItem(Attributes attributes)
           
 

Methods in org.teleal.cling.support.contentdirectory with parameters of type Item
protected  DIDLParser.ItemHandler DIDLParser.createItemHandler(Item instance, org.teleal.common.xml.SAXParser.Handler parent)
           
protected  void DIDLParser.generateItem(Item item, Document descriptor, Element parent)
           
 

Constructors in org.teleal.cling.support.contentdirectory with parameters of type Item
DIDLParser.ItemHandler(Item instance, org.teleal.common.xml.SAXParser.Handler parent)
           
 

Uses of Item in org.teleal.cling.support.contentdirectory.ui
 

Methods in org.teleal.cling.support.contentdirectory.ui with parameters of type Item
protected  Icon ContentTreeCellRenderer.getItemIcon(Item item, String upnpClass)
           
 

Uses of Item in org.teleal.cling.support.model
 

Fields in org.teleal.cling.support.model with type parameters of type Item
protected  List<Item> DIDLContent.items
           
 

Methods in org.teleal.cling.support.model that return types with arguments of type Item
 List<Item> DIDLContent.getItems()
           
protected  List<Item> DIDLContent.replaceGenericItems(List<Item> genericItems)
           
 

Methods in org.teleal.cling.support.model with parameters of type Item
 DIDLContent DIDLContent.addItem(Item item)
           
 

Method parameters in org.teleal.cling.support.model with type arguments of type Item
protected  List<Item> DIDLContent.replaceGenericItems(List<Item> genericItems)
           
 void DIDLContent.setItems(List<Item> items)
           
 

Uses of Item in org.teleal.cling.support.model.container
 

Fields in org.teleal.cling.support.model.container with type parameters of type Item
protected  List<Item> Container.items
           
 

Methods in org.teleal.cling.support.model.container that return types with arguments of type Item
 List<Item> Container.getItems()
           
 

Methods in org.teleal.cling.support.model.container with parameters of type Item
 Container Container.addItem(Item item)
           
 

Method parameters in org.teleal.cling.support.model.container with type arguments of type Item
 void Container.setItems(List<Item> items)
           
 

Constructor parameters in org.teleal.cling.support.model.container with type arguments of type Item
Container(String id, Container parent, String title, String creator, DIDLObject.Class clazz, Integer childCount, boolean searchable, List<DIDLObject.Class> createClasses, List<DIDLObject.Class> searchClasses, List<Item> items)
           
Container(String id, String parentID, String title, String creator, boolean restricted, WriteStatus writeStatus, DIDLObject.Class clazz, List<Res> resources, List<DIDLObject.Property> properties, List<DescMeta> descMetadata, Integer childCount, boolean searchable, List<DIDLObject.Class> createClasses, List<DIDLObject.Class> searchClasses, List<Item> items)
           
Container(String id, String parentID, String title, String creator, DIDLObject.Class clazz, Integer childCount, boolean searchable, List<DIDLObject.Class> createClasses, List<DIDLObject.Class> searchClasses, List<Item> items)
           
 

Uses of Item in org.teleal.cling.support.model.item
 

Subclasses of Item in org.teleal.cling.support.model.item
 class AudioBook
           
 class AudioBroadcast
           
 class AudioItem
           
 class ImageItem
           
 class Movie
           
 class MusicTrack
           
 class MusicVideoClip
           
 class Photo
           
 class PlaylistItem
           
 class TextItem
           
 class VideoBroadcast
           
 class VideoItem
           
 

Constructors in org.teleal.cling.support.model.item with parameters of type Item
AudioBook(Item other)
           
AudioBroadcast(Item other)
           
AudioItem(Item other)
           
ImageItem(Item other)
           
Item(Item other)
           
Movie(Item other)
           
MusicTrack(Item other)
           
MusicVideoClip(Item other)
           
Photo(Item other)
           
PlaylistItem(Item other)
           
TextItem(Item other)
           
VideoBroadcast(Item other)
           
VideoItem(Item other)
           
 



Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.