|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.appkit.NSPredicateEditorRowTemplate
public abstract class NSPredicateEditorRowTemplate
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
NSPredicateEditorRowTemplate._class_
|
static class |
NSPredicateEditorRowTemplate._ptFlags_struct
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
NSCopying._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSPredicateEditorRowTemplate()
|
Method Summary | |
---|---|
static NSPredicateEditorRowTemplate |
alloc()
|
abstract NSArray |
compoundTypes()
Original signature : -(NSArray*)compoundTypes native declaration : NSPredicateEditorRowTemplate.h:74 |
static NSPredicateEditorRowTemplate |
createWithCompoundTypes(NSArray compoundTypes)
Factory method |
abstract NSArray |
displayableSubpredicatesOfPredicate(NSPredicate predicate)
for a given predicate, returns the subpredicates that should be made subrows. |
static NSPredicateEditorRowTemplate._class_ |
getNSClass()
|
abstract NSPredicateEditorRowTemplate |
initWithCompoundTypes(NSArray compoundTypes)
creates a template suitable for displaying compound predicates. |
abstract NSArray |
leftExpressions()
returns the various values set in the initializers, or zero/nil if they do not apply Original signature : -(NSArray*)leftExpressions native declaration : NSPredicateEditorRowTemplate.h:68 |
abstract double |
matchForPredicate(NSPredicate predicate)
returns a positive number if the template can represent the predicate, and zero if it cannot. |
abstract NSObject |
modifier()
Original signature : -(id)modifier native declaration : NSPredicateEditorRowTemplate.h:71 |
static NSPredicateEditorRowTemplate |
new_()
|
abstract NSArray |
operators()
Original signature : -(NSArray*)operators native declaration : NSPredicateEditorRowTemplate.h:72 |
abstract NSUInteger |
options()
Original signature : -(NSUInteger)options native declaration : NSPredicateEditorRowTemplate.h:73 |
abstract NSPredicate |
predicateWithSubpredicates(NSArray subpredicates)
returns the predicate represented by the template's views' values and the given subpredicates. |
abstract NSObject |
rightExpressionAttributeType()
Original signature : -(id)rightExpressionAttributeType native declaration : NSPredicateEditorRowTemplate.h:70 |
abstract NSArray |
rightExpressions()
Original signature : -(NSArray*)rightExpressions native declaration : NSPredicateEditorRowTemplate.h:69 |
abstract void |
setPredicate(NSPredicate predicate)
sets the value of the views according to the given predicate. |
static NSArray |
templatesWithAttributeKeyPaths_inEntityDescription(NSArray keyPaths,
Pointer entityDescription)
CoreData convenience method: creates an array of templates of the popup-popup-view variety from the given key paths. |
abstract NSArray |
templateViews()
returns the list of views that are placed in the row. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCopying |
---|
copyWithZone |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSPredicateEditorRowTemplate()
Method Detail |
---|
public abstract double matchForPredicate(NSPredicate predicate)
-(double)matchForPredicate:(NSPredicate*)
public abstract NSArray templateViews()
-(NSArray*)templateViews
public abstract void setPredicate(NSPredicate predicate)
-(void)setPredicate:(NSPredicate*)
public abstract NSPredicate predicateWithSubpredicates(NSArray subpredicates)
-(NSPredicate*)predicateWithSubpredicates:(NSArray*)
public abstract NSArray displayableSubpredicatesOfPredicate(NSPredicate predicate)
-(NSArray*)displayableSubpredicatesOfPredicate:(NSPredicate*)
public abstract NSPredicateEditorRowTemplate initWithCompoundTypes(NSArray compoundTypes)
-(id)initWithCompoundTypes:(NSArray*)
public static NSPredicateEditorRowTemplate createWithCompoundTypes(NSArray compoundTypes)
initWithCompoundTypes(org.rococoa.cocoa.foundation.NSArray)
public abstract NSArray leftExpressions()
-(NSArray*)leftExpressions
public abstract NSArray rightExpressions()
-(NSArray*)rightExpressions
public abstract NSObject rightExpressionAttributeType()
-(id)rightExpressionAttributeType
public abstract NSObject modifier()
-(id)modifier
public abstract NSArray operators()
-(NSArray*)operators
public abstract NSUInteger options()
-(NSUInteger)options
public abstract NSArray compoundTypes()
-(NSArray*)compoundTypes
public static NSArray templatesWithAttributeKeyPaths_inEntityDescription(NSArray keyPaths, Pointer entityDescription)
+(NSArray*)templatesWithAttributeKeyPaths:(NSArray*) inEntityDescription:(NSEntityDescription*)
public static NSPredicateEditorRowTemplate alloc()
public static NSPredicateEditorRowTemplate new_()
public static NSPredicateEditorRowTemplate._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |