#import <AIAlphabeticalSort.h>
Inheritance diagram for AIAlphabeticalSort:

Public Member Functions | |
| (void) | - didBecomeActiveFirstTime [implementation] |
| Did become active first time. | |
| (NSString *) | - identifier [implementation] |
| Non-localized identifier. | |
| (NSString *) | - displayName [implementation] |
| Localized display name. | |
| (NSSet *) | - statusKeysRequiringResort [implementation] |
| Status keys which, when changed, should trigger a resort. | |
| (NSSet *) | - attributeKeysRequiringResort [implementation] |
| Attribute keys which, when changed, should trigger a resort. | |
| (NSString *) | - configureSortWindowTitle [implementation] |
| Window title when configuring the sort. | |
| (NSString *) | - configureNibName [implementation] |
| Nib name for configuration. | |
| (void) | - viewDidLoad [implementation] |
| View did load. | |
| (IBAction) | - changePreference: [implementation] |
| Preference changed. | |
| (int) | - alphabeticalSort [implementation] |
| Alphabetical sort. | |
| (sortfunc) | - sortFunction [implementation] |
| Sort function. | |
Protected Attributes | |
| IBOutlet NSButton * | checkBox_sortGroups |
| IBOutlet NSButton * | checkBox_sortByLastName |
| - (int) alphabeticalSort | (id) | objectA | ||
| (id) | objectB | |||
| (BOOL) | groups | |||
[implementation] |
Alphabetical sort.
| - (NSSet *) attributeKeysRequiringResort | [implementation] |
| - (IBAction) changePreference: | (id) | sender | [implementation] |
Preference changed.
Sort controllers should live update as preferences change.
Reimplemented from AISortController.
| - (NSString *) configureNibName | [implementation] |
| - (NSString *) configureSortWindowTitle | [implementation] |
Window title when configuring the sort.
Subclasses should provide a title for configuring the sort only if configuration is possible.
Reimplemented from AISortController.
| - (void) didBecomeActiveFirstTime | [implementation] |
Did become active first time.
Called only once; gives the sort controller an opportunity to set defaults and load preferences lazily.
Reimplemented from AISortController.
| - (NSString *) displayName | [implementation] |
| - (NSString *) identifier | [implementation] |
| - (sortfunc) sortFunction | [implementation] |
| - (NSSet *) statusKeysRequiringResort | [implementation] |
| - (void) viewDidLoad | [implementation] |
- (IBOutlet NSButton*) checkBox_sortByLastName [protected] |
- (IBOutlet NSButton*) checkBox_sortGroups [protected] |
1.4.7