Uses of Class
org.rococoa.cocoa.foundation.NSPredicate

Packages that use NSPredicate
org.rococoa.cocoa.appkit   
org.rococoa.cocoa.appkit.categories   
org.rococoa.cocoa.foundation   
org.rococoa.cocoa.foundation.categories   
 

Uses of NSPredicate in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit that return NSPredicate
abstract  NSPredicate NSArrayController.filterPredicate()
          Original signature : -(NSPredicate*)filterPredicate
native declaration : NSArrayController.h:62
abstract  NSPredicate NSRuleEditor.predicate()
          Clients can call this to obtain the predicate for the view if the delegate implements - ruleEditor: predicatePartsForItem: withValue: inRow:row: .
abstract  NSPredicate NSRuleEditor.predicateForRow(NSInteger row)
          This method returns the predicate for a given row.
abstract  NSPredicate NSPredicateEditorRowTemplate.predicateWithSubpredicates(NSArray subpredicates)
          returns the predicate represented by the template's views' values and the given subpredicates.
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSPredicate
abstract  NSArray NSPredicateEditorRowTemplate.displayableSubpredicatesOfPredicate(NSPredicate predicate)
          for a given predicate, returns the subpredicates that should be made subrows.
abstract  double NSPredicateEditorRowTemplate.matchForPredicate(NSPredicate predicate)
          returns a positive number if the template can represent the predicate, and zero if it cannot.
abstract  void NSArrayController.setFilterPredicate(NSPredicate filterPredicate)
          Original signature : -(void)setFilterPredicate:(NSPredicate*)
native declaration : NSArrayController.h:61
abstract  void NSPredicateEditorRowTemplate.setPredicate(NSPredicate predicate)
          sets the value of the views according to the given predicate.
 

Uses of NSPredicate in org.rococoa.cocoa.appkit.categories
 

Methods in org.rococoa.cocoa.appkit.categories that return NSPredicate
 NSPredicate NSManagedController.fetchPredicate()
          Original signature : -(NSPredicate*)fetchPredicate
from NSManagedController native declaration : NSObjectController.h:76
 

Methods in org.rococoa.cocoa.appkit.categories with parameters of type NSPredicate
 void NSManagedController.setFetchPredicate(NSPredicate predicate)
          Original signature : -(void)setFetchPredicate:(NSPredicate*)
from NSManagedController native declaration : NSObjectController.h:77
 

Uses of NSPredicate in org.rococoa.cocoa.foundation
 

Subclasses of NSPredicate in org.rococoa.cocoa.foundation
 class NSComparisonPredicate
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSCompoundPredicate
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 

Methods in org.rococoa.cocoa.foundation that return NSPredicate
static NSPredicate NSPredicate.alloc()
           
abstract  NSPredicate NSPredicate._class_.alloc()
           
static NSPredicate NSCompoundPredicate.andPredicateWithSubpredicates(NSArray subpredicates)
          Convenience Methods **
Original signature : +(NSPredicate*)andPredicateWithSubpredicates:(NSArray*)
native declaration : NSCompoundPredicate.h:34
abstract  NSPredicate NSCompoundPredicate._class_.andPredicateWithSubpredicates(NSArray subpredicates)
          Convenience Methods **
Original signature : +(NSPredicate*)andPredicateWithSubpredicates:(NSArray*)
native declaration : NSCompoundPredicate.h:34
static NSPredicate NSPredicate.new_()
           
abstract  NSPredicate NSPredicate._class_.new_()
           
static NSPredicate NSCompoundPredicate.notPredicateWithSubpredicate(NSPredicate predicate)
          Original signature : +(NSPredicate*)notPredicateWithSubpredicate:(NSPredicate*)
native declaration : NSCompoundPredicate.h:36
abstract  NSPredicate NSCompoundPredicate._class_.notPredicateWithSubpredicate(NSPredicate predicate)
          Original signature : +(NSPredicate*)notPredicateWithSubpredicate:(NSPredicate*)
native declaration : NSCompoundPredicate.h:36
static NSPredicate NSCompoundPredicate.orPredicateWithSubpredicates(NSArray subpredicates)
          Original signature : +(NSPredicate*)orPredicateWithSubpredicates:(NSArray*)
native declaration : NSCompoundPredicate.h:35
abstract  NSPredicate NSCompoundPredicate._class_.orPredicateWithSubpredicates(NSArray subpredicates)
          Original signature : +(NSPredicate*)orPredicateWithSubpredicates:(NSArray*)
native declaration : NSCompoundPredicate.h:35
abstract  NSPredicate NSMetadataQuery.predicate()
          Original signature : -(NSPredicate*)predicate
native declaration : NSMetadata.h:28
abstract  NSPredicate NSExpression.predicate()
          Original signature : -(NSPredicate*)predicate
