All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.Cell

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

public class Cell
extends NativeObject
implements Coding
This class wraps the Objective-C class NSCell.


Variable Index

 o AnyType
 o ChangeBackground
 o ChangeGray
 o ChangesContents
 o Disabled
 o DoubleType
 o Editable
 o FloatType
 o HasImageHorizontal
 o HasImageOnLeftOrBottom
 o HasOverlappingImage
 o Highlighted
 o ImageAbove
 o ImageBelow
 o ImageCellType
 o ImageLeft
 o ImageOnly
 o ImageOverlaps
 o ImageRight
 o IntType
 o IsBordered
 o IsInsetButton
 o LightsByBackground
 o LightsByContents
 o LightsByGray
 o NoImage
 o NullCellType
 o PositiveDoubleType
 o PositiveFloatType
 o PositiveIntType
 o PushIn
 o State
 o TextCellType

Constructor Index

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

Method Index

 o acceptsFirstResponder()
A wrapper for the - acceptsFirstResponder Objective-C instance method.
 o action()
A wrapper for the - action Objective-C instance method.
 o alignment()
A wrapper for the - alignment Objective-C instance method.
 o allowsEditingTextAttributes()
A wrapper for the - allowsEditingTextAttributes Objective-C instance method.
 o allowsMixedState()
A wrapper for the - allowsMixedState Objective-C instance method.
 o attributedStringValue()
A wrapper for the - attributedStringValue Objective-C instance method.
 o calcDrawInfo(Rect)
A wrapper for the - calcDrawInfo: Objective-C instance method.
 o cellAttribute(int)
A wrapper for the - cellAttribute: Objective-C instance method.
 o cellSize()
A wrapper for the - cellSize Objective-C instance method.
 o cellSizeForBounds(Rect)
A wrapper for the - cellSizeForBounds: Objective-C instance method.
 o compare(Object)
A wrapper for the - compare: Objective-C instance method.
 o continueTrackingMouse(Point, Point, View)
A wrapper for the - continueTracking:at:inView: Objective-C instance method.
 o controlView()
A wrapper for the - controlView Objective-C instance method.
 o defaultMenu()
A wrapper for the + defaultMenu Objective-C class method.
 o doubleValue()
A wrapper for the - doubleValue Objective-C instance method.
 o drawingRectForBounds(Rect)
A wrapper for the - drawingRectForBounds: Objective-C instance method.
 o drawInteriorWithFrame(Rect, View)
A wrapper for the - drawInteriorWithFrame:inView: Objective-C instance method.
 o drawWithFrame(Rect, View)
A wrapper for the - drawWithFrame:inView: Objective-C instance method.
 o editWithFrame(Rect, View, Text, Object, Event)
A wrapper for the - editWithFrame:inView:editor:delegate:event: Objective-C instance method.
 o encodeWithCoder(Coder)
A wrapper for the - encodeWithCoder: Objective-C instance method defined by the Coding interface (known as the NSCoding Objective-C protocol).
 o endEditing(Text)
A wrapper for the - endEditing: Objective-C instance method.
 o entryType()
A wrapper for the - entryType Objective-C instance method.
 o floatValue()
A wrapper for the - floatValue Objective-C instance method.
 o font()
A wrapper for the - font Objective-C instance method.
 o formatter()
A wrapper for the - formatter Objective-C instance method.
 o hasValidObjectValue()
A wrapper for the - hasValidObjectValue Objective-C instance method.
 o highlightWithFrameInView(boolean, Rect, View)
A wrapper for the - highlight:withFrame:inView: Objective-C instance method.
 o image()
A wrapper for the - image Objective-C instance method.
 o imageRectForBounds(Rect)
A wrapper for the - imageRectForBounds: Objective-C instance method.
 o importsGraphics()
A wrapper for the - importsGraphics Objective-C instance method.
 o interval()
A wrapper for the - interval Objective-C instance method.
 o intValue()
A wrapper for the - intValue Objective-C instance method.
 o isBezeled()
A wrapper for the - isBezeled Objective-C instance method.
 o isBordered()
A wrapper for the - isBordered Objective-C instance method.
 o isContinuous()
A wrapper for the - isContinuous Objective-C instance method.
 o isEditable()
A wrapper for the - isEditable Objective-C instance method.
 o isEnabled()
A wrapper for the - isEnabled Objective-C instance method.
 o isEntryAcceptable(String)
A wrapper for the - isEntryAcceptable: Objective-C instance method.
 o isHighlighted()
