home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / Starter / Source / English.lproj / PrefPanel.nib / data.classes next >
Encoding:
Text File  |  1994-12-14  |  2.5 KB  |  91 lines

  1. KeyPanel = {
  2.     ACTIONS = {}; 
  3.     OUTLETS = {defaultButton = defaultButton; }; 
  4.     SUPERCLASS = Panel; 
  5. };
  6. PreferenceManager = {
  7.     ACTIONS = {"dataChanged:" = "dataChanged:"; "set:" = "set:"; }; 
  8.     OUTLETS = {
  9.         debugFileText = debugFileText; 
  10.     openEmptyMatrix = openEmptyMatrix; 
  11.     windowHeightText = windowHeightText; 
  12.     windowWidthText = windowWidthText; 
  13.     }; 
  14.     SUPERCLASS = MultipleScreenManager; 
  15. };
  16. MultipleScreenManager = {
  17.     ACTIONS = {
  18.         "changeBox:" = "changeBox:"; 
  19.     "revert:" = "revert:"; 
  20.     "windowDidUpdate:" = "windowDidUpdate:"; 
  21.     "windowWillClose:" = "windowWillClose:"; 
  22.     }; 
  23.     OUTLETS = {
  24.         mainPopup = mainPopup; 
  25.     noSelectionBox = noSelectionBox; 
  26.     panel = panel; 
  27.     revertButton = revertButton; 
  28.     setButton = setButton; 
  29.     }; 
  30.     SUPERCLASS = Object; 
  31. };
  32. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  33. Controller = {
  34.     ACTIONS = {
  35.         "appDidInit:" = "appDidInit:"; 
  36.     "appWillTerminate:" = "appWillTerminate:"; 
  37.     "backward:" = "backward:"; 
  38.     "closeSticky:" = "closeSticky:"; 
  39.     "flip:" = "flip:"; 
  40.     "forward:" = "forward:"; 
  41.     "getInfoPanel:" = "getInfoPanel:"; 
  42.     "getInspectorPanel:" = "getInspectorPanel:"; 
  43.     "getPrefsPanel:" = "getPrefsPanel:"; 
  44.     "hideAll:" = "hideAll:"; 
  45.     "invert:" = "invert:"; 
  46.     "openFile:" = "openFile:"; 
  47.     "openSticky:" = "openSticky:"; 
  48.     "refresh:" = "refresh:"; 
  49.     "revert:" = "revert:"; 
  50.     "save:" = "save:"; 
  51.     "saveAs:" = "saveAs:"; 
  52.     "saveTo:" = "saveTo:"; 
  53.     "showAll:" = "showAll:"; 
  54.     "upsideDown:" = "upsideDown:"; 
  55.     }; 
  56.     OUTLETS = {
  57.         accessoryView = accessoryView; 
  58.     compressionPopup = compressionPopup; 
  59.     currentDoc = currentDoc; 
  60.     documentMenu = documentMenu; 
  61.     editCopy = editCopy; 
  62.     editCut = editCut; 
  63.     editDelete = editDelete; 
  64.     editMenu = editMenu; 
  65.     editPaste = editPaste; 
  66.     editSelectAll = editSelectAll; 
  67.     infoPanel = infoPanel; 
  68.     inspectorManager = inspectorManager; 
  69.     newDoc = newDoc; 
  70.     notesCloseSticky = notesCloseSticky; 
  71.     notesHideAll = notesHideAll; 
  72.     notesMenu = notesMenu; 
  73.     notesOpenSticky = notesOpenSticky; 
  74.     notesShowAll = notesShowAll; 
  75.     pagesBackward = pagesBackward; 
  76.     pagesForward = pagesForward; 
  77.     pagesMenu = pagesMenu; 
  78.     prefManager = prefManager; 
  79.     saveParamsMatrix = saveParamsMatrix; 
  80.     toolsFlip = toolsFlip; 
  81.     toolsInspector = toolsInspector; 
  82.     toolsInvert = toolsInvert; 
  83.     toolsMenu = toolsMenu; 
  84.     toolsRefresh = toolsRefresh; 
  85.     toolsUpsideDown = toolsUpsideDown; 
  86.     windowsClose = windowsClose; 
  87.     windowsMiniaturize = windowsMiniaturize; 
  88.     }; 
  89.     SUPERCLASS = Object; 
  90. };
  91.