home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / ArchiveUtils / JumpBack / Source / English.lproj / PrefPanel.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  841 b   |  54 lines

  1. PreferencesPanelNotify = {
  2.     ACTIONS = {
  3.     preferencesChanged:;
  4.     };
  5.     OUTLETS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. PreferencesPanel = {
  10.     ACTIONS = {
  11.     changeFindWritablePrefer:;
  12.     changePathPrefer:;
  13.     savePatternFile:;
  14.     changeMethodPrefer:;
  15.     loadPatternFile:;
  16.     };
  17.     OUTLETS = {
  18.     exceptPatText;
  19.     pathPreference;
  20.     methodPreference;
  21.     findWritable;
  22.     };
  23.     SUPERCLASS = Panel;
  24. };
  25. FirstResponder = {
  26.     ACTIONS = {
  27.     };
  28.     SUPERCLASS = Object;
  29. };
  30. JumpBackControl = {
  31.     ACTIONS = {
  32.     appDidInit:;
  33.     showPrefPanel:;
  34.     showHelpPanel:;
  35.     newListController:;
  36.     changePathPrefer:;
  37.     appWillTerminate:;
  38.     changeMethodPrefer:;
  39.     newDragController:;
  40.     showInfoPanel:;
  41.     };
  42.     OUTLETS = {
  43.     prefPanel;
  44.     scriptBackList;
  45.     methodPreference;
  46.     pruneList;
  47.     helpPanel;
  48.     pathPreference;
  49.     dragBackList;
  50.     infoPanel;
  51.     };
  52.     SUPERCLASS = Object;
  53. };
  54.