A wrapper for the - isHighlighted Objective-C instance method.
 o isOpaque()
A wrapper for the - isOpaque Objective-C instance method.
 o isScrollable()
A wrapper for the - isScrollable Objective-C instance method.
 o isSelectable()
A wrapper for the - isSelectable Objective-C instance method.
 o keyEquivalent()
A wrapper for the - keyEquivalent Objective-C instance method.
 o menu()
A wrapper for the - menu Objective-C instance method.
 o menuForEventInRectOfView(Event, Rect, View)
A wrapper for the - menuForEvent:inRect:ofView: Objective-C instance method.
 o mnemonic()
A wrapper for the - mnemonic Objective-C instance method.
 o mnemonicLocation()
A wrapper for the - mnemonicLocation Objective-C instance method.
 o mouseDownFlags()
A wrapper for the - mouseDownFlags Objective-C instance method.
 o nextState()
A wrapper for the - nextState Objective-C instance method.
 o objectValue()
A wrapper for the - objectValue Objective-C instance method.
 o performClick(Object)
A wrapper for the - performClick: Objective-C instance method.
 o periodicDelay()
A wrapper for the - periodicDelay Objective-C instance method.
 o prefersTrackingUntilMouseUp()
A wrapper for the + prefersTrackingUntilMouseUp Objective-C class method.
 o refusesFirstResponder()
A wrapper for the - refusesFirstResponder Objective-C instance method.
 o representedObject()
A wrapper for the - representedObject Objective-C instance method.
 o resetCursorRect(Rect, View)
A wrapper for the - resetCursorRect:inView: Objective-C instance method.
 o selectAndEditWithFrame(Rect, View, Text, Object, int, int)
A wrapper for the - selectWithFrame:inView:editor:delegate:start:length: Objective-C instance method.
 o sendsActionOnEndEditing()
A wrapper for the - sendsActionOnEndEditing 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 setAllowsEditingTextAttributes(boolean)
A wrapper for the - setAllowsEditingTextAttributes: Objective-C instance method.
 o setAllowsMixedState(boolean)
A wrapper for the - setAllowsMixedState: Objective-C instance method.
 o setAttributedStringValue(AttributedString)
A wrapper for the - setAttributedStringValue: 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 setCellAttribute(int, int)
A wrapper for the - setCellAttribute:to: Objective-C instance method.
 o setContinuous(boolean)
A wrapper for the - setContinuous: Objective-C instance method.
 o setDoubleValue(double)
A wrapper for the - setDoubleValue: Objective-C instance method.
 o setEditable(boolean)
A wrapper for the - setEditable: Objective-C instance method.
 o setEnabled(boolean)
A wrapper for the - setEnabled: Objective-C instance method.
 o setEntryType(int)
A wrapper for the - setEntryType: Objective-C instance method.
 o setEventMaskForSendingAction(int)
A wrapper for the - sendActionOn: Objective-C instance method.
 o setFloatingPointFormat(boolean, int, int)
A wrapper for the - setFloatingPointFormat:left:right: Objective-C instance method.
 o setFloatValue(float)
A wrapper for the - setFloatValue: Objective-C instance method.
 o setFont(Font)
A wrapper for the - setFont: Objective-C instance method.
 o setFormatter(Formatter)
A wrapper for the - setFormatter: Objective-C instance method.
 o setImage(Image)
A wrapper for the - setImage: Objective-C instance method.
 o setImportsGraphics(boolean)
A wrapper for the - setImportsGraphics: Objective-C instance method.
 o setIntValue(int)
A wrapper for the - setIntValue: Objective-C instance method.
 o setMenu(Menu)
A wrapper for the - setMenu: Objective-C instance method.
 o setMnemonicLocation(int)
A wrapper for the - setMnemonicLocation: Objective-C instance method.
 o setNextState()
A wrapper for the - setNextState Objective-C instance method.
 o setObjectValue(Object)
A wrapper for the - setObjectValue: Objective-C instance method.
 o setRefusesFirstResponder(boolean)
A wrapper for the - setRefusesFirstResponder: Objective-C instance method.
 o setRepresentedObject(Object)
A wrapper for the - setRepresentedObject: Objective-C instance method.
 o setScrollable(boolean)
A wrapper for the - setScrollable: Objective-C instance method.
 o setSelectable(boolean)
A wrapper for the - setSelectable: Objective-C instance method.
 o setSendsActionOnEndEditing(boolean)
A wrapper for the - setSendsActionOnEndEditing: Objective-C instance method.
 o setShowsFirstResponder(boolean)
A wrapper for the - setShowsFirstResponder: Objective-C instance method.
 o setState(int)
A wrapper for the - setState: 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 setTitleWithMnemonic(String)
A wrapper for the - setTitleWithMnemonic: Objective-C instance method.
 o setType(int)
A wrapper for the - setType: Objective-C instance method.
 o setUpFieldEditorAttributes(Text)
A wrapper for the - setUpFieldEditorAttributes: Objective-C instance method.
 o setWraps(boolean)
A wrapper for the - setWraps: Objective-C instance method.
 o showsFirstResponder()
A wrapper for the - showsFirstResponder Objective-C instance method.
 o startTrackingMouse(Point, View)
A wrapper for the - startTrackingAt:inView: Objective-C instance method.
 o state()
A wrapper for the - state Objective-C instance method.
 o stopTrackingMouse(Point, Point, View, boolean)
A wrapper for the - stopTracking:at:inView:mouseIsUp: 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 takeDoubleValueFrom(Object)
A wrapper for the - takeDoubleValueFrom: Objective-C instance method.
 o takeFloatValueFrom(Object)
A wrapper for the - takeFloatValueFrom: Objective-C instance method.
 o takeIntValueFrom(Object)
A wrapper for the - takeIntValueFrom: Objective-C instance method.
 o takeObjectValueFrom(Object)
A wrapper for the - takeObjectValueFrom: Objective-C instance method.
 o takeStringValueFrom(Object)
A wrapper for the - takeStringValueFrom: Objective-C instance method.
 o target()
A wrapper for the - target Objective-C instance method.
 o titleRectForBounds(Rect)
A wrapper for the - titleRectForBounds: Objective-C instance method.
 o trackMouse(Event, Rect, View, boolean)
A wrapper for the - trackMouse:inRect:ofView:untilMouseUp: Objective-C instance method.
 o type()
A wrapper for the - type Objective-C instance method.
 o wraps()
A wrapper for the - wraps Objective-C instance method.

Variables

 o AnyType
 public static final int AnyType
 o IntType
 public static final int IntType
 o PositiveIntType
 public static final int PositiveIntType
 o FloatType
 public static final int FloatType
 o PositiveFloatType
 public static final int PositiveFloatType
 o DoubleType
 public static final int DoubleType
 o PositiveDoubleType
 public static final int PositiveDoubleType
 o NullCellType
 public static final int NullCellType
 o TextCellType
 public static final int TextCellType
 o ImageCellType
 public static final int ImageCellType
 o Disabled
 public static final int Disabled
 o State
 public static final int State
 o PushIn
 public static final int PushIn
 o Editable
 public static final int Editable
 o ChangeGray
 public static final int ChangeGray
 o Highlighted
 public static final int Highlighted
 o LightsByContents
 public static final int LightsByContents
 o LightsByGray
 public static final int LightsByGray
 o ChangeBackground
 public static final int ChangeBackground
 o LightsByBackground
 public static final int LightsByBackground
 o IsBordered
 public static final int IsBordered
 o HasOverlappingImage
 public static final int HasOverlappingImage
 o HasImageHorizontal
 public static final int HasImageHorizontal
 o HasImageOnLeftOrBottom
 public static final int HasImageOnLeftOrBottom
 o ChangesContents
 public static final int ChangesContents
 o IsInsetButton
 public static final int IsInsetButton
 o NoImage
 public static final int NoImage
 o ImageOnly
 public static final int ImageOnly
 o ImageLeft
 public static final int ImageLeft
 o ImageRight
 public static final int ImageRight
 o ImageBelow
 public static final int ImageBelow
 o ImageAbove
 public static final int ImageAbove
 o ImageOverlaps
 public static final int ImageOverlaps

Constructors

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

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

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

Methods

 o prefersTrackingUntilMouseUp
 public static native boolean prefersTrackingUntilMouseUp()
A wrapper for the + prefersTrackingUntilMouseUp Objective-C class method.

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

 o type
 public native int type()
A wrapper for the - type Objective-C instance method.

 o setType
 public native void setType(int aType)
A wrapper for the - setType: Objective-C instance method.

 o state
 public native int state()
A wrapper for the - state Objective-C instance method.

 o setState
 public native void setState(int value)
A wrapper for the - setState: Objective-C instance method.

 o target
 public native Object target()
