Uses of Class
com.jniwrapper.macosx.cocoa.nsoutlineview.NSOutlineView

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

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

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSOutlineView
 Id NSObject.outlineView_child_ofItem(NSOutlineView outlineView, com.jniwrapper.Int index, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.outlineView_writeItems_toPasteboard(NSOutlineView olv, NSArray items, NSPasteboard pboard)
          This method represents the outlineView() method of the NSObject Objective-C class.
 NSDragOperation NSObject.outlineView_validateDrop_proposedItem_proposedChildIndex(NSOutlineView olv, Id info, Id item, com.jniwrapper.Int index)
          This method represents the outlineView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.outlineView_shouldSelectTableColumn(NSOutlineView outlineView, NSTableColumn tableColumn)
          This method represents the outlineView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.outlineView_acceptDrop_item_childIndex(NSOutlineView olv, Id info, Id item, com.jniwrapper.Int index)
          This method represents the outlineView() method of the NSObject Objective-C class.
 void NSObject.outlineView_willDisplayOutlineCell_forTableColumn_item(NSOutlineView outlineView, Id cell, NSTableColumn tableColumn, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 Id NSObject.outlineView_itemForPersistentObject(NSOutlineView outlineView, Id object)
          This method represents the outlineView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.selectionShouldChangeInOutlineView(NSOutlineView outlineView)
           
 com.jniwrapper.Bool NSObject.outlineView_shouldExpandItem(NSOutlineView outlineView, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 void NSObject.outlineView_willDisplayCell_forTableColumn_item(NSOutlineView outlineView, Id cell, NSTableColumn tableColumn, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 com.jniwrapper.Int NSObject.outlineView_numberOfChildrenOfItem(NSOutlineView outlineView, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 void NSObject.outlineView_mouseDownInHeaderOfTableColumn(NSOutlineView outlineView, NSTableColumn tableColumn)
          This method represents the outlineView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.outlineView_isItemExpandable(NSOutlineView outlineView, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 void NSObject.outlineView_didClickTableColumn(NSOutlineView outlineView, NSTableColumn tableColumn)
          This method represents the outlineView() method of the NSObject Objective-C class.
 void NSObject.outlineView_didDragTableColumn(NSOutlineView outlineView, NSTableColumn tableColumn)
          This method represents the outlineView() method of the NSObject Objective-C class.
 void NSObject.outlineView_setObjectValue_forTableColumn_byItem(NSOutlineView outlineView, Id object, NSTableColumn tableColumn, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.outlineView_shouldEditTableColumn_item(NSOutlineView outlineView, NSTableColumn tableColumn, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 Id NSObject.outlineView_objectValueForTableColumn_byItem(NSOutlineView outlineView, NSTableColumn tableColumn, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 void NSObject.outlineView_sortDescriptorsDidChange(NSOutlineView outlineView, NSArray oldDescriptors)
          This method represents the outlineView() method of the NSObject Objective-C class.
 Id NSObject.outlineView_persistentObjectForItem(NSOutlineView outlineView, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.outlineView_shouldSelectItem(NSOutlineView outlineView, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.outlineView_shouldCollapseItem(NSOutlineView outlineView, Id item)
          This method represents the outlineView() method of the NSObject Objective-C class.