home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / Misc / aa_m68k_Only / Encircle / Encircle.app / English.lproj / Encircle.nib / data.classes next >
Encoding:
Text File  |  1995-12-18  |  3.3 KB  |  93 lines

  1. ServerController = {
  2.     ACTIONS = {
  3.     "connectToDefaultServer:" = "connectToDefaultServer:"; 
  4.     "disconnectFromServer:" = "disconnectFromServer:"; 
  5.     }; 
  6.     OUTLETS = {
  7.     preferenceController = preferenceController; 
  8.     serverConnection = serverConnection; 
  9.     }; 
  10.     SUPERCLASS = NSObject; 
  11. };
  12. PreferencesController = {
  13.     ACTIONS = {
  14.     "addServer:" = "addServer:"; 
  15.     "browserClick:" = "browserClick:"; 
  16.     "browserDoubleClick:" = "browserDoubleClick:"; 
  17.     "configureServer:" = "configureServer:"; 
  18.     "connectToServer:" = "connectToServer:"; 
  19.     "deleteServer:" = "deleteServer:"; 
  20.     "selectPreference:" = "selectPreference:"; 
  21.     "showPreferences:" = "showPreferences:"; 
  22.     }; 
  23.     OUTLETS = {
  24.     actionColorWell = actionColorWell; 
  25.     addButton = addButton; 
  26.     alternateNicknameTextField = alternateNicknameTextField; 
  27.     awayMessageTextField = awayMessageTextField; 
  28.     channelConfiguration = channelConfiguration; 
  29.     colorFontConfiguration = colorFontConfiguration; 
  30.     connectButton = connectButton; 
  31.     connectOnStartupSwitch = connectOnStartupSwitch; 
  32.     deleteButton = deleteButton; 
  33.     emailAddressTextField = emailAddressTextField; 
  34.     enableServerRotationSwitch = enableServerRotationSwitch; 
  35.     joinChannelOnInviteSwitch = joinChannelOnInviteSwitch; 
  36.     joinColorWell = joinColorWell; 
  37.     multiView = multiView; 
  38.     nicknameTextField = nicknameTextField; 
  39.     partColorWell = partColorWell; 
  40.     preferenceWindow = preferenceWindow; 
  41.     quitMessageTextField = quitMessageTextField; 
  42.     realnameTextField = realnameTextField; 
  43.     rejoinChannelOnKickSwitch = rejoinChannelOnKickSwitch; 
  44.     serverBrowser = serverBrowser; 
  45.     serverConfiguration = serverConfiguration; 
  46.     serverController = serverController; 
  47.     serverNameTextField = serverNameTextField; 
  48.     serverPortTextField = serverPortTextField; 
  49.     showJoinsSwitch = showJoinsSwitch; 
  50.     showModeChangesSwitch = showModeChangesSwitch; 
  51.     showQuitsSwitch = showQuitsSwitch; 
  52.     soundAlertOnMessageSwitch = soundAlertOnMessageSwitch; 
  53.     useSeperateMessageWindowSwitch = useSeperateMessageWindowSwitch; 
  54.     userConfiguration = userConfiguration; 
  55.     }; 
  56.     SUPERCLASS = NSObject; 
  57. };
  58. EncircleController = {
  59.     ACTIONS = {
  60.     "appDidInit:" = "appDidInit:"; 
  61.     "clearTextObject:" = "clearTextObject:"; 
  62.     "clearWindow:" = "clearWindow:"; 
  63.     "notifyChannelsOfAway:" = "notifyChannelsOfAway:"; 
  64.     "performCommand:" = "performCommand:"; 
  65.     "showConsole:" = "showConsole:"; 
  66.     "showFindChannelWindow:" = "showFindChannelWindow:"; 
  67.     "showFindResultsWindow:" = "showFindResultsWindow:"; 
  68.     "showInfoPanel:" = "showInfoPanel:"; 
  69.     "showOpenChannelWindow:" = "showOpenChannelWindow:"; 
  70.     "terminate:" = "terminate:"; 
  71.     "windowDidBecomeKey:" = "windowDidBecomeKey:"; 
  72.     }; 
  73.     OUTLETS = {
  74.     consoleText = consoleText; 
  75.     consoleWindow = consoleWindow; 
  76.     deleteChannelButton = deleteChannelButton; 
  77.     infoPanel = infoPanel; 
  78.     openChannelBrowser = openChannelBrowser; 
  79.     openChannelButton = openChannelButton; 
  80.     openChannelTextField = openChannelTextField; 
  81.     openChannelWindow = openChannelWindow; 
  82.     preferenceController = preferenceController; 
  83.     privateTextField = privateTextField; 
  84.     privateWindow = privateWindow; 
  85.     serverController = serverController; 
  86.     versionTextField = versionTextField; 
  87.     whoisTextField = whoisTextField; 
  88.     whoisWindow = whoisWindow; 
  89.     }; 
  90.     SUPERCLASS = Application; 
  91. };
  92. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  93.