Public Member Functions | |
(void) | - collapseItem: [implementation] |
(id) | - dataSource [implementation] |
(id) | - delegate [implementation] |
(void) | - expandItem: [implementation] |
(void) | - expandItem:expandChildren: [implementation] |
(CGRect) | - frameOfDataViewAtColumn:row: [implementation] |
(CGRect) | - frameOfOutlineDataViewAtColumn:row: [implementation] |
(BOOL) | - indentationMarkerFollowsDataView [implementation] |
(float) | - indentationPerLevel [implementation] |
(id) | - initWithFrame: [implementation] |
(BOOL) | - isExpandable: [implementation] |
(void) | - isItemExpanded: [implementation] |
(id) | - itemAtRow: [implementation] |
(CPInteger) | - levelForItem: [implementation] |
(CPInteger) | - levelForRow: [implementation] |
(CPTableColumn) | - outlineTableColumn [implementation] |
(id) | - parentForItem: [implementation] |
(void) | - reloadData [implementation] |
(void) | - reloadItem: [implementation] |
(void) | - reloadItem:reloadChildren: [implementation] |
(CPInteger) | - rowForItem: [implementation] |
(void) | - selectRowIndexes:byExtendingSelection: [implementation] |
(void) | - setDataSource: [implementation] |
(void) | - setDelegate: [implementation] |
(void) | - setDisclosureControlPrototype: [implementation] |
(void) | - setDropItem:dropChildIndex: [implementation] |
(void) | - setIndentationMarkerFollowsDataView: [implementation] |
(void) | - setIndentationPerLevel: [implementation] |
(void) | - setOutlineTableColumn: [implementation] |
Definition at line 62 of file CPOutlineView.j.
- (void) collapseItem: | (id) | anItem | [implementation] |
Definition at line 238 of file CPOutlineView.j.
- (id) dataSource | [implementation] |
Definition at line 177 of file CPOutlineView.j.
- (id) delegate | [implementation] |
Definition at line 505 of file CPOutlineView.j.
- (void) expandItem: | (id) | anItem | [implementation] |
Definition at line 208 of file CPOutlineView.j.
- (void) expandItem: | (id) | anItem | ||
expandChildren: | (BOOL) | shouldExpandChildren | ||
[implementation] |
Definition at line 213 of file CPOutlineView.j.
- (CGRect) frameOfDataViewAtColumn: | (CPInteger) | aColumn | ||
row: | (CPInteger) | aRow | ||
[implementation] |
Definition at line 525 of file CPOutlineView.j.
- (CGRect) frameOfOutlineDataViewAtColumn: | (CPInteger) | aColumn | ||
row: | (CPInteger) | aRow | ||
[implementation] |
Definition at line 374 of file CPOutlineView.j.
- (BOOL) indentationMarkerFollowsDataView | [implementation] |
Definition at line 350 of file CPOutlineView.j.
- (float) indentationPerLevel | [implementation] |
Definition at line 334 of file CPOutlineView.j.
- (id) initWithFrame: | (CGRect) | aFrame | [implementation] |
Definition at line 90 of file CPOutlineView.j.
- (BOOL) isExpandable: | (id) | anItem | [implementation] |
Definition at line 182 of file CPOutlineView.j.
- (void) isItemExpanded: | (id) | anItem | [implementation] |
Definition at line 195 of file CPOutlineView.j.
- (id) itemAtRow: | (CPInteger) | aRow | [implementation] |
Definition at line 271 of file CPOutlineView.j.
- (CPInteger) levelForItem: | (id) | anItem | [implementation] |
Definition at line 305 of file CPOutlineView.j.
- (CPInteger) levelForRow: | (CPInteger) | aRow | [implementation] |
Definition at line 318 of file CPOutlineView.j.
- (CPTableColumn) outlineTableColumn | [implementation] |
Definition at line 300 of file CPOutlineView.j.
- (id) parentForItem: | (id) | anItem | [implementation] |
Definition at line 355 of file CPOutlineView.j.
- (void) reloadData | [implementation] |
Definition at line 520 of file CPOutlineView.j.
- (void) reloadItem: | (id) | anItem | [implementation] |
Definition at line 256 of file CPOutlineView.j.
- (void) reloadItem: | (id) | anItem | ||
reloadChildren: | (BOOL) | shouldReloadChildren | ||
[implementation] |
Definition at line 261 of file CPOutlineView.j.
- (CPInteger) rowForItem: | (id) | anItem | [implementation] |
Definition at line 276 of file CPOutlineView.j.
- (void) selectRowIndexes: | (CPIndexSet) | rows | ||
byExtendingSelection: | (BOOL) | shouldExtendSelection | ||
[implementation] |
Definition at line 385 of file CPOutlineView.j.
- (void) setDataSource: | (id) | aDataSource | [implementation] |
Definition at line 124 of file CPOutlineView.j.
- (void) setDelegate: | (id) | aDelegate | [implementation] |
Definition at line 424 of file CPOutlineView.j.
- (void) setDisclosureControlPrototype: | (CPControl) | aControl | [implementation] |
Definition at line 510 of file CPOutlineView.j.
- (void) setDropItem: | (id) | theItem | ||
dropChildIndex: | (int) | theIndex | ||
[implementation] |
Definition at line 535 of file CPOutlineView.j.
- (void) setIndentationMarkerFollowsDataView: | (BOOL) | indentationMarkerShouldFollowDataView | [implementation] |
Definition at line 339 of file CPOutlineView.j.
- (void) setIndentationPerLevel: | (float) | anIndentationWidth | [implementation] |
Definition at line 323 of file CPOutlineView.j.
- (void) setOutlineTableColumn: | (CPTableColumn) | aTableColumn | [implementation] |
Definition at line 289 of file CPOutlineView.j.