24 #import <Foundation/NSObject.h>
30 @class NSTableView, NSTableColumn;
40 id copyrightDescription;
50 - (void) addAuthor: (
id)sender;
51 - (void) changeCopyright: (
id)sender;
52 - (void) changeCopyrightDescription: (
id)sender;
53 - (void) changeIconFilename: (
id)sender;
54 - (void) changeMainNibFile: (
id)sender;
55 - (void) changePrincipalClass: (
id)sender;
56 - (void) moveAuthorUp: (
id)sender;
57 - (void) moveAuthorDown: (
id)sender;
58 - (void) removeAuthor: (
id)sender;
60 - (void) addExportedClass: sender;
61 - (void) removeExportedClass: sender;
65 - (int) numberOfRowsInTableView: (NSTableView *)aTableView;
66 - (id) tableView: (NSTableView *)aTableView
67 objectValueForTableColumn: (NSTableColumn *)aTableColumn
69 - (void) tableView: (NSTableView *)aTableView
70 setObjectValue: (
id)anObject
71 forTableColumn: (NSTableColumn *)aTableColumn
Definition: PaletteGeneralAttributes.h:33
Definition: PaletteProjectType.h:51