Home | Trees | Indices | Help |
|
---|
|
object --+ | item.IItem --+ | object --+ | | | item.IPropertySetChangeNotifier --+ | PropertysetItem
Class for handling a set of identified Properties. The elements
contained in a MapItem
can be referenced using locally
unique identifiers. The class supports listeners who are interested in
changes to the Property set managed by the class.
Version: 1.1.2
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Gets the Property corresponding to the given Property ID stored in the
Item. If the Item does not contain the Property,
|
Gets the collection of IDs of all Properties stored in the Item.
|
Removes the Property identified by ID from the Item. This
functionality is optional. If the method is not implemented, the method
always returns
|
Tries to add a new Property into the Item.
|
Gets the string representation of the contents of the Item. The format of the string is a space separated catenation of the string representations of the Properties contained by the Item.
|
Registers a new property set change listener for this Item.
|
|
Removes a previously registered property set change listener.
|
|
Creates and returns a copy of this object. The method Note: All arrays are considered to implement the interface Cloneable. Otherwise, this method creates a new instance of the class of this object and initializes all its fields with exactly the contents of the corresponding fields of this object, as if by assignment, the contents of the fields are not themselves cloned. Thus, this method performs a "shallow copy" of this object, not a "deep copy" operation.
|
hash(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 5 20:45:01 2015 | http://epydoc.sourceforge.net |