Uses of Class
com.jniwrapper.macosx.cocoa.nsdrawer.NSDrawer

Packages that use NSDrawer
com.jniwrapper.macosx.cocoa.nsobject   
 

Uses of NSDrawer in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSDrawer
 com.jniwrapper.Bool NSObject.drawerShouldOpen(NSDrawer sender)
           
 NSSize NSObject.drawerWillResizeContents_toSize(NSDrawer sender, NSSize contentSize)
          This method represents the drawerWillResizeContents() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.drawerShouldClose(NSDrawer sender)