Uses of Class
com.jniwrapper.macosx.cocoa.nstabview.NSTabView

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

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

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSTabView
 void NSObject.tabView_willSelectTabViewItem(NSTabView tabView, NSTabViewItem tabViewItem)
          This method represents the tabView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.tabView_shouldSelectTabViewItem(NSTabView tabView, NSTabViewItem tabViewItem)
          This method represents the tabView() method of the NSObject Objective-C class.
 void NSObject.tabViewDidChangeNumberOfTabViewItems(NSTabView TabView)
           
 void NSObject.tabView_didSelectTabViewItem(NSTabView tabView, NSTabViewItem tabViewItem)
          This method represents the tabView() method of the NSObject Objective-C class.