home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Demos / DDMViewer.app / Japanese.lproj / XPRViewer.nib / data.classes next >
Text File  |  1996-10-07  |  1KB  |  49 lines

  1. XPRViewer = {
  2.     ACTIONS = {
  3.     "appDidInit:" = "appDidInit:"; 
  4.     "openPanel:" = "openPanel:"; 
  5.     "registerMaskPanel:" = "registerMaskPanel:"; 
  6.     "windowWillClose:" = "windowWillClose:"; 
  7.     }; 
  8.     OUTLETS = {viewerWindow = viewerWindow; }; 
  9.     SUPERCLASS = Application; 
  10. };
  11. ScrollViewDm = {
  12.     ACTIONS = {"initScrollView:" = "initScrollView:"; }; 
  13.     OUTLETS = {scrollView = scrollView; }; 
  14.     SUPERCLASS = Object; 
  15. };
  16. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  17. MaskPanel = {
  18.     ACTIONS = {"init:" = "init:"; }; 
  19.     OUTLETS = {
  20.     ErrorAlert = ErrorAlert; 
  21.     theMatrix = theMatrix; 
  22.     theViewer = theViewer; 
  23.     theWindow = theWindow; 
  24.     }; 
  25.     SUPERCLASS = Object; 
  26. };
  27. XPRWindow = {
  28.     ACTIONS = {
  29.     "clearBuffer:" = "clearBuffer:"; 
  30.     "clearWindow:" = "clearWindow:"; 
  31.     "disable:" = "disable:"; 
  32.     "enable:" = "enable:"; 
  33.     "initWindow:" = "initWindow:"; 
  34.     "list:" = "list:"; 
  35.     "listAbort:" = "listAbort:"; 
  36.     "newDeviceName:" = "newDeviceName:"; 
  37.     "registerMaskPanel:" = "registerMaskPanel:"; 
  38.     "setEnableCpu:" = "setEnableCpu:"; 
  39.     "setRelative:" = "setRelative:"; 
  40.     }; 
  41.     OUTLETS = {
  42.     deviceName = deviceName; 
  43.     hostName = hostName; 
  44.     listButton = listButton; 
  45.     scrollView = scrollView; 
  46.     }; 
  47.     SUPERCLASS = Window; 
  48. };
  49.