home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Preferences.app / Password.preferences / Italian.lproj / Password.nib / data.classes next >
Text File  |  1994-10-28  |  2KB  |  58 lines

  1. PasswordChanger = {
  2.     ACTIONS = {
  3.     "acceptNewPassword:" = "(id)(id)"; 
  4.     "cancel:" = "(id)(id)"; 
  5.     "changePassword:" = "(id)(id)"; 
  6.     "verifyNewPassword:" = "(id)(id)"; 
  7.     "verifyOldPassword:" = "(id)(id)"; 
  8.     }; 
  9.     OUTLETS = {
  10.     cancelButton = cancelButton; 
  11.     informationText = informationText; 
  12.     lockButton = lockButton; 
  13.     okButton = okButton; 
  14.     passwordField = passwordField; 
  15.     window = window; 
  16.     }; 
  17.     SUPERCLASS = Layout; 
  18. };
  19. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  20. passwordOwner = {
  21.     ACTIONS = {"cancelPassword:" = "cancelPassword:"; "newPassword:" = "newPassword:"; }; 
  22.     OUTLETS = {
  23.     background = background; 
  24.     cancelButton = cancelButton; 
  25.     okButton = okButton; 
  26.     passwordForm = passwordForm; 
  27.     passwordMessage = passwordMessage; 
  28.     passwordStrings = passwordStrings; 
  29.     window = window; 
  30.     }; 
  31.     SUPERCLASS = Object; 
  32. };
  33. Layout = {
  34.     ACTIONS = {
  35.     "didHide:" = "(id)(id)"; 
  36.     "didSelect:" = "(id)(id)"; 
  37.     "didUnhide:" = "(id)(id)"; 
  38.     "didUnselect:" = "(id)(id)"; 
  39.     "willSelect:" = "(id)(id)"; 
  40.     "willUnselect:" = "(id)(id)"; 
  41.     }; 
  42.     OUTLETS = {view = view; }; 
  43.     SUPERCLASS = Object; 
  44. };
  45. Clock = {
  46.     ACTIONS = {
  47.     "decreaseDay:" = "decreaseDay:"; 
  48.     "decreaseHour:" = "decreaseHour:"; 
  49.     "decreaseMinute:" = "decreaseMinute:"; 
  50.     "decreaseSecond:" = "decreaseSecond:"; 
  51.     "increaseDay:" = "increaseDay:"; 
  52.     "increaseHour:" = "increaseHour:"; 
  53.     "increaseMinute:" = "increaseMinute:"; 
  54.     "increaseSecond:" = "increaseSecond:"; 
  55.     }; 
  56.     SUPERCLASS = View; 
  57. };
  58.