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

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