Uses of Class
com.jniwrapper.macosx.cocoa.nssplitview.NSSplitView

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

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

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSSplitView
 void NSObject.splitView_resizeSubviewsWithOldSize(NSSplitView sender, NSSize oldSize)
          This method represents the splitView() method of the NSObject Objective-C class.
 com.jniwrapper.SingleFloat NSObject.splitView_constrainMaxCoordinate_ofSubviewAt(NSSplitView sender, com.jniwrapper.SingleFloat proposedCoord, com.jniwrapper.Int offset)
          This method represents the splitView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.splitView_canCollapseSubview(NSSplitView sender, NSView subview)
          This method represents the splitView() method of the NSObject Objective-C class.
 com.jniwrapper.SingleFloat NSObject.splitView_constrainMinCoordinate_ofSubviewAt(NSSplitView sender, com.jniwrapper.SingleFloat proposedCoord, com.jniwrapper.Int offset)
          This method represents the splitView() method of the NSObject Objective-C class.
 com.jniwrapper.SingleFloat NSObject.splitView_constrainSplitPosition_ofSubviewAt(NSSplitView splitView, com.jniwrapper.SingleFloat proposedPosition, com.jniwrapper.Int index)
          This method represents the splitView() method of the NSObject Objective-C class.