home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextDeveloper / Demos / RenderManager.app / English.lproj / RenderManager.nib / data.classes next >
Text File  |  1993-01-07  |  838b  |  65 lines

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