Uses of Class
com.jniwrapper.macosx.cocoa.nsclipview.NSClipView

Packages that use NSClipView
com.jniwrapper.macosx.cocoa.nsscrollview   
com.jniwrapper.macosx.cocoa.nsview   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsscrollview with parameters of type NSClipView
 void NSScrollView.setContentView(NSClipView contentView)
           
 void NSScrollView.reflectScrolledClipView(NSClipView cView)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsview with parameters of type NSClipView
 void NSView.reflectScrolledClipView(NSClipView aClipView)
           
 void NSView.scrollClipView_toPoint(NSClipView aClipView, NSPoint aPoint)
          This method represents the scrollClipView() method of the NSView Objective-C class.