com.jniwrapper.macosx.cocoa.nscell
Class NSCell

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.Pointer.Void
          extended bycom.jniwrapper.macosx.cocoa.Id
              extended bycom.jniwrapper.macosx.cocoa.CObject
                  extended bycom.jniwrapper.macosx.cocoa.nsobject.NSObject
                      extended bycom.jniwrapper.macosx.cocoa.nscell.NSCell
All Implemented Interfaces:
com.jniwrapper.IntegerParameter, NSCodingProtocol, NSCopyingProtocol, NSObjectProtocol, com.jniwrapper.PointerParameter
Direct Known Subclasses:
NSActionCell, NSBrowserCell, NSImageCell, NSTextAttachmentCell

public class NSCell
extends NSObject
implements NSCopyingProtocol, NSCodingProtocol

This class represents NSCell class. See the class documentation at the Apple's site: NSCell


Field Summary
 
Fields inherited from class com.jniwrapper.macosx.cocoa.CObject
_fields
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSCell()
           
NSCell(boolean autorelease)
          Contructs the NSCell class with the autorelease option on.
NSCell(com.jniwrapper.Pointer.Void instancePtr)
          Contructs the NSCell class from pointer.
NSCell(java.lang.String methodName, com.jniwrapper.Parameter[] parameters)
          Contructs the NSCell class with static constructor.
 
Method Summary
 com.jniwrapper.Bool acceptsFirstResponder()
           
 Sel action()
           
 NSTextAlignment alignment()
           
 com.jniwrapper.Bool allowsEditingTextAttributes()
           
 com.jniwrapper.Bool allowsMixedState()
           
 com.jniwrapper.Pointer.Void attributedStringValue()
           
 void calcDrawInfo(NSRect aRect)
           
 com.jniwrapper.Int cellAttribute(NSCellAttribute aParameter)
           
 NSSize cellSize()
           
 NSSize cellSizeForBounds(NSRect aRect)
           
 NSComparisonResult compare(Id otherCell)
           
 com.jniwrapper.Bool continueTracking_at_inView(NSPoint lastPoint, NSPoint currentPoint, NSView controlView)
          This method represents the continueTracking() method of the NSCell Objective-C class.
 NSControlSize controlSize()
           
 NSControlTint controlTint()
           
 com.jniwrapper.Pointer.Void controlView()
           
 Id copyWithZone(NSZone zone)
           
 com.jniwrapper.DoubleFloat doubleValue()
           
 NSRect drawingRectForBounds(NSRect theRect)
           
 void drawInteriorWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the drawInteriorWithFrame() method of the NSCell Objective-C class.
 void drawWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the drawWithFrame() method of the NSCell Objective-C class.
 void editWithFrame_inView_editor_delegate_event(NSRect aRect, NSView controlView, NSText textObj, Id anObject, NSEvent theEvent)
          This method represents the editWithFrame() method of the NSCell Objective-C class.
 void encodeWithCoder(NSCoder aCoder)
           
 void endEditing(NSText textObj)
           
 com.jniwrapper.Int entryType()
           
 com.jniwrapper.SingleFloat floatValue()
           
 NSFocusRingType focusRingType()
           
 com.jniwrapper.Pointer.Void font()
           
 Id formatter()
           
 void getPeriodicDelay_interval(com.jniwrapper.SingleFloat delay, com.jniwrapper.SingleFloat interval)
          This method represents the getPeriodicDelay() method of the NSCell Objective-C class.
 com.jniwrapper.Bool hasValidObjectValue()
           
 void highlight_withFrame_inView(boolean flag, NSRect cellFrame, NSView controlView)
          This method represents the highlight() method of the NSCell Objective-C class.
 com.jniwrapper.Pointer.Void highlightColorWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the highlightColorWithFrame() method of the NSCell Objective-C class.
 com.jniwrapper.Pointer.Void image()
           
 NSRect imageRectForBounds(NSRect theRect)
           
 com.jniwrapper.Bool importsGraphics()
           
