home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextLibrary / PrivateFrameworks / ProjectBuilderSCM.framework / Versions / A / Resources / English.lproj / SCMPreferences.nib / data.classes next >
Encoding:
Text File  |  1997-02-01  |  2.1 KB  |  81 lines

  1. "PBPreferenceController" = {
  2.     ACTIONS = {};
  3.     OUTLETS = {prefController = id; };
  4.     SUPERCLASS = NSObject;
  5. };
  6. "PBInspectorController" = {
  7.     ACTIONS = {};
  8.     OUTLETS = {tool = id; };
  9.     SUPERCLASS = NSObject;
  10. };
  11. "SCMPreferences" = {
  12.     ACTIONS = {
  13.         "revertPreferences:" = id; 
  14.         "setCVSPath:" = id; 
  15.         "setPVCSPath:" = id; 
  16.         "setPreferences:" = id; 
  17.     };
  18.     OUTLETS = {
  19.         cv = id; 
  20.         cvsExecutableField = id; 
  21.         lockOnEditCheckbox = id; 
  22.         pvcsExecutableField = id; 
  23.         pvcsUserField = id; 
  24.     };
  25.     SUPERCLASS = PBPreferenceController;
  26. };
  27. "SCMController" = {
  28.     ACTIONS = {
  29.         "cancel:" = id; 
  30.         "cancelLogWindow:" = id; 
  31.         "cancelWorkArea:" = id; 
  32.         "clearHistory:" = id; 
  33.         "commitChangedFiles:" = id; 
  34.         "commitSelectedFiles:" = id; 
  35.         "createWorkArea:" = id; 
  36.         "displayHistory:" = id; 
  37.         "execute:" = id; 
  38.         "lockSelectedFiles:" = id; 
  39.         "newWorkArea:" = id; 
  40.         "okLogWindow:" = id; 
  41.         "refresh:" = id; 
  42.         "setFilter:" = id; 
  43.         "setRepositoryPath:" = id; 
  44.         "setWorkDirectory:" = id; 
  45.         "showChanges:" = id; 
  46.         "showChangesForSelectedFiles:" = id; 
  47.         "showConsole:" = id; 
  48.         "showFilePanel:" = id; 
  49.         "showProjectPanel:" = id; 
  50.         "tagProject:" = id; 
  51.         "tagSelectedFiles:" = id; 
  52.         "unlockSelectedFiles:" = id; 
  53.         "updateProject:" = id; 
  54.         "updateSelectedFiles:" = id; 
  55.     };
  56.     OUTLETS = {
  57.         console = id; 
  58.         directory = id; 
  59.         displayHistoryButton = id; 
  60.         executeButton = id; 
  61.         filterButton = id; 
  62.         logPrompt = id; 
  63.         logText = id; 
  64.         logWindow = id; 
  65.         operationPopup = id; 
  66.         refreshButton = id; 
  67.         repository = id; 
  68.         repositoryType = id; 
  69.         repositoryWindow = id; 
  70.         scmPreferences = id; 
  71.         showChangesButton = id; 
  72.         tableview = id; 
  73.     };
  74.     SUPERCLASS = NSObject;
  75. };
  76. "FirstResponder" = {
  77.     ACTIONS = {};
  78.     OUTLETS = {};
  79.     CATEGORY = LocalActions;
  80. };
  81.