|
39 | 39 | @class SPSplitView; |
40 | 40 | @class SPCharsetCollationHelper; |
41 | 41 | @class SPCustomQuery; |
42 | | -@class SPTableImport; |
| 42 | +@class SPDataImport; |
43 | 43 | @class SPTableData; |
44 | 44 | @class SPTableInfo; |
45 | 45 | @class SPTableTriggers; |
|
53 | 53 | IBOutlet SPDatabaseData *databaseDataInstance; |
54 | 54 | IBOutlet SPHistoryController *spHistoryControllerInstance; |
55 | 55 | IBOutlet SPCustomQuery *customQueryInstance; |
56 | | - IBOutlet SPTableImport *tableDumpInstance; |
| 56 | + IBOutlet SPDataImport *tableDumpInstance; |
57 | 57 | IBOutlet SPTableData *tableDataInstance; |
58 | 58 | IBOutlet SPExtendedTableInfo *extendedTableInfoInstance; |
59 | 59 | IBOutlet SPTableInfo *tableInfoInstance; |
60 | 60 | IBOutlet SPTableTriggers *tableTriggersInstance; |
61 | 61 |
|
62 | | - IBOutlet id copyTableSheet; |
| 62 | + IBOutlet NSWindow *copyTableSheet; |
63 | 63 | IBOutlet SPTableView *tablesListView; |
64 | | - IBOutlet id copyTableButton; |
65 | | - IBOutlet id copyTableNameField; |
66 | | - IBOutlet id copyTableMessageField; |
| 64 | + IBOutlet NSButton *copyTableButton; |
| 65 | + IBOutlet NSTextField *copyTableNameField; |
| 66 | + IBOutlet NSTextField *copyTableMessageField; |
67 | 67 | IBOutlet NSButton *copyTableContentSwitch; |
68 | | - IBOutlet id tableSheet; |
69 | | - IBOutlet id tableNameField; |
70 | | - IBOutlet id tableEncodingButton; |
71 | | - IBOutlet id tableCollationButton; |
72 | | - IBOutlet id tableTypeButton; |
73 | | - IBOutlet id toolbarAddButton; |
74 | | - |
75 | | - IBOutlet id toolbarActionsButton; |
76 | | - IBOutlet id toolbarReloadButton; |
77 | | - IBOutlet id addTableButton; |
78 | | - IBOutlet id truncateTableButton; |
| 68 | + IBOutlet NSWindow *tableSheet; |
| 69 | + IBOutlet NSTextField *tableNameField; |
| 70 | + IBOutlet NSPopUpButton *tableEncodingButton; |
| 71 | + IBOutlet NSPopUpButton *tableCollationButton; |
| 72 | + IBOutlet NSPopUpButton *tableTypeButton; |
| 73 | + IBOutlet NSButton *toolbarAddButton; |
| 74 | + |
| 75 | + IBOutlet NSPopUpButton *toolbarActionsButton; |
| 76 | + IBOutlet NSButton *toolbarReloadButton; |
| 77 | + IBOutlet NSButton *addTableButton; |
| 78 | + IBOutlet NSMenuItem *truncateTableButton; |
79 | 79 | IBOutlet SPSplitView *tableListSplitView; |
80 | 80 | IBOutlet SPSplitView *tableListFilterSplitView; |
81 | 81 |
|
|
0 commit comments