The R Project SVN R-packages

Rev

Rev 648 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 648 Rev 814
Line 47... Line 47...
47
 
47
 
48
- (NSString *)title;
48
- (NSString *)title;
49
- (void)setTitle:(NSString *)newTitle;
49
- (void)setTitle:(NSString *)newTitle;
50
 
50
 
51
 
51
 
52
- (BOOL)addPane:(AMPreferencePane *)newPane withIdentifier:(NSString *)identifier;
52
- (BOOL)addPane:(id<AMPrefPaneProtocol>)newPane withIdentifier:(NSString *)identifier;
53
 
53
 
54
- (void)addPluginFromPath:(NSString *)path;
54
- (void)addPluginFromPath:(NSString *)path;
55
 
55
 
56
- (void)addPluginsOfType:(NSString *)extension fromPath:(NSString *)path;
56
- (void)addPluginsOfType:(NSString *)extension fromPath:(NSString *)path;
57
// if you do not require a special type, pass nil for pluginType
57
// if you do not require a special type, pass nil for pluginType