home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.0 (User) / OS_user_4.0.iso / NextAdmin / Configure.app / English.lproj / Configure.nib / data.classes next >
Text File  |  1994-10-03  |  859b  |  30 lines

  1. InfoController = {
  2.     ACTIONS = {"animate:" = "animate:"; }; 
  3.     OUTLETS = {boingAnimator = boingAnimator; controlButton = controlButton; }; 
  4.     SUPERCLASS = Object; 
  5. };
  6. ConfigureApp = {ACTIONS = {"installDriver:" = "installDriver:"; }; SUPERCLASS = Application; };
  7. Animator = {
  8.     ACTIONS = {"reset:" = "reset:"; "start:" = "start:"; "stop:" = "stop:"; }; 
  9.     OUTLETS = {delegate = delegate; }; 
  10.     SUPERCLASS = View; 
  11. };
  12. Configurator = {
  13.     ACTIONS = {
  14.     "categoryChosen:" = "categoryChosen:"; 
  15.     "createBootDisk:" = "createBootDisk:"; 
  16.     "editTable:" = "editTable:"; 
  17.     "save:" = "save:"; 
  18.     }; 
  19.     OUTLETS = {
  20.     alldevices = alldevices; 
  21.     buttons = buttons; 
  22.     infotext = infotext; 
  23.     summaryView = summaryView; 
  24.     typematrix = typematrix; 
  25.     window = window; 
  26.     }; 
  27.     SUPERCLASS = Object; 
  28. };
  29. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  30.