home *** CD-ROM | disk | FTP | other *** search
- SelectionInsPane = {
- ACTIONS = {
- changeSelectionAutoLaunch:;
- changeSelectionGroupLaunch:;
- showCurrent:;
- };
- OUTLETS = {
- groupLaunchSwitch;
- autoLaunchSwitch;
- countField;
- };
- SUPERCLASS = InspectorPane;
- };
- Inspector = {
- ACTIONS = {
- showInspector:;
- setGroupMode:;
- setFolderMode:;
- windowDidMove:;
- selectGroupName:;
- swapPaneFor:;
- setItemMode:;
- windowWillClose:;
- };
- OUTLETS = {
- paneView;
- target;
- modeMenu;
- modeCover;
- panel;
- itemPane;
- noInspectorPane;
- folderPane;
- currentPane;
- groupPane;
- selectionPane;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- Group = {
- ACTIONS = {
- cleanUp:;
- selectItem:;
- launchSelectedItems:;
- copyItemToPboard:;
- explicitSortItems:;
- selectAll:;
- removeSelectedItems:;
- };
- OUTLETS = {
- };
- SUPERCLASS = List;
- };
- InspectorPane = {
- ACTIONS = {
- showCurrent:;
- };
- OUTLETS = {
- target;
- };
- SUPERCLASS = Panel;
- };
- ItemInsPane = {
- ACTIONS = {
- changeItemPath:;
- changeRootedAt:;
- changeUseSpecificApp:;
- showCurrent:;
- textDidChange:;
- changeSpecificApp:;
- swapPaneFor:;
- changeCreateBrowser:;
- changeHideIcon:;
- changeItemAutoLaunch:;
- changeItemGroupLaunch:;
- textDidEnd:;
- };
- OUTLETS = {
- appTypePane;
- pathField;
- specificAppField;
- autoLaunchSwitch;
- specificAppSwitch;
- hideIconSwitch;
- swapView;
- folderTypePane;
- fileTypePane;
- groupLaunchSwitch;
- createBrowserSwitch;
- rootedAtField;
- };
- SUPERCLASS = InspectorPane;
- };
- GroupInsPane = {
- ACTIONS = {
- newAllowedType:;
- changeGroupSort:;
- dynamicItemSpecSelected:;
- enableDynamicItemSpecs:;
- disableDynamicItemSpecs:;
- setShowActualImage:;
- changeGroupName:;
- changeDrawToLargeBrowse:;
- setShowPath:;
- setDynamicItemsMode:;
- setFormatFileAndPath:;
- setShowInfoLine:;
- setFormatFileOnly:;
- chooseGroupPath:;
- removeAllowedTypes:;
- setDisplayOptsMode:;
- setAllowedTypesMode:;
- changeDrawToSmallIcon:;
- setFormatFullPath:;
- loadDynamicItemSpecs:;
- changeUseRestrictions:;
- loadAllowedTypes:;
- setDynamicUpdateInterval:;
- setFormatNoPath:;
- swapPaneFor:;
- newDynamicItemSpec:;
- removeDynamicItemSpecs:;
- changeDrawToLargeIcon:;
- changeDrawToSmallBrowser:;
- showCurrent:;
- textDidChange:;
- changeGroupKey:;
- setShowSmallIcon:;
- setFormatRelative:;
- setShowTriDots:;
- selectNameField:;
- changeGroupPath:;
- textDidEnd:;
- modifyDynamicItemSpec:;
- allowedTypeSelected:;
- };
- OUTLETS = {
- dynamicItemsPane;
- allowedBrowser;
- keyField;
- pathField;
- subModeMenu;
- dynamicIntervalField;
- allowedRemoveButton;
- dispOptSmallIcons;
- nameField;
- allowedField;
- displayOptsPane;
- dispOptFormatMenu;
- dispOptShowPath;
- allowedRestrictSwitch;
- dispOptTriDots;
- drawModeCover;
- dynamicBrowser;
- dynamicRemoveButton;
- dynamicDisableButton;
- dynamicIntervalSlider;
- sortSwitch;
- dispOptShowInfo1;
- dynamicEnableButton;
- choosePathButton;
- allowedAddButton;
- dispOptActualImage;
- dynamicField;
- allowedTypesPane;
- drawModeMenu;
- subModeCover;
- dispOptFormatCover;
- dynamicAddButton;
- swapView;
- };
- SUPERCLASS = InspectorPane;
- };
- Folder = {
- ACTIONS = {
- quitCurrentGroup:;
- showSelf:;
- groupBrowser:;
- launchCurrentGroup:;
- setDrawModeFromButton:;
- setQuickView:;
- hideCurrentGroup:;
- deleteCurrentGroup:;
- updateInspector:;
- selectGroupFromMenu:;
- cleanUpCurrentGroup:;
- newGroup:;
- setFullView:;
- makeCurrentGroup:;
- };
- OUTLETS = {
- viewer;
- currentGroup;
- };
- SUPERCLASS = List;
- };
- SwapView = {
- ACTIONS = {
- swapIt:;
- };
- OUTLETS = {
- delegate;
- lastInspector;
- currentInspector;
- };
- SUPERCLASS = View;
- };
- FolderInsPane = {
- ACTIONS = {
- groupSelected:;
- inspectSelectedGroup:;
- showCurrent:;
- };
- OUTLETS = {
- countField;
- inspectButton;
- browser;
- };
- SUPERCLASS = InspectorPane;
- };
-