5 CPInteger _implementedDataSourceMethods;
8 CPInteger _implementedDelegateMethods;
10 CPArray _tableColumns;
11 CPArray _tableColumnRanges;
12 CPInteger _dirtyTableColumnRangeIndex;
13 CPInteger _numberOfHiddenColumns;
22 Object _dataViewsForTableColumns;
23 Object _cachedDataViews;
25 Object _unavailable_custom_cibs;
28 BOOL _allowsColumnReordering;
29 BOOL _allowsColumnResizing;
30 BOOL _allowsColumnSelection;
31 BOOL _allowsMultipleSelection;
32 BOOL _allowsEmptySelection;
34 CPArray _sortDescriptors;
37 CGSize _intercellSpacing;
40 BOOL _usesAlternatingRowBackgroundColors;
41 CPArray _alternatingRowBackgroundColors;
43 unsigned _selectionHighlightStyle;
44 CPColor _unfocusedSelectionHighlightColor;
47 unsigned _gridStyleMask;
49 unsigned _numberOfRows;
52 CPArray _cachedRowHeights;
56 BOOL _autosaveTableColumns;
59 _CPCornerView _cornerView;
63 CPInteger _selectionAnchorRow;
64 CPInteger _lastSelectedRow;
66 CGPoint _startTrackingPoint;
67 CPDate _startTrackingTimestamp;
68 BOOL _trackingPointMovedOutOfClickSlop;
69 CGPoint _editingCellIndex;
70 CPInteger _editingRow;
71 CPInteger _editingColumn;
73 _CPTableDrawView _tableDrawView;
76 CPInteger _clickedRow;
77 CPInteger _clickedColumn;
78 unsigned _columnAutoResizingStyle;
80 int _lastTrackedRowIndex;
81 CGPoint _originalMouseDownPoint;
82 BOOL _verticalMotionCanDrag;
83 unsigned _destinationDragStyle;
84 BOOL _isSelectingSession;
86 BOOL _wasSelectionBroken;
88 _CPDropOperationDrawingView _dropOperationFeedbackView;
89 CPDragOperation _dragOperationDefaultMask;
90 int _retargetedDropRow;
91 CPDragOperation _retargetedDropOperation;
92 CPArray _draggingViews;
94 BOOL _disableAutomaticResizing
95 BOOL _lastColumnShouldSnap;
96 BOOL _implementsCustomDrawRow;
98 BOOL _contentBindingExplicitlySet;
100 SEL _viewForTableColumnRowSelector;
103 CPArray _differedColumnDataToRemove;