home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Viewers / ACRViewer.1.3 / developer / OperatorExample / Threshold / threshold.nib / data.classes next >
Encoding:
Text File  |  1995-05-02  |  344 b   |  12 lines

  1. ImageOperator = {
  2.     ACTIONS = {"apply:" = "apply:"; }; 
  3.     OUTLETS = {mainPanel = mainPanel; operatorController = operatorController; }; 
  4.     SUPERCLASS = Object; 
  5. };
  6. ThreshOperator = {
  7.     ACTIONS = {}; 
  8.     OUTLETS = {threshForm = threshForm; }; 
  9.     SUPERCLASS = ImageOperator; 
  10. };
  11. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  12.