A wrapper for the - target Objective-C instance method.

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

 o action
 public native Selector action()
A wrapper for the - action Objective-C instance method.

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

 o tag
 public native int tag()
A wrapper for the - tag Objective-C instance method.

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

 o isOpaque
 public native boolean isOpaque()
A wrapper for the - isOpaque Objective-C instance method.

 o isEnabled
 public native boolean isEnabled()
A wrapper for the - isEnabled Objective-C instance method.

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

 o setEventMaskForSendingAction
 public native int setEventMaskForSendingAction(int mask)
A wrapper for the - sendActionOn: Objective-C instance method.

 o isContinuous
 public native boolean isContinuous()
A wrapper for the - isContinuous Objective-C instance method.

 o setContinuous
 public native void setContinuous(boolean flag)
A wrapper for the - setContinuous: Objective-C instance method.

 o isEditable
 public native boolean isEditable()
A wrapper for the - isEditable Objective-C instance method.

 o setEditable
 public native void setEditable(boolean flag)
A wrapper for the - setEditable: Objective-C instance method.

 o isSelectable
 public native boolean isSelectable()
A wrapper for the - isSelectable Objective-C instance method.

 o setSelectable
 public native void setSelectable(boolean flag)
A wrapper for the - setSelectable: Objective-C instance method.

 o isBordered
 public native boolean isBordered()
A wrapper for the - isBordered Objective-C instance method.

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

 o isBezeled
 public native boolean isBezeled()
A wrapper for the - isBezeled Objective-C instance method.

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

 o isScrollable
 public native boolean isScrollable()
A wrapper for the - isScrollable Objective-C instance method.

 o setScrollable
 public native void setScrollable(boolean flag)
A wrapper for the - setScrollable: Objective-C instance method.

 o isHighlighted
 public native boolean isHighlighted()
A wrapper for the - isHighlighted Objective-C instance method.

 o alignment
 public native int alignment()
A wrapper for the - alignment Objective-C instance method.

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

 o wraps
 public native boolean wraps()
A wrapper for the - wraps Objective-C instance method.

 o setWraps
 public native void setWraps(boolean flag)
A wrapper for the - setWraps: Objective-C instance method.

 o font
 public native Font font()
A wrapper for the - font Objective-C instance method.

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

 o entryType
 public native int entryType()
A wrapper for the - entryType Objective-C instance method.

 o setEntryType
 public native void setEntryType(int aType)
A wrapper for the - setEntryType: Objective-C instance method.

 o isEntryAcceptable
 public native boolean isEntryAcceptable(String aString)
A wrapper for the - isEntryAcceptable: Objective-C instance method.

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

 o keyEquivalent
 public native String keyEquivalent()
A wrapper for the - keyEquivalent Objective-C instance method.

 o setFormatter
 public native void setFormatter(Formatter newFormatter)
A wrapper for the - setFormatter: Objective-C instance method.

 o formatter
 public native Object formatter()
A wrapper for the - formatter Objective-C instance method.

 o objectValue
 public native Object objectValue()
A wrapper for the - objectValue Objective-C instance method.

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

 o hasValidObjectValue
 public native boolean hasValidObjectValue()
A wrapper for the - hasValidObjectValue Objective-C instance method.

 o stringValue
 public native String stringValue()
A wrapper for the - stringValue Objective-C instance method.

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

 o compare
 public native int compare(Object otherCell)
A wrapper for the - compare: Objective-C instance method.

 o intValue
 public native int intValue()
A wrapper for the - intValue Objective-C instance method.

 o setIntValue
 public native void setIntValue(int anInt)
A wrapper for the - setIntValue: Objective-C instance method.

 o floatValue
 public native float floatValue()
A wrapper for the - floatValue Objective-C instance method.

 o setFloatValue
 public native void setFloatValue(float aFloat)
A wrapper for the - setFloatValue: Objective-C instance method.

 o doubleValue
 public native double doubleValue()
A wrapper for the - doubleValue Objective-C instance method.

 o setDoubleValue
 public native void setDoubleValue(double aDouble)
A wrapper for the - setDoubleValue: Objective-C instance method.

 o takeIntValueFrom
 public native void takeIntValueFrom(Object sender)
A wrapper for the - takeIntValueFrom: Objective-C instance method.

 o takeFloatValueFrom
 public native void takeFloatValueFrom(Object sender)
A wrapper for the - takeFloatValueFrom: Objective-C instance method.

 o takeDoubleValueFrom
 public native void takeDoubleValueFrom(Object sender)
A wrapper for the - takeDoubleValueFrom: Objective-C instance method.

 o takeStringValueFrom
 public native void takeStringValueFrom(Object sender)
A wrapper for the - takeStringValueFrom: Objective-C instance method.

 o takeObjectValueFrom
 public native void takeObjectValueFrom(Object sender)
A wrapper for the - takeObjectValueFrom: Objective-C instance method.

 o image
 public native Image image()
A wrapper for the - image Objective-C instance method.

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

 o representedObject
 public native Object representedObject()
A wrapper for the - representedObject Objective-C instance method.

 o setRepresentedObject
 public native void setRepresentedObject(Object anObject)
A wrapper for the - setRepresentedObject: Objective-C instance method.

 o cellAttribute
 public native int cellAttribute(int aParameter)
A wrapper for the - cellAttribute: Objective-C instance method.

 o setCellAttribute
 public native void setCellAttribute(int aParameter,
                                     int value)
A wrapper for the - setCellAttribute:to: Objective-C instance method.

 o imageRectForBounds
 public native Rect imageRectForBounds(Rect theRect)
A wrapper for the - imageRectForBounds: Objective-C instance method.

 o titleRectForBounds
 public native Rect titleRectForBounds(Rect theRect)
A wrapper for the - titleRectForBounds: Objective-C instance method.

 o drawingRectForBounds
 public native Rect drawingRectForBounds(Rect theRect)
A wrapper for the - drawingRectForBounds: Objective-C instance method.

 o cellSize
 public native Size cellSize()
A wrapper for the - cellSize Objective-C instance method.

 o cellSizeForBounds
 public native Size cellSizeForBounds(Rect aRect)
A wrapper for the - cellSizeForBounds: Objective-C instance method.

 o calcDrawInfo
 public native void calcDrawInfo(Rect aRect)
A wrapper for the - calcDrawInfo: Objective-C instance method.

 o setUpFieldEditorAttributes
 public native Text setUpFieldEditorAttributes(Text textObj)
A wrapper for the - setUpFieldEditorAttributes: Objective-C instance method.

 o drawInteriorWithFrame
 public native void drawInteriorWithFrame(Rect cellFrame,
                                          View controlView)
A wrapper for the - drawInteriorWithFrame:inView: Objective-C instance method.

 o drawWithFrame
 public native void drawWithFrame(Rect cellFrame,
                                  View controlView)
A wrapper for the - drawWithFrame:inView: Objective-C instance method.

 o highlightWithFrameInView
 public native void highlightWithFrameInView(boolean flag,
                                             Rect cellFrame,
                                             View controlView)
A wrapper for the - highlight:withFrame:inView: Objective-C instance method.

 o mouseDownFlags
 public native int mouseDownFlags()
A wrapper for the - mouseDownFlags Objective-C instance method.

 o startTrackingMouse
 public native boolean startTrackingMouse(Point startPoint,
                                          View controlView)
A wrapper for the - startTrackingAt:inView: Objective-C instance method.

 o continueTrackingMouse
 public native boolean continueTrackingMouse(Point lastPoint,
                                             Point currentPoint,
                                             View controlView)
A wrapper for the - continueTracking:at:inView: Objective-C instance method.

 o stopTrackingMouse
 public native void stopTrackingMouse(Point lastPoint,
                                      Point stopPoint,
                                      View controlView,
                                      boolean flag)
A wrapper for the - stopTracking:at:inView:mouseIsUp: Objective-C instance method.

 o trackMouse
 public native boolean trackMouse(Event theEvent,
                                  Rect cellFrame,
                                  View controlView,
                                  boolean flag)
A wrapper for the - trackMouse:inRect:ofView:untilMouseUp: Objective-C instance method.

 o editWithFrame
 public native void editWithFrame(Rect aRect,
                                  View controlView,
                                  Text textObj,
                                  Object anObject,
                                  Event theEvent)
A wrapper for the - editWithFrame:inView:editor:delegate:event: Objective-C instance method.

 o selectAndEditWithFrame
 public native void selectAndEditWithFrame(Rect aRect,
                                           View controlView,
                                           Text textObj,
                                           Object anObject,
                                           int selStart,
                                           int selLength)
A wrapper for the - selectWithFrame:inView:editor:delegate:start:length: Objective-C instance method.

 o endEditing
 public native void endEditing(Text textObj)
