All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.TableHeaderCell

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.app.Cell
                   |
                   +----com.apple.alpha.app.ActionCell
                           |
                           +----com.apple.alpha.app.TextFieldCell
                                   |
                                   +----com.apple.alpha.app.TableHeaderCell

public class TableHeaderCell
extends TextFieldCell
This class wraps the Objective-C class NSTableHeaderCell.


Constructor Index

 o TableHeaderCell()
This default constructor is equivalent to Objective-C's [[NSTableHeaderCell alloc] init].
 o TableHeaderCell(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.
 o TableHeaderCell(Coder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.

Constructors

 o TableHeaderCell
 protected TableHeaderCell(boolean shouldAllocate,
                           int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o TableHeaderCell
 public TableHeaderCell()
This default constructor is equivalent to Objective-C's [[NSTableHeaderCell alloc] init].

 o TableHeaderCell
 public TableHeaderCell(Coder aDecoder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.


All Packages  Class Hierarchy  This Package  Previous  Next  Index