
#import "Foundation/NSTimer.h"
#import "MenuCascadeView.h"

@interface BrowseCascadeView: MenuCascadeView 
{}

-(UIView*) directEntry:(int)rowId;

-(void) browseListToMenuItems:(NSMutableArray*)browseList withCollection:(NSString*)collection withGID:(NSString*)gid;

-(void) createChildMenu:(NSString*)collection withTitle:(NSString*)title withGID:(NSString*)gid 
           withBrowseList:(NSMutableArray*) browseList;

-(void) tableRowSelected:(NSNotification*)notification;

-(void) asynchronousLoad:(NSTimer*)timer;

-(void) navigationBar:(UINavigationBar*)navbar buttonClicked:(int)button;


@end
