home *** CD-ROM | disk | FTP | other *** search
- ProcessMonitorController = {
- ACTIONS = {
- "add:" = "add:";
- "cleanProcChanged:" = "cleanProcChanged:";
- "enablementChanged:" = "enablementChanged:";
- "remove:" = "remove:";
- "runningBackgroundChanged:" = "runningBackgroundChanged:";
- "textDidGetKeys:" = "textDidGetKeys:";
- };
- OUTLETS = {
- addButton = addButton;
- checkMatrix = checkMatrix;
- cleanMatrix = cleanMatrix;
- cleanScrollView = cleanScrollView;
- fastAuditCheck = fastAuditCheck;
- monitorCheck = monitorCheck;
- newCleanField = newCleanField;
- removeButton = removeButton;
- runningCleanCheck = runningCleanCheck;
- shellsCleanCheck = shellsCleanCheck;
- };
- SUPERCLASS = Object;
- };
- TitleBarController = {
- ACTIONS = {
- "customTitleChanged:" = "customTitleChanged:";
- "titleBitsChanged:" = "titleBitsChanged:";
- };
- OUTLETS = {
- elementMatrix = elementMatrix;
- fakeTitle = fakeTitle;
- prefObject = prefObject;
- titleForm = titleForm;
- };
- SUPERCLASS = Object;
- };
- FontTrap = {
- ACTIONS = {"changeFont:" = "changeFont:"; };
- OUTLETS = {fontTarget = fontTarget; targetProxy = targetProxy; };
- SUPERCLASS = View;
- };
- TextAttributeController = {
- ACTIONS = {};
- OUTLETS = {
- BlinkTextWell = BlinkTextWell;
- BoldTextWell = BoldTextWell;
- CursorBlinkButton = CursorBlinkButton;
- CursorSelector = CursorSelector;
- CursorWell = CursorWell;
- DoubleStrikeButton = DoubleStrikeButton;
- InverseBackWell = InverseBackWell;
- InverseTextWell = InverseTextWell;
- NormalBackWell = NormalBackWell;
- NormalTextWell = NormalTextWell;
- SelectionWell = SelectionWell;
- prefObject = prefObject;
- };
- SUPERCLASS = Object;
- };
- ShellController = {
- ACTIONS = {
- "firstVisible:" = "firstVisible:";
- "shellChanged:" = "shellChanged:";
- "sourceDotLoginChanged:" = "sourceDotLoginChanged:";
- };
- OUTLETS = {shellForm = shellForm; sourceCheck = sourceCheck; };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- WindowController = {
- ACTIONS = {"firstVisible:" = "firstVisible:"; "setFontRequest:" = "setFontRequest:"; };
- OUTLETS = {
- fontField = fontField;
- fontTrap = fontTrap;
- shellExitMatrix = shellExitMatrix;
- sizeForm = sizeForm;
- };
- SUPERCLASS = Object;
- };
- SizeAndFontController = {
- ACTIONS = {
- "firstVisible:" = "firstVisible:";
- "setDefault:" = "setDefault:";
- "setFont:" = "setFont:";
- "setFromStruct:" = "setFromStruct:";
- "setStruct:" = "setStruct:";
- "showDefault:" = "showDefault:";
- "suggest:" = "suggest:";
- };
- OUTLETS = {fontDisplayField = fontDisplayField; sizeForm = sizeForm; };
- SUPERCLASS = Object;
- };
- StartupController = {
- ACTIONS = {
- "fastStartupChanged:" = "fastStartupChanged:";
- "firstVisible:" = "firstVisible:";
- "pathWasSet:" = "pathWasSet:";
- "setPathRequest:" = "setPathRequest:";
- "startupActionChanged:" = "startupActionChanged:";
- };
- OUTLETS = {
- actionMatrix = actionMatrix;
- fastAutolaunchCheck = fastAutolaunchCheck;
- pathForm = pathForm;
- };
- SUPERCLASS = Object;
- };
- EmulationController = {
- ACTIONS = {
- "firstVisible:" = "firstVisible:";
- "revert:" = "revert:";
- "showDefault:" = "showDefault:";
- "suggest:" = "suggest:";
- };
- OUTLETS = {
- altBox = altBox;
- altMatrix = altMatrix;
- altMsg = altMsg;
- checkMatrix = checkMatrix;
- keypadCheck = keypadCheck;
- strictCheck = strictCheck;
- translateCheck = translateCheck;
- };
- SUPERCLASS = Object;
- };
- MiscController = {
- ACTIONS = {
- "handleReturn:" = "handleReturn:";
- "limitLines:" = "limitLines:";
- "unlimitLines:" = "unlimitLines:";
- };
- OUTLETS = {
- autoFocusCheck = autoFocusCheck;
- lineLimitField = lineLimitField;
- linesLimited = linesLimited;
- linesUnlimited = linesUnlimited;
- okButton = okButton;
- otherOptionsMatrix = otherOptionsMatrix;
- scrollbackEnableCheck = scrollbackEnableCheck;
- wrapCheck = wrapCheck;
- };
- SUPERCLASS = Object;
- };
- Preferences = {
- ACTIONS = {
- "changePane:" = "changePane:";
- "handleReturnByProxy:" = "handleReturnByProxy:";
- "ok:" = "ok:";
- "revert:" = "revert:";
- "setDefaultX:" = "setDefaultX:";
- "showDefaultX:" = "showDefaultX:";
- "showPrefWindow:" = "showPrefWindow:";
- "suggest:" = "suggest:";
- "windowDidBecomeKey:" = "windowDidBecomeKey:";
- "windowDidResignKey:" = "windowDidResignKey:";
- };
- OUTLETS = {
- buttonMatrix = buttonMatrix;
- container = container;
- currentTerminal = currentTerminal;
- emulationCntl = emulationCntl;
- emulationPane = emulationPane;
- installedPane = installedPane;
- miscCntl = miscCntl;
- miscPane = miscPane;
- okButton = okButton;
- paneSelector = paneSelector;
- processMonitorCntl = processMonitorCntl;
- processMonitorPane = processMonitorPane;
- revertButton = revertButton;
- setDefaultButton = setDefaultButton;
- shellCntl = shellCntl;
- shellPane = shellPane;
- showDefaultButton = showDefaultButton;
- startupCntl = startupCntl;
- startupPane = startupPane;
- suggestButton = suggestButton;
- textAttrCntl = textAttrCntl;
- textAttrPane = textAttrPane;
- titleBarCntl = titleBarCntl;
- titleBarPane = titleBarPane;
- window = window;
- windowCntl = windowCntl;
- windowPane = windowPane;
- };
- SUPERCLASS = Object;
- };
-