home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / Palettes / Clocks / Inspectors.subproj / English.lproj / AnalogClockInspector.nib / data.classes next >
Text File  |  1992-12-08  |  1KB  |  78 lines

  1. SoundWell = {
  2.     ACTIONS = {
  3.     play:;
  4.     };
  5.     OUTLETS = {
  6.     sound;
  7.     };
  8.     SUPERCLASS = Control;
  9. };
  10. AnalogClockInspector = {
  11.     ACTIONS = {
  12.     setClockFaceImage:;
  13.     setHourAndMinuteHandColor:;
  14.     setSecondHandColor:;
  15.     };
  16.     OUTLETS = {
  17.     hourAndMinuteHandcolor;
  18.     clockfaceimage;
  19.     secondHandcolor;
  20.     };
  21.     SUPERCLASS = ClockInspector;
  22. };
  23. FirstResponder = {
  24.     ACTIONS = {
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28. ImageWell = {
  29.     ACTIONS = {
  30.     };
  31.     OUTLETS = {
  32.     image;
  33.     };
  34.     SUPERCLASS = Control;
  35. };
  36. ClockInspector = {
  37.     ACTIONS = {
  38.     decrementMinute:;
  39.     setClockBackgroundColor:;
  40.     setClockBackgroundImage:;
  41.     alarmOptions:;
  42.     incrementMinute:;
  43.     decrementMonth:;
  44.     alarmMode:;
  45.     incrementMonth:;
  46.     clockOrAlarm:;
  47.     playAlarmSound:;
  48.     alarmSound:;
  49.     incrementYear:;
  50.     incrementDay:;
  51.     decrementDay:;
  52.     decrementYear:;
  53.     incrementSecond:;
  54.     decrementHour:;
  55.     setClockOptions:;
  56.     decrementSecond:;
  57.     imageOrColor:;
  58.     incrementHour:;
  59.     };
  60.     OUTLETS = {
  61.     colorOrImage;
  62.     inspectorView;
  63.     alarmMode;
  64.     clockOrAlarmButton;
  65.     backgroundColor;
  66.     inspectButton;
  67.     timeAndDateWindow;
  68.     displayWindow;
  69.     options;
  70.     alarmOptions;
  71.     alarmSound;
  72.     backgroundImage;
  73.     clock;
  74.     optionsWindow;
  75.     };
  76.     SUPERCLASS = IBInspector;
  77. };
  78.