home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Survival Kit / Chip_Special_Survival_Kit_fuer_PC_Anwender.iso / PaperOut / NEXTSTEP / PaperOut.app / BookShelf.nib / data.classes next >
Text File  |  1994-03-29  |  1KB  |  85 lines

  1. EBIcon = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     delegate;
  6.     textField;
  7.     image;
  8.     };
  9.     SUPERCLASS = TextIcon;
  10. };
  11. BookShelf = {
  12.     ACTIONS = {
  13.     nextItem:;
  14.     close:;
  15.     closeBook:;
  16.     showShelf:;
  17.     search:;
  18.     previousItem:;
  19.     setSearchType:;
  20.     };
  21.     OUTLETS = {
  22.     searchButton;
  23.     theWindow;
  24.     soundPlayer;
  25.     ebGraphView;
  26.     theBookView;
  27.     statusText;
  28.     ebMenu;
  29.     keywordBrowser;
  30.     delegate;
  31.     searchMenuList;
  32.     multiPanel;
  33.     ebTextView;
  34.     searchPopUpButton;
  35.     inputTextField;
  36.     horSplitView;
  37.     theBox;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. EBBitmapCell = {
  42.     ACTIONS = {
  43.     };
  44.     OUTLETS = {
  45.     };
  46.     SUPERCLASS = NXBrowserCell;
  47. };
  48. FirstResponder = {
  49.     ACTIONS = {
  50.     };
  51.     SUPERCLASS = Object;
  52. };
  53. BookView = {
  54.     ACTIONS = {
  55.     performDoubleClick:;
  56.     performSingleClick:;
  57.     };
  58.     OUTLETS = {
  59.     delegate;
  60.     iconList;
  61.     };
  62.     SUPERCLASS = View;
  63. };
  64. TextIcon = {
  65.     SUPERCLASS = View;
  66. };
  67. EBMenuCell = {
  68.     ACTIONS = {
  69.     };
  70.     OUTLETS = {
  71.     };
  72.     SUPERCLASS = EBBitmapCell;
  73. };
  74. EBMenu = {
  75.     ACTIONS = {
  76.     volumnSelected:;
  77.     };
  78.     OUTLETS = {
  79.     menuBrowser;
  80.     delegate;
  81.     fontDelegate;
  82.     };
  83.     SUPERCLASS = Object;
  84. };
  85.