|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSImageDelegate
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 interface |
NSImageDelegate._static_
|
Method Summary | |
---|---|
void |
image_didLoadPartOfRepresentation_withValidRows(NSImage image,
NSImageRep rep,
int rows)
|
void |
image_didLoadRepresentation_withStatus(NSImage image,
NSImageRep rep,
int status)
Original signature : -(void)image:(NSImage*) didLoadRepresentation:(NSImageRep*) withStatus:(NSImageLoadStatus) |
void |
image_didLoadRepresentationHeader(NSImage image,
NSImageRep rep)
|
void |
image_willLoadRepresentation(NSImage image,
NSImageRep rep)
|
Method Detail |
---|
void image_willLoadRepresentation(NSImage image, NSImageRep rep)
void image_didLoadRepresentationHeader(NSImage image, NSImageRep rep)
void image_didLoadPartOfRepresentation_withValidRows(NSImage image, NSImageRep rep, int rows)
void image_didLoadRepresentation_withStatus(NSImage image, NSImageRep rep, int status)
-(void)image:(NSImage*) didLoadRepresentation:(NSImageRep*) withStatus:(NSImageLoadStatus)
status
- @see org.rococoa.cocoa.appkit.AppKitLibrary#NSImageLoadStatus
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |