home *** CD-ROM | disk | FTP | other *** search
- {
- IBClasses = (
- {
- ACTIONS = {
- controlButtonClicked = id;
- openKeychainAccess = id;
- optionButtonClicked = id;
- showWindow = id;
- textFieldAction = id;
- };
- CLASS = Controller;
- LANGUAGE = ObjC;
- OUTLETS = {
- agent = id;
- controlButton = NSButton;
- logTextField = NSTextView;
- myWindow = NSWindow;
- optionButtons = NSMatrix;
- passwordTextField = NSSecureTextField;
- progressBar = NSProgressIndicator;
- promptTextField = NSTextField;
- userTextField = NSTextField;
- };
- SUPERCLASS = NSObject;
- },
- {
- ACTIONS = {showHelp = id; };
- CLASS = FirstResponder;
- LANGUAGE = ObjC;
- SUPERCLASS = NSObject;
- },
- {
- ACTIONS = {newKeychain = id; };
- CLASS = KeychainsController;
- LANGUAGE = ObjC;
- SUPERCLASS = NSObject;
- },
- {CLASS = NSProgressIndicator; LANGUAGE = ObjC; SUPERCLASS = NSView; },
- {
- ACTIONS = {show = id; update = id; };
- CLASS = Preferences;
- LANGUAGE = ObjC;
- OUTLETS = {
- clearLogMessagesSwitch = NSButton;
- panel = NSPanel;
- syncLoginDefaultSwitch = NSButton;
- syncLoginPasswordSwitch = NSButton;
- syncLoginSettingsSwitch = NSButton;
- };
- SUPERCLASS = NSObject;
- }
- );
- IBVersion = 1;
- }