All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Cell | +----com.apple.alpha.app.ActionCell | +----com.apple.alpha.app.TextFieldCell
NSTextFieldCell
.
[[NSTextFieldCell
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- backgroundColor
Objective-C instance method.
- drawsBackground
Objective-C instance method.
- setBackgroundColor:
Objective-C instance method.
- setDrawsBackground:
Objective-C instance method.
- setTextColor:
Objective-C instance method.
- setUpFieldEditorAttributes:
Objective-C instance method.
- textColor
Objective-C instance method.
protected TextFieldCell(boolean shouldAllocate, int objcObject)
public TextFieldCell()
[[NSTextFieldCell
alloc] init]
.
public TextFieldCell(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public native void setBackgroundColor(Color color)
- setBackgroundColor:
Objective-C instance method.
public native Color backgroundColor()
- backgroundColor
Objective-C instance method.
public native void setDrawsBackground(boolean flag)
- setDrawsBackground:
Objective-C instance method.
public native boolean drawsBackground()
- drawsBackground
Objective-C instance method.
public native void setTextColor(Color color)
- setTextColor:
Objective-C instance method.
public native Color textColor()
- textColor
Objective-C instance method.
public native Text setUpFieldEditorAttributes(Text textObj)
- setUpFieldEditorAttributes:
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index