Uses of Class
com.jniwrapper.macosx.cocoa.nstabviewitem.NSTabViewItem

Packages that use NSTabViewItem
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nstabview   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSTabViewItem
 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.tabView_didSelectTabViewItem(NSTabView tabView, NSTabViewItem tabViewItem)
          This method represents the tabView() method of the NSObject Objective-C class.
 

Uses of NSTabViewItem in com.jniwrapper.macosx.cocoa.nstabview
 

Methods in com.jniwrapper.macosx.cocoa.nstabview with parameters of type NSTabViewItem
 com.jniwrapper.Int NSTabView.indexOfTabViewItem(NSTabViewItem tabViewItem)
           
 void NSTabView.insertTabViewItem_atIndex(NSTabViewItem tabViewItem, com.jniwrapper.Int index)
          This method represents the insertTabViewItem() method of the NSTabView Objective-C class.
 void NSTabView.removeTabViewItem(NSTabViewItem tabViewItem)
           
 void NSTabView.addTabViewItem(NSTabViewItem tabViewItem)
           
 void NSTabView.selectTabViewItem(NSTabViewItem tabViewItem)