home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextDeveloper / Demos / BugNeXT.app / Resources / English.lproj / submit.nib / data.classes next >
Encoding:
Text File  |  1996-05-31  |  2.2 KB  |  89 lines

  1. "Submit" = {
  2.     ACTIONS = {
  3.         "cursorToDesc:" = id; 
  4.         "describeHardware:" = id; 
  5.         "email:" = id; 
  6.         "fetchSites:" = id; 
  7.         "selectText:" = id; 
  8.         "setControlsToDefault:" = id; 
  9.         "splitView:" = id; 
  10.     }; 
  11.     OUTLETS = {
  12.         bottomBox = id; 
  13.         clearB = id; 
  14.         hardwareB = id; 
  15.         siteB = id; 
  16.         splitview = id; 
  17.         stateTF = id; 
  18.         submitB = id; 
  19.         trackB = id; 
  20.     }; 
  21.     SUPERCLASS = EntryEditor; 
  22. };
  23. "EmacsText" = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = NSCStringText; };
  24. "BugController" = {
  25.     ACTIONS = {
  26.         "clear:" = id; 
  27.         "setAddress:" = id; 
  28.         "setSeverity:" = id; 
  29.         "setSummary:" = id; 
  30.         "setTopic:" = id; 
  31.         "submit:" = id; 
  32.     }; 
  33.     OUTLETS = {
  34.         addressUI = id; 
  35.         clearUI = id; 
  36.         descriptionUI = id; 
  37.         docWindow = id; 
  38.         severityUI = id; 
  39.         submitUI = id; 
  40.         summaryUI = id; 
  41.         topicBrowser = id; 
  42.         topicDescriptionUI = id; 
  43.     }; 
  44.     SUPERCLASS = NSObject; 
  45. };
  46. "EntryEditor" = {
  47.     ACTIONS = {"checkIn:" = id; "createEntry:" = id; }; 
  48.     OUTLETS = {descriptionSV = id; topicsBrowser = id; }; 
  49.     SUPERCLASS = DocEditor; 
  50. };
  51. "DocEditor" = {
  52.     ACTIONS = {"recordControl:" = id; }; 
  53.     OUTLETS = {
  54.         cccStatusUI = id; 
  55.         cpuUI = id; 
  56.         dateSubUI = id; 
  57.         daysToFixUI = id; 
  58.         descriptionUI = id; 
  59.         diffsUI = id; 
  60.         editHistoryUI = id; 
  61.         fixedVersUI = id; 
  62.         howFoundUI = id; 
  63.         keyUI = id; 
  64.         ownerUI = id; 
  65.         priorityUI = id; 
  66.         progressUI = id; 
  67.         pubStatusUI = id; 
  68.         reportVersUI = id; 
  69.         severityUI = id; 
  70.         sitesUI = id; 
  71.         statusUI = id; 
  72.         submitterUI = id; 
  73.         supersededByUI = id; 
  74.         tagsUI = id; 
  75.         targetVersUI = id; 
  76.         timeEnteredUI = id; 
  77.         timeFixUI = id; 
  78.         timePriorUI = id; 
  79.         timesRepUI = id; 
  80.         titleUI = id; 
  81.         topicUI = id; 
  82.         trackersUI = id; 
  83.         verifyVersUI = id; 
  84.         window = id; 
  85.     }; 
  86.     SUPERCLASS = Object; 
  87. };
  88. "FirstResponder" = {ACTIONS = {"performResize:" = id; }; CATEGORY = LocalActions; OUTLETS = {}; };
  89.