The R Project SVN R-packages

Rev

Rev 1363 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1363 Rev 4361
Line 1... Line 1...
1
/*
1
/*
2
 *  R.app : a Cocoa front end to: "R A Computer Language for Statistical Data Analysis"
2
 *  R.app : a Cocoa front end to: "R A Computer Language for Statistical Data Analysis"
3
 *  
3
 *  
4
 *  R.app Copyright notes:
4
 *  R.app Copyright notes:
5
 *                     Copyright (C) 2004-5  The R Foundation
5
 *                     Copyright (C) 2004-7  The R Foundation
6
 *                     written by Stefano M. Iacus and Simon Urbanek
6
 *                     written by Stefano M. Iacus and Simon Urbanek
7
 *
7
 *
8
 *                  
8
 *                  
9
 *  R Copyright notes:
9
 *  R Copyright notes:
10
 *                     Copyright (C) 1995-1996   Robert Gentleman and Ross Ihaka
10
 *                     Copyright (C) 1995-1996   Robert Gentleman and Ross Ihaka
Line 31... Line 31...
31
 
31
 
32
 
32
 
33
@interface FileCompletion : NSObject {
33
@interface FileCompletion : NSObject {
34
    
34
    
35
}
35
}
36
+ (NSString*) complete: (NSString*) part;
-
 
-
 
36
 
37
+ (NSArray*) completeAll: (NSString*) part cutPrefix: (int) prefix;
37
+ (NSArray*) completeAll: (NSString*) part cutPrefix: (int) prefix;
38
 
38
 
39
@end
39
@end