5 CPInteger _implementedDataSourceMethods;
8 CPInteger _implementedDelegateMethods;
12 CPInteger _dirtyTableColumnRangeIndex;
13 CPInteger _numberOfHiddenColumns;
22 Object _dataViewsForTableColumns;
23 Object _cachedDataViews;
26 BOOL _allowsColumnReordering;
27 BOOL _allowsColumnResizing;
28 BOOL _allowsColumnSelection;
29 BOOL _allowsMultipleSelection;
30 BOOL _allowsEmptySelection;
35 CGSize _intercellSpacing;
38 BOOL _usesAlternatingRowBackgroundColors;
39 CPArray _alternatingRowBackgroundColors;
41 unsigned _selectionHighlightStyle;
43 unsigned _gridStyleMask;
45 unsigned _numberOfRows;
52 BOOL _autosaveTableColumns;
55 _CPCornerView _cornerView;
59 CPInteger _selectionAnchorRow;
60 CPInteger _lastSelectedRow;
62 CGPoint _startTrackingPoint;
63 CPDate _startTrackingTimestamp;
64 BOOL _trackingPointMovedOutOfClickSlop;
65 CGPoint _editingCellIndex;
67 _CPTableDrawView _tableDrawView;
70 CPInteger _clickedRow;
71 CPInteger _clickedColumn;
72 unsigned _columnAutoResizingStyle;
74 int _lastTrackedRowIndex;
75 CGPoint _originalMouseDownPoint;
76 BOOL _verticalMotionCanDrag;
77 unsigned _destinationDragStyle;
78 BOOL _isSelectingSession;
80 BOOL _wasSelectionBroken;
82 _CPDropOperationDrawingView _dropOperationFeedbackView;
83 CPDragOperation _dragOperationDefaultMask;
84 int _retargetedDropRow;
85 CPDragOperation _retargetedDropOperation;
87 BOOL _disableAutomaticResizing
88 BOOL _lastColumnShouldSnap;
89 BOOL _implementsCustomDrawRow;
90 BOOL _contentBindingExpicitelySet;
93 CPArray _differedColumnDataToRemove;