A wrapper for the - endEditing: Objective-C instance method.

 o resetCursorRect
 public native void resetCursorRect(Rect cellFrame,
                                    View controlView)
A wrapper for the - resetCursorRect:inView: Objective-C instance method.

 o setMenu
 public native void setMenu(Menu aMenu)
A wrapper for the - setMenu: Objective-C instance method.

 o menu
 public native Menu menu()
A wrapper for the - menu Objective-C instance method.

 o menuForEventInRectOfView
 public native Menu menuForEventInRectOfView(Event event,
                                             Rect cellFrame,
                                             View view)
A wrapper for the - menuForEvent:inRect:ofView: Objective-C instance method.

 o defaultMenu
 public static native Menu defaultMenu()
A wrapper for the + defaultMenu Objective-C class method.

 o setSendsActionOnEndEditing
 public native void setSendsActionOnEndEditing(boolean flag)
A wrapper for the - setSendsActionOnEndEditing: Objective-C instance method.

 o sendsActionOnEndEditing
 public native boolean sendsActionOnEndEditing()
A wrapper for the - sendsActionOnEndEditing Objective-C instance method.

 o setRefusesFirstResponder
 public native void setRefusesFirstResponder(boolean flag)
A wrapper for the - setRefusesFirstResponder: Objective-C instance method.

 o refusesFirstResponder
 public native boolean refusesFirstResponder()
A wrapper for the - refusesFirstResponder Objective-C instance method.

 o acceptsFirstResponder
 public native boolean acceptsFirstResponder()
A wrapper for the - acceptsFirstResponder Objective-C instance method.

 o setShowsFirstResponder
 public native void setShowsFirstResponder(boolean showFR)
A wrapper for the - setShowsFirstResponder: Objective-C instance method.

 o showsFirstResponder
 public native boolean showsFirstResponder()
A wrapper for the - showsFirstResponder Objective-C instance method.

 o setMnemonicLocation
 public native void setMnemonicLocation(int location)
A wrapper for the - setMnemonicLocation: Objective-C instance method.

 o mnemonicLocation
 public native int mnemonicLocation()
A wrapper for the - mnemonicLocation Objective-C instance method.

 o mnemonic
 public native String mnemonic()
A wrapper for the - mnemonic Objective-C instance method.

 o setTitleWithMnemonic
 public native void setTitleWithMnemonic(String stringWithAmpersand)
A wrapper for the - setTitleWithMnemonic: Objective-C instance method.

 o performClick
 public native void performClick(Object sender)
A wrapper for the - performClick: Objective-C instance method.

 o attributedStringValue
 public native AttributedString attributedStringValue()
A wrapper for the - attributedStringValue Objective-C instance method.

 o setAttributedStringValue
 public native void setAttributedStringValue(AttributedString obj)
A wrapper for the - setAttributedStringValue: Objective-C instance method.

 o allowsEditingTextAttributes
 public native boolean allowsEditingTextAttributes()
A wrapper for the - allowsEditingTextAttributes Objective-C instance method.

 o setAllowsEditingTextAttributes
 public native void setAllowsEditingTextAttributes(boolean flag)
A wrapper for the - setAllowsEditingTextAttributes: Objective-C instance method.

 o importsGraphics
 public native boolean importsGraphics()
A wrapper for the - importsGraphics Objective-C instance method.

 o setImportsGraphics
 public native void setImportsGraphics(boolean flag)
A wrapper for the - setImportsGraphics: Objective-C instance method.

 o setAllowsMixedState
 public native void setAllowsMixedState(boolean flag)
A wrapper for the - setAllowsMixedState: Objective-C instance method.

 o allowsMixedState
 public native boolean allowsMixedState()
A wrapper for the - allowsMixedState Objective-C instance method.

 o nextState
 public native int nextState()
A wrapper for the - nextState Objective-C instance method.

 o setNextState
 public native void setNextState()
A wrapper for the - setNextState Objective-C instance method.

 o periodicDelay
 public final native float periodicDelay()
A wrapper for the - periodicDelay Objective-C instance method.

 o interval
 public final native float interval()
A wrapper for the - interval Objective-C instance method.

 o encodeWithCoder
 public native void encodeWithCoder(Coder aCoder)
A wrapper for the - encodeWithCoder: Objective-C instance method defined by the Coding interface (known as the NSCoding Objective-C protocol).


All Packages  Class Hierarchy  This Package  Previous  Next  Index