home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextApps / Librarian.app / German.lproj / IndexInspector.nib / data.classes next >
Text File  |  1992-07-01  |  2KB  |  140 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.     own$    periodic;
  78.     minutesHours;
  79.     };
  80.     SUPERCLASS = Object;
  81. };
  82. FirstResponder = {
  83.     ACTIONS = {
  84.     };
  85.     SUPERCLASS = Object;
  86. };
  87. ServicesControl = {
  88.     ACTIONS = {
  89.     fileIn:;
  90.     searchIn:;
  91.     };
  92.     OUTLETS = {
  93.     searchIn;
  94.     fileIn;
  95.     };
  96.     SUPERCLASS = Object;
  97. };
  98. SearchControl = {
  99.     ACTIONS = {
  100.     takeSortOptionFrom:;
  101.     };
  102.     OUTLETS = {
  103.     sortOption;
  104.     };
  105.     SUPERCLASS = Object;
  106. };
  107. ReadersControl = {
  108.     ACTIONS = {
  109.     browserClick:;
  110.     };
  111.     OUTLETS = {
  112.     browser;
  113.     };
  114.     SUPERCLASS = Object;
  115. };
  116. MySubclass = {
  117.     SUPERCLASS = Object;
  118. };
  119. FilesControl = {
  120.     ACTIONS = {
  121.     typesNames:;
  122.     };
  123.     OUTLETS = {
  124.     browser;
  125.     typesNames;
  126.     };
  127.     SUPERCLASS = Object;
  128. };
  129. WeightingControl = {
  130.     ACTIONS = {
  131.     takeWeightingTypeFrom:;
  132.     takePercentPassedFrom:;
  133.     };
  134.     OUTLETS = {
  135.     percentPassed;
  136.     weightingType;
  137.     };
  138.     SUPERCLASS = Object;
  139. };
  140.