native declaration : NSExpression.h:113
static NSPredicate NSPredicate.predicateWithFormat_argumentArray(NSString predicateFormat, NSArray arguments)
          Parse predicateFormat and return an appropriate predicate
Original signature : +(NSPredicate*)predicateWithFormat:(NSString*) argumentArray:(NSArray*)
native declaration : NSPredicate.h:19
abstract  NSPredicate NSPredicate._class_.predicateWithFormat_argumentArray(NSString predicateFormat, NSArray arguments)
          Parse predicateFormat and return an appropriate predicate
Original signature : +(NSPredicate*)predicateWithFormat:(NSString*) argumentArray:(NSArray*)
native declaration : NSPredicate.h:19
static NSPredicate NSPredicate.predicateWithFormat(NSString predicateFormat, NSObject... varargs)
          Original signature : +(NSPredicate*)predicateWithFormat:(NSString*), ...
abstract  NSPredicate NSPredicate._class_.predicateWithFormat(NSString predicateFormat, NSObject... varargs)
          Original signature : +(NSPredicate*)predicateWithFormat:(NSString*), ...
static NSPredicate NSComparisonPredicate.predicateWithLeftExpression_rightExpression_customSelector(NSExpression lhs, NSExpression rhs, Selector selector)
          Original signature : +(NSPredicate*)predicateWithLeftExpression:(NSExpression*) rightExpression:(NSExpression*) customSelector:(SEL)
native declaration : NSComparisonPredicate.h:61
abstract  NSPredicate NSComparisonPredicate._class_.predicateWithLeftExpression_rightExpression_customSelector(NSExpression lhs, NSExpression rhs, Selector selector)
          Original signature : +(NSPredicate*)predicateWithLeftExpression:(NSExpression*) rightExpression:(NSExpression*) customSelector:(SEL)
native declaration : NSComparisonPredicate.h:61
static NSPredicate NSComparisonPredicate.predicateWithLeftExpression_rightExpression_modifier_type_options(NSExpression lhs, NSExpression rhs, int modifier, int type, NSUInteger options)
          Original signature : +(NSPredicate*)predicateWithLeftExpression:(NSExpression*) rightExpression:(NSExpression*) modifier:(NSComparisonPredicateModifier) type:(NSPredicateOperatorType) options:(NSUInteger)
native declaration : NSComparisonPredicate.h:60
abstract  NSPredicate NSComparisonPredicate._class_.predicateWithLeftExpression_rightExpression_modifier_type_options(NSExpression lhs, NSExpression rhs, int modifier, int type, NSUInteger options)
          Original signature : +(NSPredicate*)predicateWithLeftExpression:(NSExpression*) rightExpression:(NSExpression*) modifier:(NSComparisonPredicateModifier) type:(NSPredicateOperatorType) options:(NSUInteger)
native declaration : NSComparisonPredicate.h:60
abstract  NSPredicate NSPredicate.predicateWithSubstitutionVariables(NSDictionary variables)
          substitute constant values for variables
Original signature : -(NSPredicate*)predicateWithSubstitutionVariables:(NSDictionary*)
native declaration : NSPredicate.h:31
static NSPredicate NSPredicate.predicateWithValue(boolean value)
          return predicates that always evaluate to true/false
Original signature : +(NSPredicate*)predicateWithValue:(BOOL)
native declaration : NSPredicate.h:23
abstract  NSPredicate NSPredicate._class_.predicateWithValue(boolean value)
          return predicates that always evaluate to true/false
Original signature : +(NSPredicate*)predicateWithValue:(BOOL)
native declaration : NSPredicate.h:23
 

Methods in org.rococoa.cocoa.foundation with parameters of type NSPredicate
static NSPredicate NSCompoundPredicate.notPredicateWithSubpredicate(NSPredicate predicate)
          Original signature : +(NSPredicate*)notPredicateWithSubpredicate:(NSPredicate*)
native declaration : NSCompoundPredicate.h:36
abstract  NSPredicate NSCompoundPredicate._class_.notPredicateWithSubpredicate(NSPredicate predicate)
          Original signature : +(NSPredicate*)notPredicateWithSubpredicate:(NSPredicate*)
native declaration : NSCompoundPredicate.h:36
abstract  void NSMetadataQuery.setPredicate(NSPredicate predicate)
          Original signature : -(void)setPredicate:(NSPredicate*)
native declaration : NSMetadata.h:29
 

Uses of NSPredicate in org.rococoa.cocoa.foundation.categories
 

Methods in org.rococoa.cocoa.foundation.categories with parameters of type NSPredicate
 NSArray NSPredicateSupport.filteredArrayUsingPredicate(NSPredicate predicate)
          evaluate a predicate against an array of objects and return a filtered array
Original signature : -(NSArray*)filteredArrayUsingPredicate:(NSPredicate*)
from NSPredicateSupport native declaration : NSPredicate.h:42
 



Copyright © 2009. All Rights Reserved.