All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.ActionCell

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

public class ActionCell
extends Cell
This class wraps the Objective-C class NSActionCell.


Constructor Index

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

Method Index

 o action()
A wrapper for the - action Objective-C instance method.
 o controlView()
A wrapper for the - controlView Objective-C instance method.
 o doubleValue()
A wrapper for the - doubleValue Objective-C instance method.
 o floatValue()
A wrapper for the - floatValue Objective-C instance method.
 o intValue()
A wrapper for the - intValue Objective-C instance method.
 o setAction(Selector)
A wrapper for the - setAction: Objective-C instance method.
 o setAlignment(int)
A wrapper for the - setAlignment: Objective-C instance method.
 o setBezeled(boolean)
A wrapper for the - setBezeled: Objective-C instance method.
 o setBordered(boolean)
A wrapper for the - setBordered: Objective-C instance method.
 o setEnabled(boolean)
A wrapper for the - setEnabled: Objective-C instance method.
 o setFloatingPointFormat(boolean, int, int)
A wrapper for the - setFloatingPointFormat:left:right: Objective-C instance method.
 o setFont(Font)
A wrapper for the - setFont: Objective-C instance method.
 o setImage(Image)
A wrapper for the - setImage: Objective-C instance method.
 o setObjectValue(Object)
A wrapper for the - setObjectValue: Objective-C instance method.
 o setStringValue(String)
A wrapper for the - setStringValue: Objective-C instance method.
 o setTag(int)
A wrapper for the - setTag: Objective-C instance method.
 o setTarget(Object)
A wrapper for the - setTarget: Objective-C instance method.
 o stringValue()
A wrapper for the - stringValue Objective-C instance method.
 o tag()
A wrapper for the - tag Objective-C instance method.
 o target()
A wrapper for the - target Objective-C instance method.

Constructors

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

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

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

Methods

 o controlView
 public native View controlView()
A wrapper for the - controlView Objective-C instance method.

Overrides:
controlView in class Cell
 o setFont
 public native void setFont(Font fontObj)
A wrapper for the - setFont: Objective-C instance method.

Overrides:
setFont in class Cell
 o setAlignment
 public native void setAlignment(int mode)
A wrapper for the - setAlignment: Objective-C instance method.

Overrides:
setAlignment in class Cell
 o setBordered
 public native void setBordered(boolean flag)
A wrapper for the - setBordered: Objective-C instance method.

Overrides:
setBordered in class Cell
 o setBezeled
 public native void setBezeled(boolean flag)
A wrapper for the - setBezeled: Objective-C instance method.

Overrides:
setBezeled in class Cell
 o setEnabled
 public native void setEnabled(boolean flag)
A wrapper for the - setEnabled: Objective-C instance method.

Overrides:
setEnabled in class Cell
 o setFloatingPointFormat
 public native void setFloatingPointFormat(boolean autoRange,
                                           int leftDigits,
                                           int rightDigits)
A wrapper for the - setFloatingPointFormat:left:right: Objective-C instance method.

Overrides:
setFloatingPointFormat in class Cell
 o setImage
 public native void setImage(Image image)
A wrapper for the - setImage: Objective-C instance method.

Overrides:
setImage in class Cell
 o target
 public native Object target()
A wrapper for the - target Objective-C instance method.

Overrides:
target in class Cell
 o setTarget
 public native void setTarget(Object anObject)
A wrapper for the - setTarget: Objective-C instance method.

Overrides:
setTarget in class Cell
 o action
 public native Selector action()
A wrapper for the - action Objective-C instance method.

Overrides:
action in class Cell
 o setAction
 public native void setAction(Selector aSelector)
A wrapper for the - setAction: Objective-C instance method.

Overrides:
setAction in class Cell
 o tag
 public native int tag()
A wrapper for the - tag Objective-C instance method.

Overrides:
tag in class Cell
 o setTag
 public native void setTag(int anInt)
A wrapper for the - setTag: Objective-C instance method.

Overrides:
setTag in class Cell
 o stringValue
 public native String stringValue()
A wrapper for the - stringValue Objective-C instance method.

Overrides:
stringValue in class Cell
 o intValue
 public native int intValue()
A wrapper for the - intValue Objective-C instance method.

Overrides:
intValue in class Cell
 o floatValue
 public native float floatValue()
A wrapper for the - floatValue Objective-C instance method.

Overrides:
floatValue in class Cell
 o doubleValue
 public native double doubleValue()
A wrapper for the - doubleValue Objective-C instance method.

Overrides:
doubleValue in class Cell
 o setStringValue
 public native void setStringValue(String aString)
A wrapper for the - setStringValue: Objective-C instance method.

Overrides:
setStringValue in class Cell
 o setObjectValue
 public native void setObjectValue(Object obj)
A wrapper for the - setObjectValue: Objective-C instance method.

Overrides:
setObjectValue in class Cell

All Packages  Class Hierarchy  This Package  Previous  Next  Index