protected  void init(com.jniwrapper.Parameter[] fields)
           
 Id initImageCell(NSImage image)
           
 Id initTextCell(java.lang.String aString)
           
 Id initWithCoder(NSCoder aDecoder)
           
 com.jniwrapper.Int intValue()
           
 com.jniwrapper.Bool isBezeled()
           
 com.jniwrapper.Bool isBordered()
           
 com.jniwrapper.Bool isContinuous()
           
 com.jniwrapper.Bool isEditable()
           
 com.jniwrapper.Bool isEnabled()
           
 com.jniwrapper.Bool isEntryAcceptable(java.lang.String aString)
           
 com.jniwrapper.Bool isHighlighted()
           
 com.jniwrapper.Bool isOpaque()
           
 com.jniwrapper.Bool isScrollable()
           
 com.jniwrapper.Bool isSelectable()
           
 com.jniwrapper.Pointer.Void keyEquivalent()
           
 com.jniwrapper.Pointer.Void menu()
           
 com.jniwrapper.Pointer.Void menuForEvent_inRect_ofView(NSEvent event, NSRect cellFrame, NSView view)
          This method represents the menuForEvent() method of the NSCell Objective-C class.
 com.jniwrapper.Pointer.Void mnemonic()
           
 com.jniwrapper.UInt16 mnemonicLocation()
           
 com.jniwrapper.Int mouseDownFlags()
           
 com.jniwrapper.Int nextState()
           
 Id objectValue()
           
 void performClick(Id sender)
           
 com.jniwrapper.Bool refusesFirstResponder()
           
 Id representedObject()
           
 void resetCursorRect_inView(NSRect cellFrame, NSView controlView)
          This method represents the resetCursorRect() method of the NSCell Objective-C class.
 void selectWithFrame_inView_editor_delegate_start_length(NSRect aRect, NSView controlView, NSText textObj, Id anObject, com.jniwrapper.Int selStart, com.jniwrapper.Int selLength)
          This method represents the selectWithFrame() method of the NSCell Objective-C class.
 com.jniwrapper.Int sendActionOn(com.jniwrapper.Int mask)
           
 com.jniwrapper.Bool sendsActionOnEndEditing()
           
 void setAction(Sel aSelector)
           
 void setAlignment(NSTextAlignment mode)
           
 void setAllowsEditingTextAttributes(boolean flag)
           
 void setAllowsMixedState(boolean flag)
           
 void setAttributedStringValue(NSAttributedString obj)
           
 void setBezeled(boolean flag)
           
 void setBordered(boolean flag)
           
 void setCellAttribute_to(NSCellAttribute aParameter, com.jniwrapper.Int value)
          This method represents the setCellAttribute() method of the NSCell Objective-C class.
 void setContinuous(boolean flag)
           
 void setControlSize(NSControlSize size)
           
 void setControlTint(NSControlTint controlTint)
           
 void setDoubleValue(com.jniwrapper.DoubleFloat aDouble)
           
 void setEditable(boolean flag)
           
 void setEnabled(boolean flag)
           
 void setEntryType(com.jniwrapper.Int aType)
           
 void setFloatingPointFormat_left_right(boolean autoRange, com.jniwrapper.UInt16 leftDigits, com.jniwrapper.UInt16 rightDigits)
          This method represents the setFloatingPointFormat() method of the NSCell Objective-C class.
 void setFloatValue(com.jniwrapper.SingleFloat aFloat)
           
 void setFocusRingType(NSFocusRingType focusRingType)
           
 void setFont(NSFont fontObj)
           
 void setFormatter(NSFormatter newFormatter)
           
 void setHighlighted(boolean flag)
           
 void setImage(NSImage image)
           
 void setImportsGraphics(boolean flag)
           
 void setIntValue(com.jniwrapper.Int anInt)
           
 void setMenu(NSMenu aMenu)
           
 void setMnemonicLocation(com.jniwrapper.UInt16 location)
           
 void setNextState()
           
 void setObjectValue(Id obj)
           
 void setRefusesFirstResponder(boolean flag)
           
 void setRepresentedObject(Id anObject)
           
 void setScrollable(boolean flag)
           
 void setSelectable(boolean flag)
           
 void setSendsActionOnEndEditing(boolean flag)
           
 void setShowsFirstResponder(boolean showFR)
           
 void setState(com.jniwrapper.Int value)
           
 void setStringValue(java.lang.String aString)
           
 void setTag(com.jniwrapper.Int anInt)
           
 void setTarget(Id anObject)
           
 void setTitle(java.lang.String aString)
           
 void setTitleWithMnemonic(java.lang.String stringWithAmpersand)
           
 void setType(NSCellType aType)
           
 com.jniwrapper.Pointer.Void setUpFieldEditorAttributes(NSText textObj)
           
 void setWraps(boolean flag)
           
 com.jniwrapper.Bool showsFirstResponder()
           
 com.jniwrapper.Bool startTrackingAt_inView(NSPoint startPoint, NSView controlView)
          This method represents the startTrackingAt() method of the NSCell Objective-C class.
 com.jniwrapper.Int state()
           
static NSFocusRingType static_defaultFocusRingType()
           
static com.jniwrapper.Pointer.Void static_defaultMenu()
           
static com.jniwrapper.Bool static_prefersTrackingUntilMouseUp()
           
 void stopTracking_at_inView_mouseIsUp(NSPoint lastPoint, NSPoint stopPoint, NSView controlView, boolean flag)
          This method represents the stopTracking() method of the NSCell Objective-C class.
 com.jniwrapper.Pointer.Void stringValue()
           
 com.jniwrapper.Int tag()
           
 void takeDoubleValueFrom(Id sender)
           
 void takeFloatValueFrom(Id sender)
           
 void takeIntValueFrom(Id sender)
           
 void takeObjectValueFrom(Id sender)
           
 void takeStringValueFrom(Id sender)
           
 Id target()
           
 com.jniwrapper.Pointer.Void title()
           
 NSRect titleRectForBounds(NSRect theRect)
           
 com.jniwrapper.Bool trackMouse_inRect_ofView_untilMouseUp(NSEvent theEvent, NSRect cellFrame, NSView controlView, boolean flag)
          This method represents the trackMouse() method of the NSCell Objective-C class.
 NSCellType type()
           
 com.jniwrapper.Bool wraps()
           
 
