aboutsummaryrefslogtreecommitdiffstats
path: root/TableContent.h
diff options
context:
space:
mode:
authoravenjamin <avenjamin@gmail.com>2008-12-05 16:22:43 +0000
committeravenjamin <avenjamin@gmail.com>2008-12-05 16:22:43 +0000
commitb0699390ce20fa73ddbb704b4532a10716ae9cab (patch)
treebca174d73fdb632a6ca84180198a535475482f03 /TableContent.h
parent4e7cc2be76b5a38dd6d1ef3512abf080f1b50e73 (diff)
downloadsequelpro-b0699390ce20fa73ddbb704b4532a10716ae9cab.tar.gz
sequelpro-b0699390ce20fa73ddbb704b4532a10716ae9cab.tar.bz2
sequelpro-b0699390ce20fa73ddbb704b4532a10716ae9cab.zip
TableDump
--- Field mapping when importing CSV file now makes more sense. You can import data into multiple columns in the table. Known Issue: changing table while field mapping doesn't work. Select the table first before importing TableContent --- Partially solves issue where label at bottom "x of y rows selected" wasn't being updated TablesList --- Moved table delegate methods under correct pragma mark
Diffstat (limited to 'TableContent.h')
-rw-r--r--TableContent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/TableContent.h b/TableContent.h
index 5302a174..64a57060 100644
--- a/TableContent.h
+++ b/TableContent.h
@@ -121,6 +121,8 @@ objectValueForTableColumn:(NSTableColumn *)aTableColumn
//tableView delegate methods
- (void)tableView:(NSTableView*)tableView didClickTableColumn:(NSTableColumn *)tableColumn;
- (BOOL)selectionShouldChangeInTableView:(NSTableView *)aTableView;
+- (void)tableViewSelectionDidChange:(NSNotification *)aNotification;
+- (void)tableViewSelectionIsChanging:(NSNotification *)aNotification;
- (void)tableViewColumnDidResize:(NSNotification *)aNotification;
- (BOOL)tableView:(NSTableView *)aTableView shouldEditTableColumn:(NSTableColumn *)aTableColumn row:(int)rowIndex;
- (BOOL)tableView:(NSTableView *)tableView writeRows:(NSArray*)rows toPasteboard:(NSPasteboard*)pboard;