|
||||||||||
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.NSMovie
public abstract class NSMovie
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 |
NSMovie._class_
|
static class |
NSMovie._movieFlags_struct
|
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.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSMovie()
|
Method Summary | |
---|---|
static NSMovie |
alloc()
|
static boolean |
canInitWithPasteboard(NSPasteboard pasteboard)
Original signature : +(BOOL)canInitWithPasteboard:(NSPasteboard*) native declaration : NSMovie.h:46 |
static NSMovie |
createWithMovie(Pointer movie)
Factory method |
static NSMovie |
createWithPasteboard(NSPasteboard pasteboard)
Factory method |
static NSMovie |
createWithURL_byReference(NSURL url,
boolean byRef)
Factory method |
static NSMovie._class_ |
getNSClass()
|
abstract NSMovie |
initWithMovie(Pointer movie)
Movie Original signature : -(id)initWithMovie:(void*) native declaration : NSMovie.h:37 |
abstract NSMovie |
initWithPasteboard(NSPasteboard pasteboard)
Original signature : -(id)initWithPasteboard:(NSPasteboard*) native declaration : NSMovie.h:39 |
abstract NSMovie |
initWithURL_byReference(NSURL url,
boolean byRef)
When archived, saves ref or contents Original signature : -(id)initWithURL:(NSURL*) byReference:(BOOL) native declaration : NSMovie.h:38 |
static NSArray |
movieUnfilteredFileTypes()
Original signature : +(NSArray*)movieUnfilteredFileTypes native declaration : NSMovie.h:44 |
static NSArray |
movieUnfilteredPasteboardTypes()
Original signature : +(NSArray*)movieUnfilteredPasteboardTypes native declaration : NSMovie.h:45 |
static NSMovie |
new_()
|
abstract Pointer |
QTMovie()
Original signature : -(void*)QTMovie native declaration : NSMovie.h:41 |
abstract NSURL |
URL()
Original signature : -(NSURL*)URL native declaration : NSMovie.h:42 |
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.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 NSMovie()
Method Detail |
---|
public abstract NSMovie initWithMovie(Pointer movie)
-(id)initWithMovie:(void*)
public static NSMovie createWithMovie(Pointer movie)
initWithMovie(com.sun.jna.Pointer)
public abstract NSMovie initWithURL_byReference(NSURL url, boolean byRef)
-(id)initWithURL:(NSURL*) byReference:(BOOL)
public static NSMovie createWithURL_byReference(NSURL url, boolean byRef)
initWithURL_byReference(org.rococoa.cocoa.foundation.NSURL, boolean)
public abstract NSMovie initWithPasteboard(NSPasteboard pasteboard)
-(id)initWithPasteboard:(NSPasteboard*)
public static NSMovie createWithPasteboard(NSPasteboard pasteboard)
initWithPasteboard(org.rococoa.cocoa.appkit.NSPasteboard)
public abstract Pointer QTMovie()
-(void*)QTMovie
public abstract NSURL URL()
-(NSURL*)URL
public static NSArray movieUnfilteredFileTypes()
+(NSArray*)movieUnfilteredFileTypes
public static NSArray movieUnfilteredPasteboardTypes()
+(NSArray*)movieUnfilteredPasteboardTypes
public static boolean canInitWithPasteboard(NSPasteboard pasteboard)
+(BOOL)canInitWithPasteboard:(NSPasteboard*)
public static NSMovie alloc()
public static NSMovie new_()
public static NSMovie._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |