Uses of Class
com.jniwrapper.macosx.cocoa.nsview.NSBorderType

Packages that use NSBorderType
com.jniwrapper.macosx.cocoa.nsbox   
com.jniwrapper.macosx.cocoa.nsscrollview   
 

Uses of NSBorderType in com.jniwrapper.macosx.cocoa.nsbox
 

Methods in com.jniwrapper.macosx.cocoa.nsbox that return NSBorderType
 NSBorderType NSBox.borderType()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsbox with parameters of type NSBorderType
 void NSBox.setBorderType(NSBorderType aType)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsscrollview that return NSBorderType
 NSBorderType NSScrollView.borderType()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsscrollview with parameters of type NSBorderType
static NSSize NSScrollView.static_contentSizeForFrameSize_hasHorizontalScroller_hasVerticalScroller_borderType(NSSize fSize, boolean hFlag, boolean vFlag, NSBorderType aType)
          This method represents the contentSizeForFrameSize() method of the NSScrollView Objective-C class.
static NSSize NSScrollView.static_frameSizeForContentSize_hasHorizontalScroller_hasVerticalScroller_borderType(NSSize cSize, boolean hFlag, boolean vFlag, NSBorderType aType)
          This method represents the frameSizeForContentSize() method of the NSScrollView Objective-C class.
 void NSScrollView.setBorderType(NSBorderType aType)