|
||||||||||
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.NSAppleEventDescriptor
public abstract class NSAppleEventDescriptor
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 |
NSAppleEventDescriptor._class_
|
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 | |
---|---|
NSAppleEventDescriptor()
|
Method Summary | |
---|---|
abstract AEDesc |
aeDesc()
Original signature : -(const AEDesc*)aeDesc native declaration : NSAppleEventDescriptor.h:61 |
static NSAppleEventDescriptor |
alloc()
native declaration : NSAppleEventDescriptor.h:117 Conversion Error : /** * Create and return a descriptor of the requested type, doing a coercion if that's appropriate and possible. |
abstract boolean |
booleanValue()
Original signature : -(Boolean)booleanValue native declaration : NSAppleEventDescriptor.h:70 |
static NSAppleEventDescriptor |
createListDescriptor()
Factory method |
static NSAppleEventDescriptor |
createRecordDescriptor()
Factory method |
static NSAppleEventDescriptor |
createWithAEDescNoCopy(AEDesc aeDesc)
Factory method |
abstract NSData |
data()
Original signature : -(NSData*)data native declaration : NSAppleEventDescriptor.h:66 |
abstract NSAppleEventDescriptor |
descriptorAtIndex(NSInteger index)
Original signature : -(NSAppleEventDescriptor*)descriptorAtIndex:(NSInteger) native declaration : NSAppleEventDescriptor.h:101 |
abstract NSObject |
descriptorType()
Get the four-character type code or the data from a fully-initialized descriptor. |
static NSAppleEventDescriptor |
descriptorWithBoolean(boolean boolean_)
Original signature : +(NSAppleEventDescriptor*)descriptorWithBoolean:(Boolean) native declaration : NSAppleEventDescriptor.h:31 |
static NSAppleEventDescriptor |
descriptorWithInt32(int signedInt)
Original signature : +(NSAppleEventDescriptor*)descriptorWithInt32:(SInt32) native declaration : NSAppleEventDescriptor.h:33 |
static NSAppleEventDescriptor |
descriptorWithString(NSString string)
Original signature : +(NSAppleEventDescriptor*)descriptorWithString:(NSString*) native declaration : NSAppleEventDescriptor.h:39 |
abstract NSObject |
enumCodeValue()
Original signature : -(id)enumCodeValue native declaration : NSAppleEventDescriptor.h:71 |
abstract NSObject |
eventClass()
Accessors for an event descriptor. |
abstract NSObject |
eventID()
Original signature : -(id)eventID native declaration : NSAppleEventDescriptor.h:83 |
static NSAppleEventDescriptor._class_ |
getNSClass()
|
abstract NSAppleEventDescriptor |
initListDescriptor()
Original signature : -(id)initListDescriptor native declaration : NSAppleEventDescriptor.h:56 |
abstract NSAppleEventDescriptor |
initRecordDescriptor()
Original signature : -(id)initRecordDescriptor native declaration : NSAppleEventDescriptor.h:57 |
abstract NSAppleEventDescriptor |
initWithAEDescNoCopy(AEDesc aeDesc)
Original signature : -(id)initWithAEDescNoCopy:(const AEDesc*) native declaration : NSAppleEventDescriptor.h:49 |
abstract void |
insertDescriptor_atIndex(NSAppleEventDescriptor descriptor,
NSInteger index)
Set, retrieve, or remove indexed descriptors inside a list or record descriptor. |
abstract int |
int32Value()
Original signature : -(SInt32)int32Value native declaration : NSAppleEventDescriptor.h:72 |
abstract NSObject |
keywordForDescriptorAtIndex(NSInteger index)
Return the keyword associated with an indexed descriptor inside a record descriptor. |
static NSAppleEventDescriptor |
listDescriptor()
Original signature : +(NSAppleEventDescriptor*)listDescriptor native declaration : NSAppleEventDescriptor.h:44 |
static NSAppleEventDescriptor |
new_()
|
static NSAppleEventDescriptor |
nullDescriptor()
Create an autoreleased NSAppleEventDescriptor whose AEDesc type is typeNull. |
abstract NSInteger |
numberOfItems()
Return the number of items inside a list or record descriptor. |
static NSAppleEventDescriptor |
recordDescriptor()
Original signature : +(NSAppleEventDescriptor*)recordDescriptor native declaration : NSAppleEventDescriptor.h:45 |
abstract void |
removeDescriptorAtIndex(NSInteger index)
Original signature : -(void)removeDescriptorAtIndex:(NSInteger) native declaration : NSAppleEventDescriptor.h:103 |
abstract NSObject |
returnID()
Original signature : -(id)returnID native declaration : NSAppleEventDescriptor.h:84 |
abstract NSString |
stringValue()
Original signature : -(NSString*)stringValue native declaration : NSAppleEventDescriptor.h:78 |
abstract NSObject |
transactionID()
Original signature : -(id)transactionID native declaration : NSAppleEventDescriptor.h:85 |
abstract NSObject |
typeCodeValue()
Original signature : -(id)typeCodeValue native declaration : NSAppleEventDescriptor.h:73 |
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.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 NSAppleEventDescriptor()
Method Detail |
---|
public static NSAppleEventDescriptor nullDescriptor()
+(NSAppleEventDescriptor*)nullDescriptor
public static NSAppleEventDescriptor descriptorWithBoolean(boolean boolean_)
+(NSAppleEventDescriptor*)descriptorWithBoolean:(Boolean)
public static NSAppleEventDescriptor descriptorWithInt32(int signedInt)
+(NSAppleEventDescriptor*)descriptorWithInt32:(SInt32)
public static NSAppleEventDescriptor descriptorWithString(NSString string)
+(NSAppleEventDescriptor*)descriptorWithString:(NSString*)
public static NSAppleEventDescriptor listDescriptor()
+(NSAppleEventDescriptor*)listDescriptor
public static NSAppleEventDescriptor recordDescriptor()
+(NSAppleEventDescriptor*)recordDescriptor
public abstract NSAppleEventDescriptor initWithAEDescNoCopy(AEDesc aeDesc)
-(id)initWithAEDescNoCopy:(const AEDesc*)
public static NSAppleEventDescriptor createWithAEDescNoCopy(AEDesc aeDesc)
initWithAEDescNoCopy(org.rococoa.cocoa.ae.AEDesc)
public abstract NSAppleEventDescriptor initListDescriptor()
-(id)initListDescriptor
public static NSAppleEventDescriptor createListDescriptor()
initListDescriptor()
public abstract NSAppleEventDescriptor initRecordDescriptor()
-(id)initRecordDescriptor
public static NSAppleEventDescriptor createRecordDescriptor()
initRecordDescriptor()
public abstract AEDesc aeDesc()
-(const AEDesc*)aeDesc
public abstract NSObject descriptorType()
-(id)descriptorType
public abstract NSData data()
-(NSData*)data
public abstract boolean booleanValue()
-(Boolean)booleanValue
public abstract NSObject enumCodeValue()
-(id)enumCodeValue
public abstract int int32Value()
-(SInt32)int32Value
public abstract NSObject typeCodeValue()
-(id)typeCodeValue
public abstract NSString stringValue()
-(NSString*)stringValue
public abstract NSObject eventClass()
-(id)eventClass
public abstract NSObject eventID()
-(id)eventID
public abstract NSObject returnID()
-(id)returnID
public abstract NSObject transactionID()
-(id)transactionID
public abstract NSInteger numberOfItems()
-(NSInteger)numberOfItems
public abstract void insertDescriptor_atIndex(NSAppleEventDescriptor descriptor, NSInteger index)
-(void)insertDescriptor:(NSAppleEventDescriptor*) atIndex:(NSInteger)
public abstract NSAppleEventDescriptor descriptorAtIndex(NSInteger index)
-(NSAppleEventDescriptor*)descriptorAtIndex:(NSInteger)
public abstract void removeDescriptorAtIndex(NSInteger index)
-(void)removeDescriptorAtIndex:(NSInteger)
public abstract NSObject keywordForDescriptorAtIndex(NSInteger index)
-(id)keywordForDescriptorAtIndex:(NSInteger)
public static NSAppleEventDescriptor alloc()
-(NSAppleEventDescriptor*)coerceToDescriptorType:()
public static NSAppleEventDescriptor new_()
public static NSAppleEventDescriptor._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |