home *** CD-ROM | disk | FTP | other *** search
- MiscSwapView = {
- ACTIONS = {
- removeController:;
- addController:;
- swapContentView:;
- };
- OUTLETS = {
- delegate;
- trigger;
- controllers;
- contentView;
- currentController;
- contentViewsHomeView;
- };
- SUPERCLASS = View;
- };
- MiscSwapViewByPopUp = {
- ACTIONS = {
- swapContentView:;
- };
- OUTLETS = {
- popUpCover;
- };
- SUPERCLASS = MiscSwapView;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MiscInspectorManager = {
- ACTIONS = {
- revert:;
- textDidChange:;
- touch:;
- makeKeyAndOrderFront:;
- viewWillSwap:;
- ok:;
- viewDidSwap:;
- };
- OUTLETS = {
- buttonsSuperview;
- notApplInspector;
- window;
- noSelInspector;
- multiSelInspector;
- selection;
- revertButton;
- okButton;
- swapView;
- inspectors;
- };
- SUPERCLASS = Object;
- };
- MiscMultiSelInspector = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = MiscDefaultInspector;
- };
- MiscInspector = {
- ACTIONS = {
- touch:;
- ok:;
- textDidChange:;
- revert:;
- };
- OUTLETS = {
- manager;
- };
- SUPERCLASS = MiscSwapContentsController;
- };
- MiscSwapContentsController = {
- ACTIONS = {
- revert:;
- ok:;
- };
- OUTLETS = {
- trigger;
- view;
- swapView;
- };
- SUPERCLASS = Object;
- };
- MiscDefaultInspector = {
- ACTIONS = {
- };
- OUTLETS = {
- controllers;
- };
- SUPERCLASS = MiscInspector;
- };
- MiscNoSelInspector = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = MiscDefaultInspector;
- };
-