Re: NSOutlineView in Java
Re: NSOutlineView in Java
- Subject: Re: NSOutlineView in Java
- From: Enrico Stamigna <email@hidden>
- Date: Tue, 19 Jun 2001 17:10:13 +0200
Martedl, giugno 19, 2001, alle 04:17 , Sandeep Parikh
<email@hidden> ha scritto:
yet when I run my app, the following error appears in the Project
Builder's window:
Must implement outlineView:numberOfChildrenOfItem:,
outlineView:isItemExpandable:, outlineView:child:ofItem: and
outlineView:objectValueForTableColumn:byItem:
anyone know what to do from here?
I think there is an error in this method name:
> public Object outliveViewChildOfItem(NSOutlineView outlineView, int
index, Object item) {}
You wrote: outliveViewChildOfItem
instead of: outlineViewChildOfItem
Enrico Stamigna