#import "../ui/tree.h"
#import "toolkit.h"
@interface UiTableDataSource : NSObject<NSTableViewDataSource, NSTableViewDelegate> {
UiList *data;
UiModelInfo *info;
UiListSelection *lastSelection;
}
- (id)initWithData:(UiList*)list modelInfo:(UiModelInfo*)modelinfo;
- (void)handleDoubleAction:(id)sender;
@end
char* ui_type_to_string(UiModelType type, void *data, BOOL *free);