GormClassInspector

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 GormClassInspector class

GormClassInspector : IBInspector

Declared in:
GormCore/GormClassInspector.h
Description forthcoming.

Instance Variables

Method summary

_currentClass 

- (NSString*) _currentClass;
Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.

_refreshView 

- (void) _refreshView;
Warning the underscore at the start of the name of this method indicates that it is private, for internal use only, and you should not use the method in your code.

addAction: 

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

addOutlet: 

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

changeClassName: 

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

handleNotification: 

- (void) handleNotification: (NSNotification*)notification;
Description forthcoming.

removeAction: 

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

removeOutlet: 

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

searchForClass: 

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

select: 

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

selectAction: 

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

selectClass: 

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

selectOutlet: 

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



Instance Variables for GormClassInspector Class

actionData

@protected id actionData;
Description forthcoming.

actionTable

@protected id actionTable;
Description forthcoming.

addAction

@protected id addAction;
Description forthcoming.

addOutlet

@protected id addOutlet;
Description forthcoming.

classField

@protected id classField;
Description forthcoming.

classManager

@protected GormClassManager* classManager;
Description forthcoming.

currentClass

@protected NSString* currentClass;
Description forthcoming.

outletData

@protected id outletData;
Description forthcoming.

outletTable

@protected id outletTable;
Description forthcoming.

parentClass

@protected id parentClass;
Description forthcoming.

parentClassData

@protected id parentClassData;
Description forthcoming.

removeAction

@protected id removeAction;
Description forthcoming.

removeOutlet

@protected id removeOutlet;
Description forthcoming.

search

@protected id search;
Description forthcoming.

searchText

@protected id searchText;
Description forthcoming.

selectClass

@protected id selectClass;
Description forthcoming.

tabView

@protected id tabView;
Description forthcoming.

theobject

@protected id theobject;
Description forthcoming.