1 | { |
---|
2 | IBClasses = ( |
---|
3 | {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, |
---|
4 | {CLASS = NJRDateFormatter; LANGUAGE = ObjC; SUPERCLASS = NSDateFormatter; }, |
---|
5 | { |
---|
6 | ACTIONS = {select = id; }; |
---|
7 | CLASS = NJRFSObjectSelector; |
---|
8 | LANGUAGE = ObjC; |
---|
9 | SUPERCLASS = NSButton; |
---|
10 | }, |
---|
11 | { |
---|
12 | ACTIONS = {clearAllEntries = id; removeEntry = id; }; |
---|
13 | CLASS = NJRHistoryTrackingComboBox; |
---|
14 | LANGUAGE = ObjC; |
---|
15 | SUPERCLASS = NSComboBox; |
---|
16 | }, |
---|
17 | {CLASS = NJRIntegerFilter; LANGUAGE = ObjC; SUPERCLASS = NSNumberFormatter; }, |
---|
18 | { |
---|
19 | ACTIONS = {stopSoundPreview = id; }; |
---|
20 | CLASS = NJRQTMediaPopUpButton; |
---|
21 | LANGUAGE = ObjC; |
---|
22 | OUTLETS = {preview = NSMovieView; }; |
---|
23 | SUPERCLASS = NSPopUpButton; |
---|
24 | }, |
---|
25 | { |
---|
26 | ACTIONS = {stopVoicePreview = id; }; |
---|
27 | CLASS = NJRVoicePopUpButton; |
---|
28 | LANGUAGE = ObjC; |
---|
29 | SUPERCLASS = NSPopUpButton; |
---|
30 | }, |
---|
31 | {CLASS = NSObject; LANGUAGE = ObjC; }, |
---|
32 | { |
---|
33 | ACTIONS = { |
---|
34 | dateCompleted = id; |
---|
35 | doScriptChanged = id; |
---|
36 | doSpeakChanged = id; |
---|
37 | inAtChanged = id; |
---|
38 | playSoundChanged = id; |
---|
39 | setAlarm = id; |
---|
40 | silence = id; |
---|
41 | update = id; |
---|
42 | }; |
---|
43 | CLASS = PSAlarmSetController; |
---|
44 | LANGUAGE = ObjC; |
---|
45 | OUTLETS = { |
---|
46 | bounceDockIcon = NSButton; |
---|
47 | displayMessage = NSButtonCell; |
---|
48 | doScript = NSButtonCell; |
---|
49 | doSpeak = NSButtonCell; |
---|
50 | inAtMatrix = NSMatrix; |
---|
51 | messageField = NSTextField; |
---|
52 | playSound = NSButtonCell; |
---|
53 | script = NJRFSObjectSelector; |
---|
54 | scriptSelectButton = NSButton; |
---|
55 | setButton = NSButton; |
---|
56 | sound = NJRSoundPopUpButton; |
---|
57 | soundRepetitionStepper = NSStepper; |
---|
58 | soundRepetitions = NSTextField; |
---|
59 | soundRepetitionsLabel = NSTextField; |
---|
60 | timeDate = NSTextField; |
---|
61 | timeDateCompletions = NSPopUpButton; |
---|
62 | timeInterval = NSTextField; |
---|
63 | timeIntervalRepeats = NSButton; |
---|
64 | timeIntervalUnits = NSPopUpButton; |
---|
65 | timeOfDay = NSTextField; |
---|
66 | timeSummary = NSTextField; |
---|
67 | voice = NJRVoicePopUpButton; |
---|
68 | }; |
---|
69 | SUPERCLASS = NSWindowController; |
---|
70 | }, |
---|
71 | { |
---|
72 | CLASS = PSAlarmsController; |
---|
73 | LANGUAGE = ObjC; |
---|
74 | OUTLETS = {tableView = NSTableView; }; |
---|
75 | SUPERCLASS = NSWindowController; |
---|
76 | }, |
---|
77 | { |
---|
78 | ACTIONS = {orderFrontAlarmsPanel = id; orderFrontSetAlarmPanel = id; stopAlerts = id; }; |
---|
79 | CLASS = PSApplication; |
---|
80 | LANGUAGE = ObjC; |
---|
81 | OUTLETS = {alarmSetController = PSAlarmSetController; }; |
---|
82 | SUPERCLASS = NSApplication; |
---|
83 | } |
---|
84 | ); |
---|
85 | IBVersion = 1; |
---|
86 | } |
---|