org.rococoa.cocoa.foundation
Class NSAppleEventDescriptor

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSObject
      extended by org.rococoa.cocoa.foundation.NSAppleEventDescriptor
All Implemented Interfaces:
NSCopying, NSObject, ObjCObject

public abstract class NSAppleEventDescriptor
extends NSObject
implements ObjCObject, NSCopying

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 org.rococoa.cocoa.foundation.NSObject
as_NSObject_NSAccessibility, as_NSObject_NSAccessibilityAdditions, as_NSObject_NSApplicationScriptingDelegation, as_NSObject_NSArchiverCallback, as_NSObject_NSClassDescriptionPrimitives, as_NSObject_NSCoderMethods, as_NSObject_NSColorPanelResponderMethod, as_NSObject_NSComparisonMethods, as_NSObject_NSControlSubclassNotifications, as_NSObject_NSCopyLinkMoveHandler, as_NSObject_NSDelayedPerforming, as_NSObject_NSDeprecatedKeyValueCoding, as_NSObject_NSDeprecatedKeyValueObservingCustomization, as_NSObject_NSDeprecatedMethods, as_NSObject_NSDictionaryControllerKeyValuePair, as_NSObject_NSDistributedObjects, as_NSObject_NSDraggingDestination, as_NSObject_NSDraggingSource, as_NSObject_NSDraggingSourceDeprecated, as_NSObject_NSEditor, as_NSObject_NSEditorRegistration, as_NSObject_NSErrorRecoveryAttempting, as_NSObject_NSFileManagerFileOperationAdditions, as_NSObject_NSFontManagerDelegate, as_NSObject_NSFontManagerResponderMethod, as_NSObject_NSFontPanelValidationAdditions, as_NSObject_NSKeyValueBindingCreation, as_NSObject_NSKeyValueCoding, as_NSObject_NSKeyValueObserverNotification, as_NSObject_NSKeyValueObserverRegistration, as_NSObject_NSKeyValueObserving, as_NSObject_NSKeyValueObservingCustomization, as_NSObject_NSMenuValidation, as_NSObject_NSNibAwaking, as_NSObject_NSPasteboardOwner, as_NSObject_NSPlaceholders, as_NSObject_NSScriptClassDescription, as_NSObject_NSScripting, as_NSObject_NSScriptingComparisonMethods, as_NSObject_NSScriptKeyValueCoding, as_NSObject_NSScriptObjectSpecifiers, as_NSObject_NSThreadPerformAdditions, as_NSObject_NSURLClient, as_NSObject_NSURLConnectionDelegate, as_NSObject_NSURLDownloadDelegate, copy, create, dealloc, description, doesNotRecognizeSelector, finalize, forwardingTargetForSelector, forwardInvocation, init, isKindOfClass, isKindOfClass, methodForSelector, methodSignatureForSelector, mutableCopy, release, retain, retainCount
 
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

NSAppleEventDescriptor

public NSAppleEventDescriptor()
Method Detail

nullDescriptor

public static NSAppleEventDescriptor nullDescriptor()
Create an autoreleased NSAppleEventDescriptor whose AEDesc type is typeNull.
Original signature : +(NSAppleEventDescriptor*)nullDescriptor
native declaration : NSAppleEventDescriptor.h:21


descriptorWithBoolean

public static NSAppleEventDescriptor descriptorWithBoolean(boolean boolean_)
Original signature : +(NSAppleEventDescriptor*)descriptorWithBoolean:(Boolean)
native declaration : NSAppleEventDescriptor.h:31


descriptorWithInt32

public static NSAppleEventDescriptor descriptorWithInt32(int signedInt)
Original signature : +(NSAppleEventDescriptor*)descriptorWithInt32:(SInt32)
native declaration : NSAppleEventDescriptor.h:33


descriptorWithString

public static NSAppleEventDescriptor descriptorWithString(NSString string)
Original signature : +(NSAppleEventDescriptor*)descriptorWithString:(NSString*)
native declaration : NSAppleEventDescriptor.h:39


listDescriptor

public static NSAppleEventDescriptor listDescriptor()
Original signature : +(NSAppleEventDescriptor*)listDescriptor
native declaration : NSAppleEventDescriptor.h:44


recordDescriptor

public static NSAppleEventDescriptor recordDescriptor()
Original signature : +(NSAppleEventDescriptor*)recordDescriptor
native declaration : NSAppleEventDescriptor.h:45


initWithAEDescNoCopy

public abstract NSAppleEventDescriptor initWithAEDescNoCopy(AEDesc aeDesc)
Original signature : -(id)initWithAEDescNoCopy:(const AEDesc*)
native declaration : NSAppleEventDescriptor.h:49