Methods inherited from class com.jniwrapper.macosx.cocoa.nsobject.NSObject
_class, accessibilityActionDescription, accessibilityActionNames, accessibilityAttributeNames, accessibilityAttributeValue_forParameter, accessibilityAttributeValue, accessibilityFocusedUIElement, accessibilityHitTest, accessibilityIsAttributeSettable, accessibilityIsIgnored, accessibilityParameterizedAttributeNames, accessibilityPerformAction, accessibilitySetValue_forAttribute, addObserver_forKeyPath_options_context, alertShowHelp, application_delegateHandlesKey, application_openFile, application_openFiles, application_openFileWithoutUI, application_openTempFile, application_printFile, application_printFiles, applicationDidBecomeActive, applicationDidChangeScreenParameters, applicationDidFinishLaunching, applicationDidHide, applicationDidResignActive, applicationDidUnhide, applicationDidUpdate, applicationDockMenu, applicationOpenUntitledFile, applicationShouldHandleReopen_hasVisibleWindows, applicationShouldOpenUntitledFile, applicationShouldTerminate, applicationShouldTerminateAfterLastWindowClosed, applicationWillBecomeActive, applicationWillFinishLaunching, applicationWillHide, applicationWillResignActive, applicationWillTerminate, applicationWillUnhide, applicationWillUpdate, archiver_didEncodeObject, archiver_willEncodeObject, archiver_willReplaceObject_withObject, archiverDidFinish, archiverWillFinish, attributeKeys, authenticateComponents_withData, authenticationDataForComponents, autorelease, awakeAfterUsingCoder, awakeFromNib, bind_toObject_withKeyPath_options, browser_createRowsForColumn_inMatrix, browser_isColumnValid, browser_numberOfRowsInColumn, browser_selectCellWithString_inColumn, browser_selectRow_inColumn, browser_shouldSizeColumn_forUserResize_toWidth, browser_sizeToFitWidthOfColumn, browser_titleOfColumn, browser_willDisplayCell_atRow_column, browserColumnConfigurationDidChange, browserDidScroll, browserWillScroll, changeColor, changeFont, classCode, classDescription, classForArchiver, classForCoder, classForKeyedArchiver, classForPortCoder, className, coerceValue_forKey, comboBox_completedString, comboBox_indexOfItemWithStringValue, comboBox_objectValueForItemAtIndex, comboBoxCell_completedString, comboBoxCell_indexOfItemWithStringValue, comboBoxCell_objectValueForItemAtIndex, comboBoxSelectionDidChange, comboBoxSelectionIsChanging, comboBoxWillDismiss, comboBoxWillPopUp, commitEditing, concludeDragOperation, conformsToProtocol, connection_didCancelAuthenticationChallenge, connection_didFailWithError, connection_didReceiveAuthenticationChallenge, connection_didReceiveData, connection_didReceiveResponse, connection_handleRequest, connection_shouldMakeNewConnection, connection_willCacheResponse, connection_willSendRequest_redirectResponse, connectionDidFinishLoading, control_didFailToFormatString_errorDescription, control_didFailToValidatePartialString_errorDescription, control_isValidObject, control_textShouldBeginEditing, control_textShouldEndEditing, control_textView_completions_forPartialWordRange_indexOfSelectedItem, control_textView_doCommandBySelector, controlTextDidBeginEditing, controlTextDidChange, controlTextDidEndEditing, copy, createConversationForConnection, dealloc, description, dictionaryWithValuesForKeys, didChange_valuesAtIndexes_forKey, didChangeValueForKey, discardEditing, doesContain, doesNotRecognizeSelector, download_decideDestinationWithSuggestedFilename, download_didCancelAuthenticationChallenge, download_didCreateDestination, download_didFailWithError, download_didReceiveAuthenticationChallenge, download_didReceiveDataOfLength, download_didReceiveResponse, download_shouldDecodeSourceDataOfMIMEType, download_willSendRequest_redirectResponse, downloadDidBegin, downloadDidFinish, draggedImage_beganAt, draggedImage_endedAt_deposited, draggedImage_endedAt_operation, draggedImage_movedTo, draggingEnded, draggingEntered, draggingExited, draggingSourceOperationMaskForLocal, draggingUpdated, drawerDidClose, drawerDidOpen, drawerShouldClose, drawerShouldOpen, drawerWillClose, drawerWillOpen, drawerWillResizeContents_toSize, exposedBindings, fileManager_shouldProceedAfterError, fileManager_willProcessPath, fontManager_willIncludeFont, forwardInvocation, handleMachMessage, handlePortMessage, handleQueryWithUnboundKey, handleTakeValue_forUnboundKey, hash, ignoreModifierKeysWhileDragging, image_didLoadPartOfRepresentation_withValidRows, image_didLoadRepresentation_withStatus, image_didLoadRepresentationHeader, image_willLoadRepresentation, imageDidNotDraw_inRect, indicesOfObjectsByEvaluatingObjectSpecifier, init, insertValue_atIndex_inPropertyWithKey, insertValue_inPropertyWithKey, inverseForRelationshipKey, isCaseInsensitiveLike, isEqual, isEqualTo, isGreaterThan, isGreaterThanOrEqualTo, isKindOfClass, isLessThan, isLessThanOrEqualTo, isLike, isMemberOfClass, isNotEqualTo, isProxy, layoutManager_didCompleteLayoutForTextContainer_atEnd, layoutManagerDidInvalidateLayout, makeNewConnection_sender, menu_updateItem_atIndex_shouldCancel, menuHasKeyEquivalent_forEvent_target_action, menuNeedsUpdate, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, namesOfPromisedFilesDroppedAtDestination, netService_didNotPublish, netService_didNotResolve, netServiceBrowser_didFindDomain_moreComing, netServiceBrowser_didFindService_moreComing, netServiceBrowser_didNotSearch, netServiceBrowser_didRemoveDomain_moreComing, netServiceBrowser_didRemoveService_moreComing, netServiceBrowserDidStopSearch, netServiceBrowserWillSearch, netServiceDidResolveAddress, netServiceDidStop, netServiceWillPublish, netServiceWillResolve, NSObject__new, NSObject_alloc, NSObject_allocWithZone, NSObject_copyWithZone, NSObject_defaultPlaceholderForMarker_withBinding, NSObject_mutableCopyWithZone, numberOfItemsInComboBox, numberOfItemsInComboBoxCell, numberOfItemsInMenu, numberOfRowsInTableView, objectDidBeginEditing, objectDidEndEditing, objectSpecifier, observationInfo, observeValueForKeyPath_ofObject_change_context, outlineView_acceptDrop_item_childIndex, outlineView_child_ofItem, outlineView_didClickTableColumn, outlineView_didDragTableColumn, outlineView_isItemExpandable, outlineView_itemForPersistentObject, outlineView_mouseDownInHeaderOfTableColumn, outlineView_numberOfChildrenOfItem, outlineView_objectValueForTableColumn_byItem, outlineView_persistentObjectForItem, outlineView_setObjectValue_forTableColumn_byItem, outlineView_shouldCollapseItem, outlineView_shouldEditTableColumn_item, outlineView_shouldExpandItem, outlineView_shouldSelectItem, outlineView_shouldSelectTableColumn, outlineView_sortDescriptorsDidChange, outlineView_validateDrop_proposedItem_proposedChildIndex, outlineView_willDisplayCell_forTableColumn_item, outlineView_willDisplayOutlineCell_forTableColumn_item, outlineView_writeItems_toPasteboard, outlineViewColumnDidMove, outlineViewColumnDidResize, outlineViewItemDidCollapse, outlineViewItemDidExpand, outlineViewItemWillCollapse, outlineViewItemWillExpand, outlineViewSelectionDidChange, outlineViewSelectionIsChanging, panel_compareFilename_with_caseSensitive, panel_directoryDidChange, panel_isValidFilename, panel_shouldShowFilename, panel_userEnteredFilename_confirmed, panel_willExpand, panelSelectionDidChange, parser_didEndElement_namespaceURI_qualifiedName, parser_didEndMappingPrefix, parser_didStartElement_namespaceURI_qualifiedName_attributes, parser_didStartMappingPrefix_toURI, parser_foundAttributeDeclarationWithName_forElement_type_defaultValue, parser_foundCDATA, parser_foundCharacters, parser_foundComment, parser_foundElementDeclarationWithName_model, parser_foundExternalEntityDeclarationWithName_publicID_systemID, parser_foundIgnorableWhitespace, parser_foundInternalEntityDeclarationWithName_value, parser_foundNotationDeclarationWithName_publicID_systemID, parser_foundProcessingInstructionWithTarget_data, parser_foundUnparsedEntityDeclarationWithName_publicID_systemID_notationName, parser_parseErrorOccurred, parser_resolveExternalEntityName_systemID, parser_validationErrorOccurred, parserDidEndDocument, parserDidStartDocument, pasteboard_provideDataForType, pasteboardChangedOwner, performDragOperation, performSelector_withObject_afterDelay_inModes, performSelector_withObject_afterDelay, performSelector_withObject_withObject, performSelector_withObject, performSelector, performSelectorOnMainThread_withObject_waitUntilDone_modes, performSelectorOnMainThread_withObject_waitUntilDone, prepareForDragOperation, readSelectionFromPasteboard, release, removeObserver_forKeyPath, removeValueAtIndex_fromPropertyWithKey, replacementObjectForArchiver, replacementObjectForCoder, replacementObjectForKeyedArchiver, replacementObjectForPortCoder, replaceValueAtIndex_inPropertyWithKey_withValue, respondsToSelector, retain, retainCount, scriptingBeginsWith, scriptingContains, scriptingEndsWith, scriptingIsEqualTo, scriptingIsGreaterThan, scriptingIsGreaterThanOrEqualTo, scriptingIsLessThan, scriptingIsLessThanOrEqualTo, scriptingProperties, selectionShouldChangeInOutlineView, selectionShouldChangeInTableView, self, setNilValueForKey, setObservationInfo, setScriptingProperties, setValue_forKey, setValue_forKeyPath, setValue_forUndefinedKey, setValuesForKeysWithDictionary, sound_didFinishPlaying, speechRecognizer_didRecognizeCommand, speechSynthesizer_didFinishSpeaking, speechSynthesizer_willSpeakPhoneme, speechSynthesizer_willSpeakWord_ofString, spellServer_didForgetWord_inLanguage, spellServer_didLearnWord_inLanguage, spellServer_findMisspelledWordInString_language_wordCount_countOnly, spellServer_suggestCompletionsForPartialWordRange_inString_language, spellServer_suggestGuessesForWord_inLanguage, splitView_canCollapseSubview, splitView_constrainMaxCoordinate_ofSubviewAt, splitView_constrainMinCoordinate_ofSubviewAt, splitView_constrainSplitPosition_ofSubviewAt, splitView_resizeSubviewsWithOldSize, splitViewDidResizeSubviews, splitViewWillResizeSubviews, static_accessInstanceVariablesDirectly, static_automaticallyNotifiesObserversForKey, static_cancelPreviousPerformRequestsWithTarget_selector_object, static_cancelPreviousPerformRequestsWithTarget, static_classForKeyedUnarchiver, static_exposeBinding, static_initialize, static_instanceMethodForSelector, static_instanceMethodSignatureForSelector, static_instancesRespondToSelector, static_isSubclassOfClass, static_load, static_poseAsClass, static_setDefaultPlaceholder_forMarker_withBinding, static_setKeys_triggerChangeNotificationsForDependentKey, static_setVersion, static_useStoredAccessor, static_version, storedValueForKey, stream_handleEvent, superclass, tableView_acceptDrop_row_dropOperation, tableView_didClickTableColumn, tableView_didDragTableColumn, tableView_mouseDownInHeaderOfTableColumn, tableView_objectValueForTableColumn_row, tableView_setObjectValue_forTableColumn_row, tableView_shouldEditTableColumn_row, tableView_shouldSelectRow, tableView_shouldSelectTableColumn, tableView_sortDescriptorsDidChange, tableView_validateDrop_proposedRow_proposedDropOperation, tableView_willDisplayCell_forTableColumn_row, tableView_writeRows_toPasteboard, tableViewColumnDidMove, tableViewColumnDidResize, tableViewSelectionDidChange, tableViewSelectionIsChanging, tabView_didSelectTabViewItem, tabView_shouldSelectTabViewItem, tabView_willSelectTabViewItem, tabViewDidChangeNumberOfTabViewItems, takeStoredValue_forKey, takeValue_forKey, takeValue_forKeyPath, takeValuesFromDictionary, textDidBeginEditing, textDidChange, textDidEndEditing, textShouldBeginEditing, textShouldEndEditing, textStorageDidProcessEditing, textStorageWillProcessEditing, textView_clickedOnCell_inRect_atIndex, textView_clickedOnCell_inRect, textView_clickedOnLink_atIndex, textView_clickedOnLink, textView_completions_forPartialWordRange_indexOfSelectedItem, textView_doCommandBySelector, textView_doubleClickedOnCell_inRect_atIndex, textView_doubleClickedOnCell_inRect, textView_draggedCell_inRect_event_atIndex, textView_draggedCell_inRect_event, textView_shouldChangeTextInRange_replacementString, textView_willChangeSelectionFromCharacterRange_toCharacterRange, textView_willDisplayToolTip_forCharacterAtIndex, textView_writablePasteboardTypesForCell_atIndex, textView_writeCell_atIndex_toPasteboard_type, textViewDidChangeSelection, textViewDidChangeTypingAttributes, toManyRelationshipKeys, toolbar_itemForItemIdentifier_willBeInsertedIntoToolbar, toolbarAllowedItemIdentifiers, toolbarDefaultItemIdentifiers, toolbarDidRemoveItem, toolbarSelectableItemIdentifiers, toolbarWillAddItem, toOneRelationshipKeys, unableToSetNilForKey, unarchiver_cannotDecodeObjectOfClassName_originalClasses, unarchiver_didDecodeObject, unarchiver_willReplaceObject_withObject, unarchiverDidFinish, unarchiverWillFinish, unbind, undoManagerForTextView, URL_resourceDataDidBecomeAvailable, URL_resourceDidFailLoadingWithReason, URLResourceDidCancelLoading, URLResourceDidFinishLoading, validateMenuItem, validateToolbarItem, validateValue_forKey_error, validateValue_forKeyPath_error, validModesForFontPanel, valueAtIndex_inPropertyWithKey, valueClassForBinding, valueForKey, valueForKeyPath, valueForUndefinedKey, valuesForKeys, valueWithName_inPropertyWithKey, valueWithUniqueID_inPropertyWithKey, view_stringForToolTip_point_userData, willChange_valuesAtIndexes_forKey, willChangeValueForKey, window_willPositionSheet_usingRect, windowDidBecomeKey, windowDidBecomeMain, windowDidChangeScreen, windowDidDeminiaturize, windowDidEndSheet, windowDidExpose, windowDidMiniaturize, windowDidMove, windowDidResignKey, windowDidResignMain, windowDidResize, windowDidUpdate, windowShouldClose, windowShouldZoom_toFrame, windowWillBeginSheet, windowWillClose, windowWillMiniaturize, windowWillMove, windowWillResize_toSize, windowWillReturnFieldEditor_toObject, windowWillReturnUndoManager, windowWillUseStandardFrame_defaultFrame, writeSelectionToPasteboard_types, zone
 
