home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / zkuste / macos / Files / Safari.dmg / Safari.app / Contents / Resources / PageLoadTest.nib / classes.nib next >
Encoding:
Text File  |  2003-02-07  |  1.7 KB  |  45 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = ButtonWithMenu; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
  4.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  5.         {
  6.             ACTIONS = {
  7.                 changeRepetitions = id; 
  8.                 changeTestMode = id; 
  9.                 comboBoxAction = id; 
  10.                 goToNextPage = id; 
  11.                 goToPreviousPage = id; 
  12.                 loadTestSuite = id; 
  13.                 refresh = id; 
  14.                 setCacheClearDirective = id; 
  15.                 startStopTest = id; 
  16.                 toggleCheckForWorldLeaks = id; 
  17.                 toggleHideWindowDuringTest = id; 
  18.                 toggleRunSampleTool = id; 
  19.             }; 
  20.             CLASS = PageLoadTestController; 
  21.             LANGUAGE = ObjC; 
  22.             OUTLETS = {
  23.                 averageLabel = NSTextField; 
  24.                 cacheDirectivePopupButton = NSPopUpButton; 
  25.                 cacheStatusLabel = NSTextField; 
  26.                 checkForWorldLeaksButton = NSButton; 
  27.                 goToNextButton = NSButton; 
  28.                 goToPreviousButton = NSButton; 
  29.                 hideWindowDuringTestButton = NSButton; 
  30.                 memoryUseLabel = NSTextField; 
  31.                 pageLoadTableView = NSTableView; 
  32.                 repetitionMessage = NSTextField; 
  33.                 repetitionsPopUpButton = NSPopUpButton; 
  34.                 rmsLabel = NSTextField; 
  35.                 runSampleToolButton = NSButton; 
  36.                 startStopButton = NSButton; 
  37.                 statusLabel = NSTextField; 
  38.                 testModePopupButton = NSPopUpButton; 
  39.                 testSuiteComboBox = NSComboBox; 
  40.             }; 
  41.             SUPERCLASS = NSWindowController; 
  42.         }
  43.     ); 
  44.     IBVersion = 1; 
  45. }