home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Librarian.app / French.lproj / IndexInspector.nib / data.classes next >
Text File  |  1993-09-02  |  2KB  |  141 lines

  1. WordsControl = {
  2.     ACTIONS = {
  3.     punctuation:;
  4.     caseSensitive:;
  5.     stem:;
  6.     foldPlurals:;
  7.     };
  8.     OUTLETS = {
  9.     stopWords;
  10.     caseSensitive;
  11.     stem;
  12.     foldPlurals;
  13.     punctuation;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. Icon = {
  18.     SUPERCLASS = View;
  19. };
  20. IndexInspector = {
  21.     ACTIONS = {
  22.     words:;
  23.     files:;
  24.     weights:;
  25.     readers:;
  26.     searching:;
  27.     control:;
  28.     services:;
  29.     };
  30.     OUTLETS = {
  31.     inspectorView;
  32.     wordsControl;
  33.     searchControl;
  34.     nothingPanel;
  35.     targetPath;
  36.     controlPanel;
  37.     filesControl;
  38.     targetTitle;
  39.     servicesControl;
  40.     weightingControl;
  41.     readersPanel;
  42.     weightingPanel;
  43.     target;
  44.     readersControl;
  45.     filesPanel;
  46.     icon;
  47.     window;
  48.     servicesPanel;
  49.     popup;
  50.     searchingPanel;
  51.     wordsPanel;
  52.     indexControl;
  53.     };
  54.     SUPERCLASS = Object;
  55. };
  56. IndexControl = {
  57.     ACTIONS = {
  58.     createIndex:;
  59.     takePeriodicFrom:;
  60.     takeIntervalFrom:;
  61.     takeWhileSearchingFrom:;
  62.     deleteIndex:;
  63.     stop:;
  64.     takeMinutesHoursFrom:;
  65.     updateIndex:;
  66.     };
  67.     OUTLETS = {
  68.     filename;
  69.     updatingIndex;
  70.     interval;
  71.     createButton;
  72.     size;
  73.     deleteButton;
  74.     updateButton;
  75.     date;
  76.     fileIcon;
  77.     owner;
  78.     periodic;
  79.     minutesHours;
  80.     };
  81.     SUPERCLASS = Object;
  82. };
  83. FirstResponder = {
  84.     ACTIONS = {
  85.     };
  86.     SUPERCLASS = Object;
  87. };
  88. ServicesControl = {
  89.     ACTIONS = {
  90.     fileIn:;
  91.     searchIn:;
  92.     };
  93.     OUTLETS = {
  94.     searchIn;
  95.     fileIn;
  96.     };
  97.     SUPERCLASS = Object;
  98. };
  99. SearchControl = {
  100.     ACTIONS = {
  101.     takeSortOptionFrom:;
  102.     };
  103.     OUTLETS = {
  104.     sortOption;
  105.     };
  106.     SUPERCLASS = Object;
  107. };
  108. ReadersControl = {
  109.     ACTIONS = {
  110.     browserClick:;
  111.     };
  112.     OUTLETS = {
  113.     browser;
  114.     };
  115.     SUPERCLASS = Object;
  116. };
  117. MySubclass = {
  118.     SUPERCLASS = Object;
  119. };
  120. FilesControl = {
  121.     ACTIONS = {
  122.     typesNames:;
  123.     };
  124.     OUTLETS = {
  125.     browser;
  126.     typesNames;
  127.     };
  128.     SUPERCLASS = Object;
  129. };
  130. WeightingControl = {
  131.     ACTIONS = {
  132.     takeWeightingTypeFrom:;
  133.     takePercentPassedFrom:;
  134.     };
  135.     OUTLETS = {
  136.     percentPassed;
  137.     weightingType;
  138.     };
  139.     SUPERCLASS = Object;
  140. };
  141.