Methods inherited from class com.jniwrapper.macosx.cocoa.CObject
getClassName
 
Methods inherited from class com.jniwrapper.macosx.cocoa.Id
clone
 
Methods inherited from class com.jniwrapper.Pointer.Void
asFunction, asFunction, asTypedPointer, castTo, castTo, equals, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, a, acceptIOPerformer, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NSCell

public NSCell()

NSCell

public NSCell(boolean autorelease)
Contructs the NSCell class with the autorelease option on.

Parameters:
autorelease -

NSCell

public NSCell(com.jniwrapper.Pointer.Void instancePtr)
Contructs the NSCell class from pointer.

Parameters:
instancePtr -

NSCell

public NSCell(java.lang.String methodName,
              com.jniwrapper.Parameter[] parameters)
Contructs the NSCell class with static constructor.

Parameters:
methodName -
parameters -
Method Detail

init

protected void init(com.jniwrapper.Parameter[] fields)
Overrides:
init in class NSObject

takeObjectValueFrom

public void takeObjectValueFrom(Id sender)

takeDoubleValueFrom

public void takeDoubleValueFrom(Id sender)

isSelectable

public com.jniwrapper.Bool isSelectable()

setRepresentedObject

public void setRepresentedObject(Id anObject)

setTarget

public void setTarget(Id anObject)

takeStringValueFrom

public void takeStringValueFrom(Id sender)

compare

public NSComparisonResult compare(Id otherCell)

refusesFirstResponder

public com.jniwrapper.Bool refusesFirstResponder()

setAllowsEditingTextAttributes

public void setAllowsEditingTextAttributes(boolean flag)

menuForEvent_inRect_ofView

public com.jniwrapper.Pointer.Void menuForEvent_inRect_ofView(NSEvent event,
                                                              NSRect cellFrame,
                                                              NSView view)
This method represents the menuForEvent() method of the NSCell Objective-C class.

Parameters:
event -
cellFrame -
view -
Returns:
NSMenu

static_defaultFocusRingType

public static NSFocusRingType static_defaultFocusRingType()

setFloatValue

public void setFloatValue(com.jniwrapper.SingleFloat aFloat)

allowsMixedState

public com.jniwrapper.Bool allowsMixedState()

drawingRectForBounds

public NSRect drawingRectForBounds(NSRect theRect)

importsGraphics

public com.jniwrapper.Bool importsGraphics()

startTrackingAt_inView

public com.jniwrapper.Bool startTrackingAt_inView(NSPoint startPoint,
                                                  NSView controlView)
This method represents the startTrackingAt() method of the NSCell Objective-C class.

Parameters:
startPoint -
controlView -
Returns:
Bool

