Authors
- Generated by Debian
-
Date: Generated at 2024-06-12 07:54:37 +0000
- Declared in:
- InterfaceBuilder/IBObjectProtocol.h
Description forthcoming.
Method summary
+ (BOOL)
canSubstituteForClass: (Class)origClass;
Returns YES
, if receiver can be
displayed in the custom custom class inspector as
a potential class which can be switched to by the
receiver.
- (void)
awakeFromDocument: (id<
IBDocuments>)doc;
Called immediate after loading the document into the
interface editor application.
- (
NSString*)
classInspectorClassName;
Name of class inspector.
- (
NSString*)
connectInspectorClassName;
Name of connection inspector class.
- (
NSString*)
editorClassName;
Name of the editor for the receiver.
- (
NSString*)
helpInspectorClassName;
Name of help inspector.
- (
NSArray*)
ibIncompatibleProperties;
List of properties not compatible with interface app.
- (
NSImage*)
imageForViewer;
Returns the NSImage to be used to represent an
object of the receiver's class in the editor.
- (
NSString*)
inspectorClassName;
Name of attributes inspector class.
- (
NSString*)
nibLabel: (
NSString*)objectName;
Label for the receiver in the model.
- (
NSString*)
objectNameForInspectorTitle;
Title to display in the inspector.
- (
NSString*)
sizeInspectorClassName;
Name of size inspector.