GormCustomClassInspector

Authors

Gregory John Casamento (greg_casamento@yahoo.com)
allow user to select custom classes

Copyright: (C) 2002 Free Software Foundation, Inc.

Software documentation for the GormCustomClassInspector class

GormCustomClassInspector : IBInspector

Declared in:
GormCore/GormCustomClassInspector.h
Description forthcoming.

Instance Variables

Method summary

select: 

- (void) select: (id)sender;
Description forthcoming.



Instance Variables for GormCustomClassInspector Class

_classManager

@protected GormClassManager* _classManager;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_currentSelectionClassName

@protected NSString* _currentSelectionClassName;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_document

@protected id _document;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_parentClassName

@protected NSString* _parentClassName;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_rowToSelect

@protected NSUInteger _rowToSelect;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

browser

@protected id browser;
Description forthcoming.