home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / Misc / aa_m68k_Only / Encircle / Encircle.app / English.lproj / Console.nib / data.classes next >
Encoding:
Text File  |  1995-12-06  |  861 b   |  27 lines

  1. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  2. EncircleController = {
  3.     ACTIONS = {
  4.     "appDidInit:" = "appDidInit:"; 
  5.     "clearTextObject:" = "clearTextObject:"; 
  6.     "clearWindow:" = "clearWindow:"; 
  7.     "showConsole:" = "showConsole:"; 
  8.     "showInfoPanel:" = "showInfoPanel:"; 
  9.     "showOpenChannelWindow:" = "showOpenChannelWindow:"; 
  10.     "terminate:" = "terminate:"; 
  11.     }; 
  12.     OUTLETS = {
  13.     consoleText = consoleText; 
  14.     consoleWindow = consoleWindow; 
  15.     deleteChannelButton = deleteChannelButton; 
  16.     infoPanel = infoPanel; 
  17.     openChannelBrowser = openChannelBrowser; 
  18.     openChannelButton = openChannelButton; 
  19.     openChannelTextField = openChannelTextField; 
  20.     openChannelWindow = openChannelWindow; 
  21.     preferenceController = preferenceController; 
  22.     serverController = serverController; 
  23.     versionTextField = versionTextField; 
  24.     }; 
  25.     SUPERCLASS = Application; 
  26. };
  27.