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.BrowserCell
NSBrowserCell
.
[[NSBrowserCell
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- alternateImage
Objective-C instance method.
+ branchImage
Objective-C class method.
+ highlightedBranchImage
Objective-C class method.
- isLeaf
Objective-C instance method.
- isLoaded
Objective-C instance method.
- reset
Objective-C instance method.
- set
Objective-C instance method.
- setAlternateImage:
Objective-C instance method.
- setLeaf:
Objective-C instance method.
- setLoaded:
Objective-C instance method.
protected BrowserCell(boolean shouldAllocate, int objcObject)
public BrowserCell()
[[NSBrowserCell
alloc] init]
.
public BrowserCell(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public static native Image branchImage()
+ branchImage
Objective-C class method.
public static native Image highlightedBranchImage()
+ highlightedBranchImage
Objective-C class method.
public native boolean isLeaf()
- isLeaf
Objective-C instance method.
public native void setLeaf(boolean flag)
- setLeaf:
Objective-C instance method.
public native boolean isLoaded()
- isLoaded
Objective-C instance method.
public native void setLoaded(boolean flag)
- setLoaded:
Objective-C instance method.
public native void reset()
- reset
Objective-C instance method.
public native void set()
- set
Objective-C instance method.
public native void setAlternateImage(Image newAltImage)
- setAlternateImage:
Objective-C instance method.
public native Image alternateImage()
- alternateImage
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index