Uses of Class
com.jniwrapper.macosx.cocoa.nsscroller.NSScroller

Packages that use NSScroller
com.jniwrapper.macosx.cocoa.nsbrowser   
com.jniwrapper.macosx.cocoa.nsscrollview   
 

Uses of NSScroller in com.jniwrapper.macosx.cocoa.nsbrowser
 

Methods in com.jniwrapper.macosx.cocoa.nsbrowser with parameters of type NSScroller
 void NSBrowser.scrollViaScroller(NSScroller sender)
           
 

Uses of NSScroller in com.jniwrapper.macosx.cocoa.nsscrollview
 

Methods in com.jniwrapper.macosx.cocoa.nsscrollview with parameters of type NSScroller
 void NSScrollView.setVerticalScroller(NSScroller anObject)
           
 void NSScrollView.setHorizontalScroller(NSScroller anObject)