Copyright ©1995 by NeXT Computer, Inc. All Rights Reserved.
| 8 |
Interface Builder
| Classes
IBInspector |
| Inherits From: | Object | |
| Conforms To: | IBInspectors |
| Accessing Objects |
| Returns the object that's being inspected | ||
| Returns the window that contains the user interface for the inspector |
| Managing Changes |
| Changes the image in the Inspector panel's close box to a broken "X" | ||
| Sends the IBInspector a touch: message |
| IBPalette |
| Inherits From: | Object |
| Associating Views and Objects |
| Establishes an association between aView and the object | ||
| Initializing the Palette |
| Implement to complete the initialization of your IBPalette object |
| Accessing Related Objects |
| Returns an object representing the dynamically loaded palette | ||
| Returns the Window that contains the objects to be loaded into Palette window | ||
| Returns the NXImage instance associated with name |
| Object Additions |
| Interface Builder declares these methods as additions to the Object class. |
| Identifying Inspectors, Editors, and Images |
| Implement to return class name of Connection inspector |
| Implement to return class name of the object's editor | ||
| Implement to return class name of the Help inspector | ||
| Implement to return an image to represent the object in the File window. | ||
| Implement to return class name of the Attributes inspector | ||
| Implement to return class name of the Size inspector |
| View Additions |
| Interface Builder declares these methods as additions to the Application Kit's View class. |
| Controlling Size |
| Implement this method to control the dimensions of a View | ||
| Notifies a View of a change in its frame size |