- Inherits From:
- NSView
- Declared In:
- RTRowNavigator.h
- - initWithFrame:
- - initWithCoder:
- - editableDataSource
- - setEditableDataSource:
- - nextRow:
- - previousRow:
- - firstRow:
- - lastRow:
- - updateButtons:
- (RTEditableDataSource *)editableDataSource
Returns the data source used by this navigator
- (IBAction)firstRow:(id)sender
Tells the editable data source to move to the first row
- (id)initWithCoder:(NSCoder*)coder
Initializer used when unarchving from a nib.
- (id)initWithFrame:(NSRect)frame
Designated initializer
- (IBAction)lastRow:(id)sender
Tells the editable data source to move to the last row
- (IBAction)nextRow:(id)sender
Tells the editable data source to move to the next row
- (IBAction)previousRow:(id)sender
Tells the editable data source to move to the previous row
- (void)setEditableDataSource:(RTEditableDataSource *)source
Sets the data source used by this navigator.
- (void)updateButtons:(NSNotification*)note
No method description.