home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J / os42j.iso / NextDeveloper / Demos / RenderManager.app / Japanese.lproj / RenderManager.nib / data.classes next >
Text File  |  1996-10-07  |  1KB  |  52 lines

  1. Server = {SUPERCLASS = Object; };
  2. ConfigPanel = {
  3.     ACTIONS = {
  4.     "accessChanged:" = "accessChanged:"; 
  5.     "panelDone:" = "panelDone:"; 
  6.     "setPublishedDomain:" = "setPublishedDomain:"; 
  7.     }; 
  8.     OUTLETS = {
  9.     access = access; 
  10.     domaintext = domaintext; 
  11.     hostform = hostform; 
  12.     noteform = noteform; 
  13.     panel = panel; 
  14.     titletext = titletext; 
  15.     wherebutton = wherebutton; 
  16.     }; 
  17.     SUPERCLASS = Object; 
  18. };
  19. ServerList = {SUPERCLASS = List; };
  20. RenderManager = {
  21.     ACTIONS = {
  22.     "checkQueue:" = "checkQueue:"; 
  23.     "configureServer:" = "configureServer:"; 
  24.     "createNewServer:" = "createNewServer:"; 
  25.     "deleteServer:" = "deleteServer:"; 
  26.     "serverSelected:" = "serverSelected:"; 
  27.     }; 
  28.     OUTLETS = {
  29.     browser = browser; 
  30.     configbutton = configbutton; 
  31.     configpanel = configpanel; 
  32.     newbutton = newbutton; 
  33.     notetext = notetext; 
  34.     queue = queue; 
  35.     }; 
  36.     SUPERCLASS = Application; 
  37. };
  38. QueueCell = {SUPERCLASS = SelectionCell; };
  39. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  40. Queue = {
  41.     ACTIONS = {"delete:" = "delete:"; "showQueue:" = "showQueue:"; }; 
  42.     OUTLETS = {
  43.     deletebutton = deletebutton; 
  44.     list = list; 
  45.     note = note; 
  46.     panel = panel; 
  47.     servername = servername; 
  48.     status = status; 
  49.     }; 
  50.     SUPERCLASS = Object; 
  51. };
  52.