home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- ProgressView = {ACTIONS = {"increment:" = "increment:"; }; OUTLETS = {}; SUPERCLASS = View; };
- ShelfView = {SUPERCLASS = View; };
- Controller = {
- ACTIONS = {
- "activatePrefButtons:" = "activatePrefButtons:";
- "addLevel:" = "addLevel:";
- "addRecyclerToDock:" = "addRecyclerToDock:";
- "addWorkspaceToDock:" = "addWorkspaceToDock:";
- "bringLevelToTop:" = "bringLevelToTop:";
- "clearLevel:" = "clearLevel:";
- "copy:" = "copy:";
- "cut:" = "cut:";
- "deleteLevel:" = "deleteLevel:";
- "doBackSpaceScreenSaver:" = "doBackSpaceScreenSaver:";
- "doDocument:" = "doDocument:";
- "doInfo:" = "doInfo:";
- "doPreferences:" = "doPreferences:";
- "doSuggestion:" = "doSuggestion:";
- "findNamedIcon:" = "findNamedIcon:";
- "findNamedLevel:" = "findNamedLevel:";
- "gotoLevel:" = "gotoLevel:";
- "hideOrShowMenus:" = "hideOrShowMenus:";
- "inspectIcon:" = "inspectIcon:";
- "modalDone:" = "modalDone:";
- "moveIcons:" = "moveIcons:";
- "moveLevel:" = "moveLevel:";
- "nameLevel:" = "nameLevel:";
- "nextLevel:" = "nextLevel:";
- "pasteToDock:" = "pasteToDock:";
- "pasteToShelf:" = "pasteToShelf:";
- "previousLevel:" = "previousLevel:";
- "revertPreferences:" = "revertPreferences:";
- "rotateLevel:" = "rotateLevel:";
- "selectDock:" = "selectDock:";
- "selectShelf:" = "selectShelf:";
- "sendLevelToBottom:" = "sendLevelToBottom:";
- "setBackSpacePassword:" = "setBackSpacePassword:";
- "setPreferences:" = "setPreferences:";
- "setShelfImage:" = "setShelfImage:";
- "showBackSpaceSettings:" = "showBackSpaceSettings:";
- "snapShelfToGrid:" = "snapShelfToGrid:";
- "takeFloatValueFrom:" = "takeFloatValueFrom:";
- "toggleDock:" = "toggleDock:";
- "toggleDockLock:" = "toggleDockLock:";
- "whirl:" = "whirl:";
- };
- OUTLETS = {
- backSpaceMenuItem = backSpaceMenuItem;
- closePostLaunchSwitch = closePostLaunchSwitch;
- copyMenuItem = copyMenuItem;
- cutMenuItem = cutMenuItem;
- dockAddWSMenuItem = dockAddWSMenuItem;
- dockFindIconMenuItem = dockFindIconMenuItem;
- dockIconCountTee = dockIconCountTee;
- dockInspectMenuItem = dockInspectMenuItem;
- dockLevelCountTee = dockLevelCountTee;
- dockMgrView = dockMgrView;
- dockMoveIconsMenuItem = dockMoveIconsMenuItem;
- dockSingleClickSwitch = dockSingleClickSwitch;
- dockSizeField = dockSizeField;
- dockStrictCopySwitch = dockStrictCopySwitch;
- drawThumbnailSwitch = drawThumbnailSwitch;
- enableBackSpaceSwitch = enableBackSpaceSwitch;
- enableShelfSwitch = enableShelfSwitch;
- findIconPanel = findIconPanel;
- findIconStringField = findIconStringField;
- findLevelPanel = findLevelPanel;
- findLevelStringField = findLevelStringField;
- followLevelSwitch = followLevelSwitch;
- gotoField = gotoField;
- gotoPanel = gotoPanel;
- hideIconsSwitch = hideIconsSwitch;
- imageFileField = imageFileField;
- imageFileSetButton = imageFileSetButton;
- infoPanel = infoPanel;
- launchProc = launchProc;
- limitDepthSwitch = limitDepthSwitch;
- moveField = moveField;
- moveIconsField = moveIconsField;
- moveIconsPanel = moveIconsPanel;
- movePanel = movePanel;
- nameLevelField = nameLevelField;
- nameLevelPanel = nameLevelPanel;
- passObj = passObj;
- prefPanel = prefPanel;
- progressField = progressField;
- progressPanel = progressPanel;
- progressView = progressView;
- revertPrefsButton = revertPrefsButton;
- scanTimeField = scanTimeField;
- scanTimeSlider = scanTimeSlider;
- setPrefsButton = setPrefsButton;
- shelfDisabledPrefsTee = shelfDisabledPrefsTee;
- shelfDisabledTee = shelfDisabledTee;
- shelfIconCountTee = shelfIconCountTee;
- shelfSelAllMenuItem = shelfSelAllMenuItem;
- shelfSingleClickSwitch = shelfSingleClickSwitch;
- shelfSizeField = shelfSizeField;
- shelfSnapMenuItem = shelfSnapMenuItem;
- shelfStrictCopySwitch = shelfStrictCopySwitch;
- shelfView = shelfView;
- showAppTileSwitch = showAppTileSwitch;
- showCuesSwitch = showCuesSwitch;
- showIndexSwitch = showIndexSwitch;
- showProgressSwitch = showProgressSwitch;
- showSelPanelSwitch = showSelPanelSwitch;
- sizeFontSwitch = sizeFontSwitch;
- thinker = thinker;
- tileSwitch = tileSwitch;
- useGridSwitch = useGridSwitch;
- useSoundSwitch = useSoundSwitch;
- };
- SUPERCLASS = Object;
- };
-