home *** CD-ROM | disk | FTP | other *** search
- FastManager = {
- ACTIONS = {
- "centerBG:" = "centerBG:";
- "clearList:" = "clearList:";
- "clearSelected:" = "clearSelected:";
- "fullSize:" = "fullSize:";
- "nextSlide:" = "nextSlide:";
- "noneBG:" = "noneBG:";
- "openSender:" = "openSender:";
- "orderFrontCatalogWindow:" = "orderFrontCatalogWindow:";
- "orderFrontCommentWindow:" = "orderFrontCommentWindow:";
- "saveSlides:" = "saveSlides:";
- "scaleBG:" = "scaleBG:";
- "showList:" = "showList:";
- "shuffle:" = "shuffle:";
- "tileBG:" = "tileBG:";
- };
- OUTLETS = {
- browserList = browserList;
- commentText = commentText;
- commentWindow = commentWindow;
- currentBrowser = currentBrowser;
- currentSlideCell = currentSlideCell;
- fileNameText = fileNameText;
- slideListMatrix = slideListMatrix;
- slideListWindow = slideListWindow;
- };
- SUPERCLASS = DocManager;
- };
- Document = {
- ACTIONS = {
- "orderFront:" = "orderFront:";
- "windowDidBecomeKey:" = "windowDidBecomeKey:";
- "windowWillClose:" = "windowWillClose:";
- };
- OUTLETS = {manager = manager; window = window; };
- SUPERCLASS = Object;
- };
- NiftyMatrix = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Matrix; };
- Preferences = {
- ACTIONS = {
- "appDidInit:" = "appDidInit:";
- "appWillTerminate:" = "appWillTerminate:";
- "orderFrontPrefs:" = "orderFrontPrefs:";
- "setPref:" = "setPref:";
- };
- OUTLETS = {nothing = nothing; window = window; };
- SUPERCLASS = Object;
- };
- AppPref = {
- ACTIONS = {};
- OUTLETS = {
- cropCheck = cropCheck;
- cropText = cropText;
- grayCheck = grayCheck;
- maxHText = maxHText;
- maxWText = maxWText;
- newDocumentCheck = newDocumentCheck;
- pressCheck = pressCheck;
- sizetoCheck = sizetoCheck;
- speedMatrix = speedMatrix;
- };
- SUPERCLASS = Preferences;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- DocManager = {
- ACTIONS = {
- "appDidInit:" = "appDidInit:";
- "appWillTerminate:" = "appWillTerminate:";
- "docWillClose:" = "docWillClose:";
- "open:" = "open:";
- "orderFrontInfo:" = "orderFrontInfo:";
- "orderFrontPrefs:" = "orderFrontPrefs:";
- "save:" = "save:";
- "saveAs:" = "saveAs:";
- "setCurrentDoc:" = "setCurrentDoc:";
- };
- OUTLETS = {
- currentDoc = currentDoc;
- docList = docList;
- info = info;
- openPanel = openPanel;
- prefs = prefs;
- saveAsButton = saveAsButton;
- saveButton = saveButton;
- savePanel = savePanel;
- };
- SUPERCLASS = Object;
- };
- FastDoc = {SUPERCLASS = Document; };
-