home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / NextApps / Preferences.app / Swedish.lproj / Preferences.nib / data.classes next >
Text File  |  1994-09-25  |  1KB  |  47 lines

  1. SystemLayoutManager = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = LayoutManager; };
  2. PreferencesApp = {
  3.     ACTIONS = {}; 
  4.     OUTLETS = {
  5.     editCopy = editCopy; 
  6.     editCut = editCut; 
  7.     editMenu = editMenu; 
  8.     editPaste = editPaste; 
  9.     editSelect = editSelect; 
  10.     iconClock = iconClock; 
  11.     infoManager = infoManager; 
  12.     prefStrings = prefStrings; 
  13.     preferencesStrings = preferencesStrings; 
  14.     systemLayoutManager = systemLayoutManager; 
  15.     userLayoutManager = userLayoutManager; 
  16.     }; 
  17.     SUPERCLASS = Application; 
  18. };
  19. InfoManager = {
  20.     ACTIONS = {"showInfoPanel:" = "showInfoPanel:"; }; 
  21.     OUTLETS = {
  22.     infoBox = infoBox; 
  23.     infoButton = infoButton; 
  24.     infoPanel = infoPanel; 
  25.     versionField = versionField; 
  26.     }; 
  27.     SUPERCLASS = Object; 
  28. };
  29. IconClock = {SUPERCLASS = Object; };
  30. LayoutManager = {
  31.     ACTIONS = {
  32.     "displayLayoutManager:" = "displayLayoutManager:"; 
  33.     "selectLayoutCell:" = "selectLayoutCell:"; 
  34.     }; 
  35.     OUTLETS = {
  36.     bundleList = bundleList; 
  37.     currentLayoutObject = currentLayoutObject; 
  38.     currentLayoutView = currentLayoutView; 
  39.     layoutCellMatrix = layoutCellMatrix; 
  40.     layoutCellScrollView = layoutCellScrollView; 
  41.     layoutWindow = layoutWindow; 
  42.     }; 
  43.     SUPERCLASS = Object; 
  44. };
  45. UserLayoutManager = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = LayoutManager; };
  46. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  47.