home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEPLOY / DEMOS.Z / data.classes < prev    next >
Text File  |  1996-09-09  |  792b  |  30 lines

  1. "ConsoleApp" = {
  2.     ACTIONS = {"clearConsole:" = id; "showConsoleConfiguration:" = id; }; 
  3.     OUTLETS = {}; 
  4.     SUPERCLASS = NSApplication; 
  5. };
  6. "ConfigurationManager" = {
  7.     ACTIONS = {"orderFront:" = id; "uiChanged:" = id; }; 
  8.     OUTLETS = {
  9.         backgroundColorWell = id; 
  10.         clearConsoleAtStartupToggle = id; 
  11.         importantAppColorWell = id; 
  12.         importantApplicationTextField = id; 
  13.         moveToFrontOptionsMatrix = id; 
  14.         textColorWell = id; 
  15.         window = id; 
  16.     }; 
  17.     SUPERCLASS = NSObject; 
  18. };
  19. "FirstResponder" = {
  20.     ACTIONS = {
  21.         "enterSelection:" = id; 
  22.         "findNext:" = id; 
  23.         "findPrevious:" = id; 
  24.         "jumpToSelection:" = id; 
  25.         "showFindPanel:" = id; 
  26.     }; 
  27.     CATEGORY = LocalActions; 
  28.     OUTLETS = {}; 
  29. };
  30.