Uses of Class
com.jniwrapper.macosx.cocoa.nsgraphics.NSBackingStoreType

Packages that use NSBackingStoreType
com.jniwrapper.macosx.cocoa.nswindow   
 

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

Methods in com.jniwrapper.macosx.cocoa.nswindow that return NSBackingStoreType
 NSBackingStoreType NSWindow.backingType()
           
 

Methods in com.jniwrapper.macosx.cocoa.nswindow with parameters of type NSBackingStoreType
 void NSWindow.setBackingType(NSBackingStoreType bufferingType)
           
 Id NSWindow.initWithContentRect_styleMask_backing_defer(NSRect contentRect, com.jniwrapper.UInt aStyle, NSBackingStoreType bufferingType, boolean flag)
          This method represents the initWithContentRect() method of the NSWindow Objective-C class.
 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.