createWithAEDescNoCopy

public static NSAppleEventDescriptor createWithAEDescNoCopy(AEDesc aeDesc)
Factory method

See Also:
initWithAEDescNoCopy(org.rococoa.cocoa.ae.AEDesc)

initListDescriptor

public abstract NSAppleEventDescriptor initListDescriptor()
Original signature : -(id)initListDescriptor
native declaration : NSAppleEventDescriptor.h:56


createListDescriptor

public static NSAppleEventDescriptor createListDescriptor()
Factory method

See Also:
initListDescriptor()

initRecordDescriptor

public abstract NSAppleEventDescriptor initRecordDescriptor()
Original signature : -(id)initRecordDescriptor
native declaration : NSAppleEventDescriptor.h:57


createRecordDescriptor

public static NSAppleEventDescriptor createRecordDescriptor()
Factory method

See Also:
initRecordDescriptor()

aeDesc

public abstract AEDesc aeDesc()
Original signature : -(const AEDesc*)aeDesc
native declaration : NSAppleEventDescriptor.h:61


descriptorType

public abstract NSObject descriptorType()
Get the four-character type code or the data from a fully-initialized descriptor.
Original signature : -(id)descriptorType
native declaration : NSAppleEventDescriptor.h:65


data

public abstract NSData data()
Original signature : -(NSData*)data
native declaration : NSAppleEventDescriptor.h:66


booleanValue

public abstract boolean booleanValue()
Original signature : -(Boolean)booleanValue
native declaration : NSAppleEventDescriptor.h:70


enumCodeValue

public abstract NSObject enumCodeValue()
Original signature : -(id)enumCodeValue
native declaration : NSAppleEventDescriptor.h:71


int32Value

public abstract int int32Value()
Original signature : -(SInt32)int32Value
native declaration : NSAppleEventDescriptor.h:72


typeCodeValue

public abstract NSObject typeCodeValue()
Original signature : -(id)typeCodeValue
native declaration : NSAppleEventDescriptor.h:73


stringValue

public abstract NSString stringValue()
Original signature : -(NSString*)stringValue
native declaration : NSAppleEventDescriptor.h:78


eventClass

public abstract NSObject eventClass()
Accessors for an event descriptor.
Original signature : -(id)eventClass
native declaration : NSAppleEventDescriptor.h:82


eventID

public abstract NSObject eventID()
Original signature : -(id)eventID
native declaration : NSAppleEventDescriptor.h:83


returnID

public abstract NSObject returnID()
Original signature : -(id)returnID
native declaration : NSAppleEventDescriptor.h:84


transactionID

public abstract NSObject transactionID()
Original signature : -(id)transactionID
native declaration : NSAppleEventDescriptor.h:85


numberOfItems

public abstract NSInteger numberOfItems()
Return the number of items inside a list or record descriptor.
Original signature : -(NSInteger)numberOfItems
native declaration : NSAppleEventDescriptor.h:97


insertDescriptor_atIndex

public abstract void insertDescriptor_atIndex(NSAppleEventDescriptor descriptor,
                                              NSInteger index)
Set, retrieve, or remove indexed descriptors inside a list or record descriptor.
Original signature : -(void)insertDescriptor:(NSAppleEventDescriptor*) atIndex:(NSInteger)
native declaration : NSAppleEventDescriptor.h:100


descriptorAtIndex

public abstract NSAppleEventDescriptor descriptorAtIndex(NSInteger index)
Original signature : -(NSAppleEventDescriptor*)descriptorAtIndex:(NSInteger)
native declaration : NSAppleEventDescriptor.h:101


removeDescriptorAtIndex

public abstract void removeDescriptorAtIndex(NSInteger index)
Original signature : -(void)removeDescriptorAtIndex:(NSInteger)
native declaration : NSAppleEventDescriptor.h:103


keywordForDescriptorAtIndex

public abstract NSObject keywordForDescriptorAtIndex(NSInteger index)
Return the keyword associated with an indexed descriptor inside a record descriptor.
Original signature : -(id)keywordForDescriptorAtIndex:(NSInteger)
native declaration : NSAppleEventDescriptor.h:114


alloc

public 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.
* Original signature : -(NSAppleEventDescriptor*)coerceToDescriptorType:()
* /
- (NSAppleEventDescriptor*)coerceToDescriptorType:(null)descriptorType; (Argument descriptorType cannot be converted)


new_

public static NSAppleEventDescriptor new_()

getNSClass

public static NSAppleEventDescriptor._class_ getNSClass()


Copyright © 2009. All Rights Reserved.