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

Packages that use NSWindowOrderingMode
com.jniwrapper.macosx.cocoa.nsview   
com.jniwrapper.macosx.cocoa.nswindow   
 

Uses of NSWindowOrderingMode in com.jniwrapper.macosx.cocoa.nsview
 

Methods in com.jniwrapper.macosx.cocoa.nsview with parameters of type NSWindowOrderingMode
 void NSView.addSubview_positioned_relativeTo(NSView aView, NSWindowOrderingMode place, NSView otherView)
          This method represents the addSubview() method of the NSView Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nswindow with parameters of type NSWindowOrderingMode
 void NSWindow.orderWindow_relativeTo(NSWindowOrderingMode place, com.jniwrapper.Int otherWin)
          This method represents the orderWindow() method of the NSWindow Objective-C class.
 void NSWindow.addChildWindow_ordered(NSWindow childWin, NSWindowOrderingMode place)
          This method represents the addChildWindow() method of the NSWindow Objective-C class.