Uses of Class
org.rococoa.cocoa.appkit.NSScreen

Packages that use NSScreen
org.rococoa.cocoa.appkit   
org.rococoa.cocoa.appkit.categories   
 

Uses of NSScreen in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit that return NSScreen
static NSScreen NSScreen.alloc()
           
abstract  NSScreen NSScreen._class_.alloc()
           
abstract  NSScreen NSWindow.deepestScreen()
          Original signature : -(NSScreen*)deepestScreen
native declaration : NSWindow.h:461
static NSScreen NSScreen.deepestScreen()
          Original signature : +(NSScreen*)deepestScreen
native declaration : NSScreen.h:28
abstract  NSScreen NSScreen._class_.deepestScreen()
          Original signature : +(NSScreen*)deepestScreen
native declaration : NSScreen.h:28
static NSScreen NSScreen.mainScreen()
          Screen with key window
Original signature : +(NSScreen*)mainScreen
native declaration : NSScreen.h:27
abstract  NSScreen NSScreen._class_.mainScreen()
          Screen with key window
Original signature : +(NSScreen*)mainScreen
native declaration : NSScreen.h:27
static NSScreen NSScreen.new_()
           
abstract  NSScreen NSScreen._class_.new_()
           
abstract  NSScreen NSWindow.screen()
          Original signature : -(NSScreen*)screen
native declaration : NSWindow.h:460
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSScreen
abstract  NSRect.ByValue NSWindow.constrainFrameRect_toScreen(NSRect.ByValue frameRect, NSScreen screen)
          Original signature : -(NSRect)constrainFrameRect:(NSRect) toScreen:(NSScreen*)
native declaration : NSWindow.h:294
 

Uses of NSScreen in org.rococoa.cocoa.appkit.categories
 

Methods in org.rococoa.cocoa.appkit.categories with parameters of type NSScreen
 NSDictionary NSDesktopImages.desktopImageOptionsForScreen(NSScreen screen)
          Returns the options dictionary for the desktop image for the given screen.
 NSURL NSDesktopImages.desktopImageURLForScreen(NSScreen screen)
          Returns the URL for the desktop image for the given screen.
 boolean NSDesktopImages.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.
 



Copyright © 2009. All Rights Reserved.