home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / Utilities / Desktop / Locus / Source / Inspector.nib / data.classes next >
Encoding:
Text File  |  1993-04-22  |  3.7 KB  |  226 lines

  1. SelectionInsPane = {
  2.     ACTIONS = {
  3.     changeSelectionAutoLaunch:;
  4.     changeSelectionGroupLaunch:;
  5.     showCurrent:;
  6.     };
  7.     OUTLETS = {
  8.     groupLaunchSwitch;
  9.     autoLaunchSwitch;
  10.     countField;
  11.     };
  12.     SUPERCLASS = InspectorPane;
  13. };
  14. Inspector = {
  15.     ACTIONS = {
  16.     showInspector:;
  17.     setGroupMode:;
  18.     setFolderMode:;
  19.     windowDidMove:;
  20.     selectGroupName:;
  21.     swapPaneFor:;
  22.     setItemMode:;
  23.     windowWillClose:;
  24.     };
  25.     OUTLETS = {
  26.     paneView;
  27.     target;
  28.     modeMenu;
  29.     modeCover;
  30.     panel;
  31.     itemPane;
  32.     noInspectorPane;
  33.     folderPane;
  34.     currentPane;
  35.     groupPane;
  36.     selectionPane;
  37.     };
  38.     SUPERCLASS = Object;
  39. };
  40. FirstResponder = {
  41.     ACTIONS = {
  42.     };
  43.     SUPERCLASS = Object;
  44. };
  45. Group = {
  46.     ACTIONS = {
  47.     cleanUp:;
  48.     selectItem:;
  49.     launchSelectedItems:;
  50.     copyItemToPboard:;
  51.     explicitSortItems:;
  52.     selectAll:;
  53.     removeSelectedItems:;
  54.     };
  55.     OUTLETS = {
  56.     };
  57.     SUPERCLASS = List;
  58. };
  59. InspectorPane = {
  60.     ACTIONS = {
  61.     showCurrent:;
  62.     };
  63.     OUTLETS = {
  64.     target;
  65.     };
  66.     SUPERCLASS = Panel;
  67. };
  68. ItemInsPane = {
  69.     ACTIONS = {
  70.     changeItemPath:;
  71.     changeRootedAt:;
  72.     changeUseSpecificApp:;
  73.     showCurrent:;
  74.     textDidChange:;
  75.     changeSpecificApp:;
  76.     swapPaneFor:;
  77.     changeCreateBrowser:;
  78.     changeHideIcon:;
  79.     changeItemAutoLaunch:;
  80.     changeItemGroupLaunch:;
  81.     textDidEnd:;
  82.     };
  83.     OUTLETS = {
  84.     appTypePane;
  85.     pathField;
  86.     specificAppField;
  87.     autoLaunchSwitch;
  88.     specificAppSwitch;
  89.     hideIconSwitch;
  90.     swapView;
  91.     folderTypePane;
  92.     fileTypePane;
  93.     groupLaunchSwitch;
  94.     createBrowserSwitch;
  95.     rootedAtField;
  96.     };
  97.     SUPERCLASS = InspectorPane;
  98. };
  99. GroupInsPane = {
  100.     ACTIONS = {
  101.     newAllowedType:;
  102.     changeGroupSort:;
  103.     dynamicItemSpecSelected:;
  104.     enableDynamicItemSpecs:;
  105.     disableDynamicItemSpecs:;
  106.     setShowActualImage:;
  107.     changeGroupName:;
  108.     changeDrawToLargeBrowse:;
  109.     setShowPath:;
  110.     setDynamicItemsMode:;
  111.     setFormatFileAndPath:;
  112.     setShowInfoLine:;
  113.     setFormatFileOnly:;
  114.     chooseGroupPath:;
  115.     removeAllowedTypes:;
  116.     setDisplayOptsMode:;
  117.     setAllowedTypesMode:;
  118.     changeDrawToSmallIcon:;
  119.     setFormatFullPath:;
  120.     loadDynamicItemSpecs:;
  121.     changeUseRestrictions:;
  122.     loadAllowedTypes:;
  123.     setDynamicUpdateInterval:;
  124.     setFormatNoPath:;
  125.     swapPaneFor:;
  126.     newDynamicItemSpec:;
  127.     removeDynamicItemSpecs:;
  128.     changeDrawToLargeIcon:;
  129.     changeDrawToSmallBrowser:;
  130.     showCurrent:;
  131.     textDidChange:;
  132.     changeGroupKey:;
  133.     setShowSmallIcon:;
  134.     setFormatRelative:;
  135.     setShowTriDots:;
  136.     selectNameField:;
  137.     changeGroupPath:;
  138.     textDidEnd:;
  139.     modifyDynamicItemSpec:;
  140.     allowedTypeSelected:;
  141.     };
  142.     OUTLETS = {
  143.     dynamicItemsPane;
  144.     allowedBrowser;
  145.     keyField;
  146.     pathField;
  147.     subModeMenu;
  148.     dynamicIntervalField;
  149.     allowedRemoveButton;
  150.     dispOptSmallIcons;
  151.     nameField;
  152.     allowedField;
  153.     displayOptsPane;
  154.     dispOptFormatMenu;
  155.     dispOptShowPath;
  156.     allowedRestrictSwitch;
  157.     dispOptTriDots;
  158.     drawModeCover;
  159.     dynamicBrowser;
  160.     dynamicRemoveButton;
  161.     dynamicDisableButton;
  162.     dynamicIntervalSlider;
  163.     sortSwitch;
  164.     dispOptShowInfo1;
  165.     dynamicEnableButton;
  166.     choosePathButton;
  167.     allowedAddButton;
  168.     dispOptActualImage;
  169.     dynamicField;
  170.     allowedTypesPane;
  171.     drawModeMenu;
  172.     subModeCover;
  173.     dispOptFormatCover;
  174.     dynamicAddButton;
  175.     swapView;
  176.     };
  177.     SUPERCLASS = InspectorPane;
  178. };
  179. Folder = {
  180.     ACTIONS = {
  181.     quitCurrentGroup:;
  182.     showSelf:;
  183.     groupBrowser:;
  184.     launchCurrentGroup:;
  185.     setDrawModeFromButton:;
  186.     setQuickView:;
  187.     hideCurrentGroup:;
  188.     deleteCurrentGroup:;
  189.     updateInspector:;
  190.     selectGroupFromMenu:;
  191.     cleanUpCurrentGroup:;
  192.     newGroup:;
  193.     setFullView:;
  194.     makeCurrentGroup:;
  195.     };
  196.     OUTLETS = {
  197.     viewer;
  198.     currentGroup;
  199.     };
  200.     SUPERCLASS = List;
  201. };
  202. SwapView = {
  203.     ACTIONS = {
  204.     swapIt:;
  205.     };
  206.     OUTLETS = {
  207.     delegate;
  208.     lastInspector;
  209.     currentInspector;
  210.     };
  211.     SUPERCLASS = View;
  212. };
  213. FolderInsPane = {
  214.     ACTIONS = {
  215.     groupSelected:;
  216.     inspectSelectedGroup:;
  217.     showCurrent:;
  218.     };
  219.     OUTLETS = {
  220.     countField;
  221.     inspectButton;
  222.     browser;
  223.     };
  224.     SUPERCLASS = InspectorPane;
  225. };
  226.