| Trees | Index | Help |
|
|---|
| Package osaf :: Package pim :: Module collections |
|
| Classes | |
|---|---|
AbstractCollection |
The base class for all Collection types. |
CollectionColors |
Temporarily put the CollectionColors here until we refactor collection to remove display information |
DifferenceCollection |
A collection containing the set theoretic difference of two collections |
FilteredCollection |
A collection which is the result of applying a boolean predicate to every item of another collection |
InclusionExclusionCollection |
InclusionExclusionCollections implement inclusions, exclusions, source, and trash along with methods for add and remove |
IndexedSelectionCollection |
A collection that adds an index, e.g.for sorting items, a selection and visiblity attribute to another source collection. |
IntersectionCollection |
A collection containing the set theoretic intersection of at least 2 collections |
KindCollection |
A Collection of all of the items of a particular kind. |
KindCollectionDirectory |
Directory of all KindCollections in Chandler |
ListCollection |
A collection that contains only those items that are explicitly added to it. |
UnionCollection |
A collection containing the set theoretic union of at least 2 collections |
| Function Summary | |
|---|---|
deliverNotifications(view)
| |
Parcel install time hook | |
repositoryViewCallback(view,
changes,
reason)
| |
| Variable Summary | |
|---|---|
str |
__copyright__ = 'Copyright (c) 2003-2004 Open Source App...
|
str |
__date__ = '$Date: 2005-07-08 00:29:48Z $'
|
str |
__license__ = 'http://osafoundation.org/Chandler_0.1_lic...
|
str |
__parcel__ = 'osaf.pim'
|
str |
__revision__ = '$Revision: $'
|
bool |
DEBUG = False
|
SRE_Pattern |
delPat = .*hasLocalAttributeValue\(([^\)]*)\).*
|
Logger |
logger = <logging.Logger instance at 0xb725fa8c>
|
| Function Details |
|---|
installParcel(parcel, old_version=None)Parcel install time hook |
| Variable Details |
|---|
__copyright__
|
__date__
|
__license__
|
__parcel__
|
__revision__
|
DEBUG
|
delPat
|
logger
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Dec 19 13:33:31 2005 | http://epydoc.sf.net |