Lizzy v1.1.1

Uses of Class
christophedelory.plist.PlistObject

Packages that use PlistObject
christophedelory.plist The Apple's property list proprietary XML format. 
 

Uses of PlistObject in christophedelory.plist
 

Subclasses of PlistObject in christophedelory.plist
 class AbstractPlistBoolean
          The boolean numerical primitive.
 class Array
          A plist array collection.
 class Data
          The data primitive type.
 class Date
          The date primitive type.
 class Dict
          A plist dictionary collection.
 class False
          The boolean constant false.
 class Integer
          The integer numerical primitive.
 class Key
          A dictionary key.
 class PlistText
          The base plist object owning a text value.
 class Real
          The real numerical primitive.
 class String
          The string primitive type.
 class True
          The boolean constant true.
 

Methods in christophedelory.plist that return PlistObject
 PlistObject Dict.findObjectByKey(String keyString)
          Searches for the object associated with the specified key in this dictionary.
 PlistObject Plist.getPlistObject()
          Returns the plist object.
 PlistObject Dict.put(Key key, PlistObject object)
          Maps a key to the specified plist object.
 PlistObject Dict.put(String key, PlistObject object)
          Maps a key string to the specified plist object.
 

Methods in christophedelory.plist that return types with arguments of type PlistObject
 Hashtable<Key,PlistObject> Dict.getDictionary()
          Returns the dictionary of plist keys and their associated objects.
 List<PlistObject> Dict.getKeysAndObjects()
          Deprecated. for Castor's usage. Use Dict.getDictionary() instead.
 List<PlistObject> Array.getPlistObjects()
          Returns the list of plist objects.
 

Methods in christophedelory.plist with parameters of type PlistObject
 void Dict.addKeyOrObject(PlistObject object)
          Deprecated. for Castor's usage. Use Dict.put(christophedelory.plist.Key, christophedelory.plist.PlistObject) instead.
 void Array.addPlistObject(PlistObject object)
          Adds the specified plist object.
 PlistObject Dict.put(Key key, PlistObject object)
          Maps a key to the specified plist object.
 PlistObject Dict.put(String key, PlistObject object)
          Maps a key string to the specified plist object.
 void Plist.setPlistObject(PlistObject object)
          Initializes the plist object.
 


© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.