nextState

public com.jniwrapper.Int nextState()

endEditing

public void endEditing(NSText textObj)

sendActionOn

public com.jniwrapper.Int sendActionOn(com.jniwrapper.Int mask)

attributedStringValue

public com.jniwrapper.Pointer.Void attributedStringValue()

setFloatingPointFormat_left_right

public void setFloatingPointFormat_left_right(boolean autoRange,
                                              com.jniwrapper.UInt16 leftDigits,
                                              com.jniwrapper.UInt16 rightDigits)
This method represents the setFloatingPointFormat() method of the NSCell Objective-C class.

Parameters:
autoRange -
leftDigits -
rightDigits -

menu

public com.jniwrapper.Pointer.Void menu()

setIntValue

public void setIntValue(com.jniwrapper.Int anInt)

setAttributedStringValue

public void setAttributedStringValue(NSAttributedString obj)

setShowsFirstResponder

public void setShowsFirstResponder(boolean showFR)

setMnemonicLocation

public void setMnemonicLocation(com.jniwrapper.UInt16 location)

setTitle

public void setTitle(java.lang.String aString)

hasValidObjectValue

public com.jniwrapper.Bool hasValidObjectValue()

setFocusRingType

public void setFocusRingType(NSFocusRingType focusRingType)

isBezeled

