[Previous]
[Up]
[Next]
NSComboBoxCell
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Gui/NSComboBoxCell.h
Inherits from: NSTextFieldCell
Conforms to: NSObject
- (void) addItemsWithObjectValues: (id)objects
- (void) addItemWithObjectValue: (id)anObject
- (NSString*) completedString: (NSString*)substring
- (BOOL) completes
- (id) dataSource
- (void) deselectItemAtIndex: (int)index
- (void) encodeWithCoder: (NSCoder*)encoder
- (BOOL) hasVerticalScroller
- (int) indexOfItemWithObjectValue: (id)anObject
- (int) indexOfSelectedItem
- (id) initWithCoder: (NSCoder*)decoder
- (void) insertItemWithObjectValue: (id)anObject
- (NSSize) intercellSpacing
- (float) itemHeight
- (id) itemObjectValueAtIndex: (int)index
- (void) noteNumberOfItemsChanged
- (int) numberOfItems
- (int) numberOfVisibleItems
- (id) objectValueOfSelectedItem
- (NSArray*) objectValues
- (void) reloadData
- (void) removeAllItems
- (void) removeItemAtIndex: (int)index
- (void) removeItemWithObjectValue: (id)anObject
- (void) scrollItemAtIndexToTop: (int)index
- (void) scrollItemAtIndexToVisible: (int)index
- (void) selectItemAtIndex: (int)index
- (void) selectItemWithObjectValue: (id)anObject
- (void) setCompletes: (BOOL)completes
- (void) setDataSource: (id)aSource
- (void) setHasVerticalScroller: (BOOL)flag
- (void) setIntercellSpacing: (NSSize)aSize
- (void) setItemHeight: (float)itemHeight
- (void) setNumberOfVisibleItems: (int)visibleItems
- (void) setUsesDataSource: (BOOL)flag
- (BOOL) usesDataSource