Release 5. Copyright ©1994-1998 by TipTop Software, Inc. All Rights Reserved.
| TTOBCell |
| Inherits From: | NSBrowserCell | |
| Conforms To: | TTOBCellProtocol | |
| Declared In: | <ObjBrowser/TTOBCell.h> |
Class Description
| See the TTOBCellProtocol protocol for the functionality of Objective-Browser cells. TTOBCell is an OB cell which corresponds to an object. Typically you will subclass this class to create your own cells.
Compound cell is a cell which delegates its functionality to another cell. The realCell is the delegate cell. Compound cells are rarely used. |
Method Types
| + newCopyOf: - dragData |
Class Methods
| newCopyOf: |
| + newCopyOf:c |
| This is a convenience method which creates an autoreleased clone of the cell c. |
Instance Methods
| dragData |
| This method is invoked from -dragDataForEvent:. This default implementation returns the object name.
See also: - dragDataForEvent: (TTOBCellProtocol) |
###