Uses of Class
com.jniwrapper.macosx.cocoa.nsgeometry.NSRectEdge

Packages that use NSRectEdge
com.jniwrapper.macosx.cocoa.nsdrawer   
com.jniwrapper.macosx.cocoa.nsmenuview   
com.jniwrapper.macosx.cocoa.nspopupbutton   
com.jniwrapper.macosx.cocoa.nspopupbuttoncell   
 

Uses of NSRectEdge in com.jniwrapper.macosx.cocoa.nsdrawer
 

Methods in com.jniwrapper.macosx.cocoa.nsdrawer that return NSRectEdge
 NSRectEdge NSDrawer.edge()
           
 NSRectEdge NSDrawer.preferredEdge()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsdrawer with parameters of type NSRectEdge
 void NSDrawer.setPreferredEdge(NSRectEdge edge)
           
 Id NSDrawer.initWithContentSize_preferredEdge(NSSize contentSize, NSRectEdge edge)
          This method represents the initWithContentSize() method of the NSDrawer Objective-C class.
 void NSDrawer.openOnEdge(NSRectEdge edge)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsmenuview with parameters of type NSRectEdge
 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 NSRectEdge in com.jniwrapper.macosx.cocoa.nspopupbutton
 

Methods in com.jniwrapper.macosx.cocoa.nspopupbutton that return NSRectEdge
 NSRectEdge NSPopUpButton.preferredEdge()
           
 

Methods in com.jniwrapper.macosx.cocoa.nspopupbutton with parameters of type NSRectEdge
 void NSPopUpButton.setPreferredEdge(NSRectEdge edge)
           
 

Uses of NSRectEdge in com.jniwrapper.macosx.cocoa.nspopupbuttoncell
 

Methods in com.jniwrapper.macosx.cocoa.nspopupbuttoncell that return NSRectEdge
 NSRectEdge NSPopUpButtonCell.preferredEdge()
           
 

Methods in com.jniwrapper.macosx.cocoa.nspopupbuttoncell with parameters of type NSRectEdge
 void NSPopUpButtonCell.setPreferredEdge(NSRectEdge edge)