public com.jniwrapper.Bool isBezeled()

continueTracking_at_inView

public com.jniwrapper.Bool continueTracking_at_inView(NSPoint lastPoint,
                                                      NSPoint currentPoint,
                                                      NSView controlView)
This method represents the continueTracking() method of the NSCell Objective-C class.

Parameters:
lastPoint -
currentPoint -
controlView -
Returns:
Bool

isScrollable

public com.jniwrapper.Bool isScrollable()

state

public com.jniwrapper.Int state()

setBordered

public void setBordered(boolean flag)

isContinuous

public com.jniwrapper.Bool isContinuous()

setEnabled

public void setEnabled(boolean flag)

setMenu

public void setMenu(NSMenu aMenu)

titleRectForBounds

public NSRect titleRectForBounds(NSRect theRect)

cellAttribute

public com.jniwrapper.Int cellAttribute(NSCellAttribute aParameter)

representedObject

public Id representedObject()

entryType

public com.jniwrapper.Int entryType()

stringValue

public com.jniwrapper.Pointer.Void stringValue()

setAction

public void setAction(Sel aSelector)

wraps

public com.jniwrapper.Bool wraps()

setObjectValue

public void setObjectValue(Id obj)

controlTint

public NSControlTint controlTint()

highlight_withFrame_inView

public void highlight_withFrame_inView(boolean flag,
                                       NSRect cellFrame,
                                       NSView controlView)
This method represents the highlight() method of the NSCell Objective-C class.

Parameters:
flag -
cellFrame -
controlView -

mnemonicLocation

public com.jniwrapper.UInt16 mnemonicLocation()

takeIntValueFrom

public void takeIntValueFrom(Id sender)

setState

public void setState(com.jniwrapper.Int value)

initWithCoder

public Id initWithCoder(NSCoder aDecoder)
Specified by:
initWithCoder in interface NSCodingProtocol

editWithFrame_inView_editor_delegate_event

public void editWithFrame_inView_editor_delegate_event(NSRect aRect,
                                                       NSView controlView,
                                                       NSText textObj,
                                                       Id anObject,
                                                       NSEvent theEvent)
This method represents the editWithFrame() method of the NSCell Objective-C class.

Parameters:
aRect -
controlView -
textObj -
anObject -
theEvent -

setAllowsMixedState

public void setAllowsMixedState(boolean flag)

setSelectable

public void setSelectable(boolean flag)

performClick

public void performClick(Id sender)

image

public com.jniwrapper.Pointer.Void image()

focusRingType

public NSFocusRingType focusRingType()

getPeriodicDelay_interval

public void getPeriodicDelay_interval(com.jniwrapper.SingleFloat delay,
                                      com.jniwrapper.SingleFloat interval)
This method represents the getPeriodicDelay() method of the NSCell Objective-C class.

Parameters:
delay -
interval -

calcDrawInfo

public void calcDrawInfo(NSRect aRect)

objectValue

public Id objectValue()

setStringValue

public void setStringValue(java.lang.String aString)

action

public Sel action()

setImportsGraphics

public void setImportsGraphics(boolean flag)

setImage

public void setImage(NSImage image)

setHighlighted

public void setHighlighted(boolean flag)

setType

public void setType(NSCellType aType)

controlSize

public NSControlSize controlSize()

mouseDownFlags

public com.jniwrapper.Int mouseDownFlags()

setEditable

public void setEditable(boolean flag)

tag

public com.jniwrapper.Int tag()

selectWithFrame_inView_editor_delegate_start_length

public void selectWithFrame_inView_editor_delegate_start_length(NSRect aRect,
                                                                NSView controlView,
                                                                NSText textObj,
                                                                Id anObject,
                                                                com.jniwrapper.Int selStart,
                                                                com.jniwrapper.Int selLength)
This method represents the selectWithFrame() method of the NSCell Objective-C class.

Parameters:
aRect -
controlView -
textObj -
anObject -
selStart -
selLength -

setFont

public void setFont(NSFont fontObj)

setNextState

public void setNextState()

showsFirstResponder

public com.jniwrapper.Bool showsFirstResponder()

initImageCell

public Id initImageCell(NSImage image)

sendsActionOnEndEditing

public com.jniwrapper.Bool sendsActionOnEndEditing()

floatValue

public com.jniwrapper.SingleFloat floatValue()

setControlSize

public void setControlSize(NSControlSize size)

setBezeled

public void setBezeled(boolean flag)

intValue

public com.jniwrapper.Int intValue()

setUpFieldEditorAttributes

public com.jniwrapper.Pointer.Void setUpFieldEditorAttributes(NSText textObj)

