home *** CD-ROM | disk | FTP | other *** search
/ Lighthouse Design Suite / LIGHTHOUSE.mdf / Parasheet_1.04 / Application / ParaSheet.app / English.lproj / SortPanel.nib / data.classes < prev    next >
Text File  |  1994-03-08  |  381b  |  30 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. SortPanel = {
  7.     ACTIONS = {
  8.     doDown:;
  9.     doCancel:;
  10.     doSort:;
  11.     doUp:;
  12.     doRowsColumns:;
  13.     };
  14.     OUTLETS = {
  15.     rowsColsMatrix;
  16.     textField;
  17.     scrollView;
  18.     caseCheckbox;
  19.     upButton;
  20.     downButton;
  21.     };
  22.     SUPERCLASS = Panel;
  23. };
  24. FullImpactApp = {
  25.     OUTLETS = {
  26.     SortPanel;
  27.     };
  28.     SUPERCLASS = Application;
  29. };
  30.