home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Demos / DDMViewer.app / Japanese.lproj / MaskPanel.nib / data.classes next >
Text File  |  1996-10-07  |  613b  |  23 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. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  12. MaskPanel = {
  13.     ACTIONS = {"init:" = "init:"; }; 
  14.     OUTLETS = {
  15.     ErrorAlert = ErrorAlert; 
  16.     theMatrix = theMatrix; 
  17.     theViewer = theViewer; 
  18.     theWindow = theWindow; 
  19.     }; 
  20.     SUPERCLASS = Object; 
  21. };
  22. ErrorPanel = {ACTIONS = {"Proceed:" = "Proceed:"; }; SUPERCLASS = Panel; };
  23.