Package org.eclipse.swt.internal.cocoa
Class SWTSearchFieldCell
- java.lang.Object
-
- org.eclipse.swt.internal.cocoa.id
-
- org.eclipse.swt.internal.cocoa.NSObject
-
- org.eclipse.swt.internal.cocoa.NSCell
-
- org.eclipse.swt.internal.cocoa.NSActionCell
-
- org.eclipse.swt.internal.cocoa.NSTextFieldCell
-
- org.eclipse.swt.internal.cocoa.NSSearchFieldCell
-
- org.eclipse.swt.internal.cocoa.SWTSearchFieldCell
-
public class SWTSearchFieldCell extends NSSearchFieldCell
-
-
Constructor Summary
Constructors Constructor Description SWTSearchFieldCell()
SWTSearchFieldCell(long id)
SWTSearchFieldCell(id id)
-
Method Summary
-
Methods inherited from class org.eclipse.swt.internal.cocoa.NSSearchFieldCell
cancelButtonCell, cancelButtonRectForBounds, searchButtonCell, searchButtonRectForBounds, searchTextRectForBounds, setCancelButtonCell, setSearchButtonCell
-
Methods inherited from class org.eclipse.swt.internal.cocoa.NSTextFieldCell
setPlaceholderString, setTextColor
-
Methods inherited from class org.eclipse.swt.internal.cocoa.NSActionCell
action, setAction, setTarget, target
-
Methods inherited from class org.eclipse.swt.internal.cocoa.NSCell
attributedStringValue, cellSize, cellSizeForBounds, controlSize, drawingRectForBounds, drawInteriorWithFrame, drawWithExpansionFrame, expansionFrameWithFrame, focusRingMaskBoundsForFrame, font, hitTestForEvent, image, imageRectForBounds, isEnabled, isHighlighted, nextState, setAlignment, setAllowsMixedState, setAttributedStringValue, setBackgroundStyle, setBaseWritingDirection, setControlSize, setEnabled, setFont, setFormatter, setHighlighted, setImage, setLineBreakMode, setObjectValue, setScrollable, setTitle, setUsesSingleLineMode, setWraps, title, titleRectForBounds
-
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
-
SWTSearchFieldCell
public SWTSearchFieldCell()
-
SWTSearchFieldCell
public SWTSearchFieldCell(id id)
-
SWTSearchFieldCell
public SWTSearchFieldCell(long id)
-
-