home *** CD-ROM | disk | FTP | other *** search
- {
- IBClasses = (
- {
- ACTIONS = {
- addBreakToText = id;
- addImageTag = id;
- addLinkToText = id;
- editWithBBEdit = id;
- editWithSubEthaEdit = id;
- editWithTextMate = id;
- encloseTextAsParagraph = id;
- encloseTextInDiv = id;
- encloseTextInSpan = id;
- makeTextBold = id;
- makeTextItalics = id;
- makeTextPreformatted = id;
- saveAsDraft = id;
- saveWindowSize = id;
- };
- CLASS = FirstResponder;
- LANGUAGE = ObjC;
- SUPERCLASS = NSObject;
- },
- {
- ACTIONS = {
- buyNow = id;
- cancelSheet = id;
- gotoHelpMenuPageInBrowser = id;
- okFileUploadSheet = id;
- showAboutPanel = id;
- showBookmarkletPage = id;
- showCustomTagEditor = id;
- showDocumentStatusBar = id;
- showImageManager = id;
- showLicenseDialog = id;
- showPreferences = id;
- showPreviewTemplateEditor = id;
- showPreviewWindow = id;
- showShortcutsEditor = id;
- showWeblogSystemsPage = id;
- showXMLRPCConsole = id;
- uploadFileOrImage = id;
- };
- CLASS = MEAppController;
- LANGUAGE = ObjC;
- OUTLETS = {
- "_buyNowMenuItem" = NSMenuItem;
- "_helpMailingListMenuItem" = NSMenuItem;
- "_helpReportBugMenuItem" = NSMenuItem;
- "_helpViewBugsListMenuItem" = NSMenuItem;
- "_helpWebsiteMenuItem" = NSMenuItem;
- "_licenseMenuItem" = NSMenuItem;
- "_postsOutline" = NSOutlineView;
- "_scriptsMenu" = NSMenu;
- "_scriptsMenuItem" = NSMenuItem;
- "_showDocumentStatusBarMenuItem" = NSMenuItem;
- "_showPreviewMenuItem" = NSMenuItem;
- "_uploadMessageTextField" = NSTextField;
- "_uploadWeblogPopup" = NSPopUpButton;
- "_uploadWeblogSheet" = NSWindow;
- "_weblogsOutline" = NSOutlineView;
- };
- SUPERCLASS = NSObject;
- },
- {
- ACTIONS = {
- addWeblog = id;
- cancelAddWeblogButton = id;
- cancelDeleteSheet = id;
- deletePost = id;
- editPost = id;
- handleCancelUsernameAndPasswordButton = id;
- handleOKUsernameAndPasswordButton = id;
- makePostsOutlineFirstResponderAndSelectFirstItem = id;
- okAddWeblogButton = id;
- okDeleteSheet = id;
- openInBrowser = id;
- openScriptsFolder = id;
- refresh = id;
- refreshAll = id;
- removeWeblog = id;
- showMainWindow = id;
- showSettings = id;
- showSettingsOnMainThread = id;
- toggleDrawer = id;
- };
- CLASS = MEMainWindowController;
- LANGUAGE = ObjC;
- OUTLETS = {
- "_actionPopup" = RSPopupButton;
- "_addWeblogMenuItem" = NSMenuItem;
- "_addWeblogNameTextField" = NSTextField;
- "_addWeblogSheet" = NSWindow;
- "_addWeblogTextField" = NSTextField;
- "_deleteSheet" = NSWindow;
- "_deleteSheetMessage" = NSTextField;
- "_deleteSheetSubMessage" = NSTextField;
- "_drawer" = NSDrawer;
- "_editButton" = NSButton;
- "_mainSplitView" = NSSplitView;
- "_mainWindow" = NSWindow;
- "_openInBrowserMenuItem" = NSMenuItem;
- "_openScriptsFolderMenuItem" = NSMenuItem;
- "_passwordField" = NSTextField;
- "_postsOutline" = NSOutlineView;
- "_progressIndicator" = NSProgressIndicator;
- "_progressSheet" = NSWindow;
- "_progressSheetIndicator" = NSProgressIndicator;
- "_progressSheetTextField" = NSTextField;
- "_refreshAllMenuItem" = NSMenuItem;
- "_refreshMenuItem" = NSMenuItem;
- "_removeWeblogMenuItem" = NSMenuItem;
- "_securityWindow" = NSWindow;
- "_securityWindowMessageField" = NSTextField;
- "_showMainWindowMenuItem" = NSMenuItem;
- "_showSettingsMenuItem" = NSMenuItem;
- "_statusTextField" = NSTextField;
- "_storeInKeyChainCheckbox" = NSButton;
- "_toggleDrawerMenuItem" = NSMenuItem;
- "_usernameField" = NSTextField;
- "_weblogsOutline" = NSOutlineView;
- };
- SUPERCLASS = NSObject;
- },
- {CLASS = MEMainWindowDelegate; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
- {
- CLASS = MEMainWindowPreviewController;
- LANGUAGE = ObjC;
- OUTLETS = {"_borderView" = RSBorderView; };
- SUPERCLASS = NSObject;
- },
- {
- ACTIONS = {
- deleteButton = id;
- enterUsernameAndPassword = id;
- newButton = id;
- openWeblogInBrowser = id;
- refreshRecentPostsButton = id;
- toggleDrawer = id;
- };
- CLASS = MEMainWindowToolbar;
- LANGUAGE = ObjC;
- OUTLETS = {"_mainWindow" = NSWindow; };
- SUPERCLASS = NSObject;
- },
- {
- CLASS = MEPostsDataSource;
- LANGUAGE = ObjC;
- OUTLETS = {"_postsOutline" = NSOutlineView; "_weblogsTable" = NSTableView; };
- SUPERCLASS = NSObject;
- },
- {
- ACTIONS = {toggleColumn = id; };
- CLASS = MEPostsOutlineController;
- LANGUAGE = ObjC;
- OUTLETS = {
- "_dataItemsOutline" = NSOutlineView;
- "_toggleCategoryColumnMenuItem" = NSMenuItem;
- "_toggleDateColumnMenuItem" = NSMenuItem;
- "_toggleWeblogColumnMenuItem" = NSMenuItem;
- };
- SUPERCLASS = NSObject;
- },
- {CLASS = MEPostsOutlineView; LANGUAGE = ObjC; SUPERCLASS = NSOutlineView; },
- {
- CLASS = MEScriptsMenu;
- LANGUAGE = ObjC;
- OUTLETS = {"_scriptsMenuItemTitle" = NSMenuItem; scriptsMenu = NSMenu; };
- SUPERCLASS = NSObject;
- },
- {CLASS = MEWebViewBorderView; LANGUAGE = ObjC; SUPERCLASS = RSBorderView; },
- {
- CLASS = MEWeblogOutlineView;
- LANGUAGE = ObjC;
- SUPERCLASS = MEPostsOutlineView;
- },
- {
- CLASS = MEWeblogsDataSource;
- LANGUAGE = ObjC;
- OUTLETS = {"_postsOutline" = NSOutlineView; "_weblogsTable" = MEWeblogsTableView; };
- SUPERCLASS = NSObject;
- },
- {
- CLASS = MEWeblogsOutlineController;
- LANGUAGE = ObjC;
- OUTLETS = {"_weblogsOutline" = NSOutlineView; };
- SUPERCLASS = NSObject;
- },
- {
- CLASS = MEWeblogsTableController;
- LANGUAGE = ObjC;
- OUTLETS = {"_weblogsTable" = MEWeblogsTableView; };
- SUPERCLASS = NSObject;
- },
- {CLASS = MEWeblogsTableView; LANGUAGE = ObjC; SUPERCLASS = NSTableView; },
- {CLASS = RSBorderView; LANGUAGE = ObjC; SUPERCLASS = NSView; },
- {CLASS = RSPopupButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; },
- {CLASS = RSScrollViewFocusRing; LANGUAGE = ObjC; SUPERCLASS = NSScrollView; }
- );
- IBVersion = 1;
- }