alignment

public NSTextAlignment alignment()

stopTracking_at_inView_mouseIsUp

public void stopTracking_at_inView_mouseIsUp(NSPoint lastPoint,
                                             NSPoint stopPoint,
                                             NSView controlView,
                                             boolean flag)
This method represents the stopTracking() method of the NSCell Objective-C class.

Parameters:
lastPoint -
stopPoint -
controlView -
flag -

font

public com.jniwrapper.Pointer.Void font()

encodeWithCoder

public void encodeWithCoder(NSCoder aCoder)
Specified by:
encodeWithCoder in interface NSCodingProtocol

static_defaultMenu

public static com.jniwrapper.Pointer.Void static_defaultMenu()

copyWithZone

public Id copyWithZone(NSZone zone)
Specified by:
copyWithZone in interface NSCopyingProtocol

isEditable

public com.jniwrapper.Bool isEditable()

isHighlighted

public com.jniwrapper.Bool isHighlighted()

setTag

public void setTag(com.jniwrapper.Int anInt)

setRefusesFirstResponder

public void setRefusesFirstResponder(boolean flag)

isEnabled

public com.jniwrapper.Bool isEnabled()

takeFloatValueFrom

public void takeFloatValueFrom(Id sender)

allowsEditingTextAttributes

public com.jniwrapper.Bool allowsEditingTextAttributes()

keyEquivalent

public com.jniwrapper.Pointer.Void keyEquivalent()

static_prefersTrackingUntilMouseUp

public static com.jniwrapper.Bool static_prefersTrackingUntilMouseUp()

isEntryAcceptable

public com.jniwrapper.Bool isEntryAcceptable(java.lang.String aString)

drawWithFrame_inView

public void drawWithFrame_inView(NSRect cellFrame,
                                 NSView controlView)
This method represents the drawWithFrame() method of the NSCell Objective-C class.

Parameters:
cellFrame -
controlView -

cellSize

public NSSize cellSize()

drawInteriorWithFrame_inView

public void drawInteriorWithFrame_inView(NSRect cellFrame,
                                         NSView controlView)
This method represents the drawInteriorWithFrame() method of the NSCell Objective-C class.

Parameters:
cellFrame -
controlView -

setSendsActionOnEndEditing

public void setSendsActionOnEndEditing(boolean flag)

initTextCell

public Id initTextCell(java.lang.String aString)

setFormatter

public void setFormatter(NSFormatter newFormatter)

setScrollable

public void setScrollable(boolean flag)

title

public com.jniwrapper.Pointer.Void title()

setAlignment

public void setAlignment(NSTextAlignment mode)

target

public Id target()

highlightColorWithFrame_inView

public com.jniwrapper.Pointer.Void highlightColorWithFrame_inView(NSRect cellFrame,
                                                                  NSView controlView)
This method represents the highlightColorWithFrame() method of the NSCell Objective-C class.

Parameters:
cellFrame -
controlView -
Returns:
NSColor

setWraps

public void setWraps(boolean flag)

formatter

public Id formatter()

isOpaque

public com.jniwrapper.Bool isOpaque()

cellSizeForBounds

public NSSize cellSizeForBounds(NSRect aRect)

resetCursorRect_inView

public void resetCursorRect_inView(NSRect cellFrame,
                                   NSView controlView)
This method represents the resetCursorRect() method of the NSCell Objective-C class.

Parameters:
cellFrame -
controlView -

doubleValue

public com.jniwrapper.DoubleFloat doubleValue()

setEntryType

public void setEntryType(com.jniwrapper.Int aType)

setCellAttribute_to

public void setCellAttribute_to(NSCellAttribute aParameter,
                                com.jniwrapper.Int value)
This method represents the setCellAttribute() method of the NSCell Objective-C class.

Parameters:
aParameter -
value -

setContinuous

public void setContinuous(boolean flag)

imageRectForBounds

public NSRect imageRectForBounds(NSRect theRect)

type

public NSCellType type()

mnemonic

public com.jniwrapper.Pointer.Void mnemonic()

isBordered

public com.jniwrapper.Bool isBordered()

trackMouse_inRect_ofView_untilMouseUp

public com.jniwrapper.Bool trackMouse_inRect_ofView_untilMouseUp(NSEvent theEvent,
                                                                 NSRect cellFrame,
                                                                 NSView controlView,
                                                                 boolean flag)
This method represents the trackMouse() method of the NSCell Objective-C class.

Parameters:
theEvent -
cellFrame -
controlView -
flag -
Returns:
Bool

controlView

public com.jniwrapper.Pointer.Void controlView()

setDoubleValue

public void setDoubleValue(com.jniwrapper.DoubleFloat aDouble)

acceptsFirstResponder

public com.jniwrapper.Bool acceptsFirstResponder()

setTitleWithMnemonic

public void setTitleWithMnemonic(java.lang.String stringWithAmpersand)

setControlTint

public void setControlTint(NSControlTint controlTint)