Package org.eclipse.swt.internal.cocoa
Class NSCell
- java.lang.Object
-
- org.eclipse.swt.internal.cocoa.id
-
- org.eclipse.swt.internal.cocoa.NSObject
-
- org.eclipse.swt.internal.cocoa.NSCell
-
- Direct Known Subclasses:
NSActionCell
,SWTTextAttachmentCell
public class NSCell extends NSObject
-
-
Method Summary
-
Methods inherited from class org.eclipse.swt.internal.cocoa.NSObject
accessibilityAttributeValue, accessibilitySetOverrideValue, addEventListener, alloc, autorelease, cancelAuthenticationChallenge, className, conformsToProtocol, copy, description, draggedImage, draggingDestinationWindow, draggingLocation, draggingPasteboard, draggingSourceOperationMask, handleEvent, init, isEqual, isKindOfClass, mutableCopy, outlineView, outlineView, outlineView, performSelector, performSelectorOnMainThread, readSelectionFromPasteboard, release, respondsToSelector, retain, retainCount, setValue, superclass, tableView, tableView, useCredential, valueForKey, writeSelectionToPasteboard
-
Methods inherited from class org.eclipse.swt.internal.cocoa.id
equals, hashCode, objc_getClass, toString
-
-
-
-
Constructor Detail
-
NSCell
public NSCell()
-
NSCell
public NSCell(long id)
-
NSCell
public NSCell(id id)
-
-
Method Detail
-
attributedStringValue
public NSAttributedString attributedStringValue()
-
cellSize
public NSSize cellSize()
-
controlSize
public long controlSize()
-
focusRingMaskBoundsForFrame
public NSRect focusRingMaskBoundsForFrame(NSRect cellFrame, NSView controlView)
-
font
public NSFont font()
-
image
public NSImage image()
-
isEnabled
public boolean isEnabled()
-
isHighlighted
public boolean isHighlighted()
-
nextState
public long nextState()
-
setAlignment
public void setAlignment(long alignment)
-
setAllowsMixedState
public void setAllowsMixedState(boolean allowsMixedState)
-
setAttributedStringValue
public void setAttributedStringValue(NSAttributedString attributedStringValue)
-
setBackgroundStyle
public void setBackgroundStyle(long backgroundStyle)
-
setBaseWritingDirection
public void setBaseWritingDirection(long baseWritingDirection)
-
setControlSize
public void setControlSize(long controlSize)
-
setEnabled
public void setEnabled(boolean enabled)
-
setFont
public void setFont(NSFont font)
-
setFormatter
public void setFormatter(NSFormatter formatter)
-
setHighlighted
public void setHighlighted(boolean highlighted)
-
setImage
public void setImage(NSImage image)
-
setLineBreakMode
public void setLineBreakMode(long lineBreakMode)
-
setObjectValue
public void setObjectValue(id objectValue)
-
setScrollable
public void setScrollable(boolean scrollable)
-
setTitle
public void setTitle(NSString title)
-
setUsesSingleLineMode
public void setUsesSingleLineMode(boolean usesSingleLineMode)
-
setWraps
public void setWraps(boolean wraps)
-
title
public NSString title()
-
-