| Inherits from | |
|---|---|
| Declared in | NNQueryBundle.h |
+ (NNQueryBundle *)bundlenew NNQueryBundle
Creates a new NNQueryBundle
NNQueryBundle.h- (void)addObject:(id)anItem NNTaggableObject to add
NNQueryBundle.h- (BOOL)containsObject:(id)anItem NNTaggableObject to look for
NNQueryBundle.h- (void)removeObject:(id)anItem NNTaggableObject to remove
NNQueryBundle.h- (NSString *)stringValueName of this bundle, e.g. "PDF"
NNQueryBundle.h- (NSUInteger)resultCountNumber of results
NNQueryBundle.h- (id)resultAtIndex:(NSUInteger)idx Index of result to return
NNTaggableObject at the given index
NNQueryBundle.h- (void)sortUsingSelector:(SEL)comparator Selector to use for sorting
Sorts the results of this bundle by the given selector.
NNQueryBundle.h- (NSArray *)resultsResults/contents of this bundle
NNQueryBundle.h- (void)setResults:(NSArray *)newResults New results to use
Sets a new array for results.
NNQueryBundle.h- (NSString *)valueValue of this bundle, currently equal to stringValue, e.g. "PDF"
NNQueryBundle.h- (NSString *)displayNameName of the bundle for display, e.g. "PDF Documents" instead of "PDF"
NNQueryBundle.h- (void)setValue:(NSString *)newValue New value to use
Sets the value of this bundle.
NNQueryBundle.h- (NSString *)bundlingAttributeBundling attribute of sub-bundles
NOT IMPLEMENTED YET - bundling attribute to use for sub-bundling of results.
NNQueryBundle.h- (void)setBundlingAttribute:(NSString *)attribute New attribute to use for sub-bundling
NOT IMPLEMENTED YET - new bundling attribute to use fo sub-bundling of results.
NNQueryBundle.hLast updated: 2010-5-13