home *** CD-ROM | disk | FTP | other *** search
- MiscInspectorManager = {
- ACTIONS = {
- "makeKeyAndOrderFront:" = "makeKeyAndOrderFront:";
- "ok:" = "ok:";
- "revert:" = "revert:";
- "textDidChange:" = "textDidChange:";
- "touch:" = "touch:";
- "viewDidSwap:" = "viewDidSwap:";
- "viewWillSwap:" = "viewWillSwap:";
- };
- OUTLETS = {
- buttonsSuperview = buttonsSuperview;
- inspectors = inspectors;
- multiSelInspector = multiSelInspector;
- noSelInspector = noSelInspector;
- notApplInspector = notApplInspector;
- okButton = okButton;
- revertButton = revertButton;
- selection = selection;
- swapView = swapView;
- window = window;
- };
- SUPERCLASS = Object;
- };
- MiscDefaultInspector = {
- ACTIONS = {};
- OUTLETS = {controllers = controllers; };
- SUPERCLASS = MiscInspector;
- };
- MiscSwapViewByMatrix = {
- ACTIONS = {"swapContentView:" = "swapContentView:"; };
- OUTLETS = {};
- SUPERCLASS = MiscSwapView;
- };
- MiscSwapView = {
- ACTIONS = {
- "addController:" = "addController:";
- "removeController:" = "removeController:";
- "swapContentView:" = "swapContentView:";
- };
- OUTLETS = {
- contentView = contentView;
- contentViewsHomeView = contentViewsHomeView;
- controllers = controllers;
- currentController = currentController;
- delegate = delegate;
- trigger = trigger;
- };
- SUPERCLASS = View;
- };
- NoSelectionWoodInspector = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = DefaultWoodInspector; };
- MiscInspector = {
- ACTIONS = {
- "ok:" = "ok:";
- "revert:" = "revert:";
- "textDidChange:" = "textDidChange:";
- "touch:" = "touch:";
- };
- OUTLETS = {manager = manager; };
- SUPERCLASS = MiscSwapContentsController;
- };
- IPFlyPanel = {
- ACTIONS = {"miniaturize:" = "miniaturize:"; };
- OUTLETS = {};
- SUPERCLASS = IPPanel;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- MiscNoSelInspector = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = MiscDefaultInspector; };
- WoodInspectorManager = {
- ACTIONS = {};
- OUTLETS = {matrix = matrix; };
- SUPERCLASS = MiscInspectorManager;
- };
- DefaultWoodInspector = {
- ACTIONS = {};
- OUTLETS = {controllers = controllers; matrix = matrix; };
- SUPERCLASS = MiscInspector;
- };
- MiscMultiSelInspector = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = MiscDefaultInspector; };
- MiscSwapContentsController = {
- ACTIONS = {"ok:" = "ok:"; "revert:" = "revert:"; };
- OUTLETS = {swapView = swapView; trigger = trigger; view = view; };
- SUPERCLASS = Object;
- };
- MultipleSelectionWoodInspector = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = DefaultWoodInspector; };
- IPPanel = {
- ACTIONS = {
- "makeKeyAndOrderFront:" = "makeKeyAndOrderFront:";
- "orderBack:" = "orderBack:";
- "orderFront:" = "orderFront:";
- "windowWillClose:" = "windowWillClose:";
- };
- OUTLETS = {};
- SUPERCLASS = Panel;
- };
-