|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSDesktopImages
Desktop images
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 |
NSDesktopImages._static_
|
Method Summary | |
---|---|
NSDictionary |
desktopImageOptionsForScreen(NSScreen screen)
Returns the options dictionary for the desktop image for the given screen. |
NSURL |
desktopImageURLForScreen(NSScreen screen)
Returns the URL for the desktop image for the given screen. |
boolean |
setDesktopImageURL_forScreen_options_error(NSURL url,
NSScreen screen,
NSDictionary options,
PointerByReference error)
Sets the desktop image for the given screen to the image at the given URL. |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
boolean setDesktopImageURL_forScreen_options_error(NSURL url, NSScreen screen, NSDictionary options, PointerByReference error)
-(BOOL)setDesktopImageURL:(NSURL*) forScreen:(NSScreen*) options:(NSDictionary*) error:(NSError**)
NSURL desktopImageURLForScreen(NSScreen screen)
-(NSURL*)desktopImageURLForScreen:(NSScreen*)
NSDictionary desktopImageOptionsForScreen(NSScreen screen)
-(NSDictionary*)desktopImageOptionsForScreen:(NSScreen*)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |