Uses of Class
com.jniwrapper.macosx.cocoa.nsscreen.NSScreen

Packages that use NSScreen
com.jniwrapper.macosx.cocoa.nsmenuview   
com.jniwrapper.macosx.cocoa.nswindow   
 

Uses of NSScreen in com.jniwrapper.macosx.cocoa.nsmenuview
 

Methods in com.jniwrapper.macosx.cocoa.nsmenuview with parameters of type NSScreen
 void NSMenuView.setWindowFrameForAttachingToRect_onScreen_preferredEdge_popUpSelectedItem(NSRect screenRect, NSScreen screen, NSRectEdge edge, com.jniwrapper.Int selectedItemIndex)
          This method represents the setWindowFrameForAttachingToRect() method of the NSMenuView Objective-C class.
 

Uses of NSScreen in com.jniwrapper.macosx.cocoa.nswindow
 

Methods in com.jniwrapper.macosx.cocoa.nswindow with parameters of type NSScreen
 Id NSWindow.initWithContentRect_styleMask_backing_defer_screen(NSRect contentRect, com.jniwrapper.UInt aStyle, NSBackingStoreType bufferingType, boolean flag, NSScreen screen)
          This method represents the initWithContentRect() method of the NSWindow Objective-C class.
 NSRect NSWindow.constrainFrameRect_toScreen(NSRect frameRect, NSScreen screen)
          This method represents the constrainFrameRect() method of the NSWindow Objective-C class.