|
||||||||||
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.foundation.NSScriptObjectSpecifier
org.rococoa.cocoa.foundation.NSWhoseSpecifier
public abstract class NSWhoseSpecifier
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 |
NSWhoseSpecifier._class_
|
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.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSWhoseSpecifier()
|
Method Summary | |
---|---|
static NSWhoseSpecifier |
alloc()
|
static NSWhoseSpecifier |
createWithContainerClassDescription_containerSpecifier_key_test(NSScriptClassDescription classDesc,
NSScriptObjectSpecifier container,
NSString property,
NSScriptWhoseTest test)
Factory method |
abstract int |
endSubelementIdentifier()
Original signature : -(NSWhoseSubelementIdentifier)endSubelementIdentifier native declaration : NSScriptObjectSpecifiers.h:327 |
abstract NSInteger |
endSubelementIndex()
Original signature : -(NSInteger)endSubelementIndex native declaration : NSScriptObjectSpecifiers.h:330 |
static NSWhoseSpecifier._class_ |
getNSClass()
|
abstract NSWhoseSpecifier |
initWithContainerClassDescription_containerSpecifier_key_test(NSScriptClassDescription classDesc,
NSScriptObjectSpecifier container,
NSString property,
NSScriptWhoseTest test)
Original signature : -(id)initWithContainerClassDescription:(NSScriptClassDescription*) containerSpecifier:(NSScriptObjectSpecifier*) key:(NSString*) test:(NSScriptWhoseTest*) native declaration : NSScriptObjectSpecifiers.h:314 |
static NSWhoseSpecifier |
new_()
|
abstract void |
setEndSubelementIdentifier(int subelement)
Original signature : -(void)setEndSubelementIdentifier:(NSWhoseSubelementIdentifier) native declaration : NSScriptObjectSpecifiers.h:328 |
abstract void |
setEndSubelementIndex(NSInteger index)
Original signature : -(void)setEndSubelementIndex:(NSInteger) native declaration : NSScriptObjectSpecifiers.h:331 |
abstract void |
setStartSubelementIdentifier(int subelement)
Original signature : -(void)setStartSubelementIdentifier:(NSWhoseSubelementIdentifier) native declaration : NSScriptObjectSpecifiers.h:321 |
abstract void |
setStartSubelementIndex(NSInteger index)
Original signature : -(void)setStartSubelementIndex:(NSInteger) native declaration : NSScriptObjectSpecifiers.h:324 |
abstract void |
setTest(NSScriptWhoseTest test)
Original signature : -(void)setTest:(NSScriptWhoseTest*) native declaration : NSScriptObjectSpecifiers.h:317 |
abstract int |
startSubelementIdentifier()
Original signature : -(NSWhoseSubelementIdentifier)startSubelementIdentifier native declaration : NSScriptObjectSpecifiers.h:320 |
abstract NSInteger |
startSubelementIndex()
Original signature : -(NSInteger)startSubelementIndex native declaration : NSScriptObjectSpecifiers.h:323 |
abstract NSScriptWhoseTest |
test()
Original signature : -(NSScriptWhoseTest*)test native declaration : NSScriptObjectSpecifiers.h:316 |
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.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 NSWhoseSpecifier()
Method Detail |
---|
public abstract NSWhoseSpecifier initWithContainerClassDescription_containerSpecifier_key_test(NSScriptClassDescription classDesc, NSScriptObjectSpecifier container, NSString property, NSScriptWhoseTest test)
-(id)initWithContainerClassDescription:(NSScriptClassDescription*) containerSpecifier:(NSScriptObjectSpecifier*) key:(NSString*) test:(NSScriptWhoseTest*)
public static NSWhoseSpecifier createWithContainerClassDescription_containerSpecifier_key_test(NSScriptClassDescription classDesc, NSScriptObjectSpecifier container, NSString property, NSScriptWhoseTest test)
initWithContainerClassDescription_containerSpecifier_key_test(org.rococoa.cocoa.foundation.NSScriptClassDescription, org.rococoa.cocoa.foundation.NSScriptObjectSpecifier, org.rococoa.cocoa.foundation.NSString, org.rococoa.cocoa.foundation.NSScriptWhoseTest)
public abstract NSScriptWhoseTest test()
-(NSScriptWhoseTest*)test
public abstract void setTest(NSScriptWhoseTest test)
-(void)setTest:(NSScriptWhoseTest*)
public abstract int startSubelementIdentifier()
-(NSWhoseSubelementIdentifier)startSubelementIdentifier
public abstract void setStartSubelementIdentifier(int subelement)
-(void)setStartSubelementIdentifier:(NSWhoseSubelementIdentifier)
subelement
- @see org.rococoa.cocoa.foundation.FoundationLibrary#NSWhoseSubelementIdentifierpublic abstract NSInteger startSubelementIndex()
-(NSInteger)startSubelementIndex
public abstract void setStartSubelementIndex(NSInteger index)
-(void)setStartSubelementIndex:(NSInteger)
public abstract int endSubelementIdentifier()
-(NSWhoseSubelementIdentifier)endSubelementIdentifier
public abstract void setEndSubelementIdentifier(int subelement)
-(void)setEndSubelementIdentifier:(NSWhoseSubelementIdentifier)
subelement
- @see org.rococoa.cocoa.foundation.FoundationLibrary#NSWhoseSubelementIdentifierpublic abstract NSInteger endSubelementIndex()
-(NSInteger)endSubelementIndex
public abstract void setEndSubelementIndex(NSInteger index)
-(void)setEndSubelementIndex:(NSInteger)
public static NSWhoseSpecifier alloc()
public static NSWhoseSpecifier new_()
public static NSWhoseSpecifier._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |