public class NSCell extends NSObject implements NSCopyingProtocol, NSCodingProtocol
NSCell
class.
See the class documentation at the Apple's site: NSCellConstructor and Description |
---|
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. |
Modifier and Type | Method and Description |
---|---|
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() |
_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
getClassName
asFunction, asFunction, asTypedPointer, castTo, castTo, equals, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write
public NSCell()
public NSCell(boolean autorelease)
NSCell
class with the autorelease option on.autorelease
- public NSCell(com.jniwrapper.Pointer.Void instancePtr)
NSCell
class from pointer.instancePtr
- public NSCell(java.lang.String methodName, com.jniwrapper.Parameter[] parameters)
NSCell
class with static constructor.methodName
- parameters
- public void takeObjectValueFrom(Id sender)
public void takeDoubleValueFrom(Id sender)
public com.jniwrapper.Bool isSelectable()
public void setRepresentedObject(Id anObject)
public void setTarget(Id anObject)
public void takeStringValueFrom(Id sender)
public NSComparisonResult compare(Id otherCell)
public com.jniwrapper.Bool refusesFirstResponder()
public void setAllowsEditingTextAttributes(boolean flag)
public com.jniwrapper.Pointer.Void menuForEvent_inRect_ofView(NSEvent event, NSRect cellFrame, NSView view)
menuForEvent()
method of the NSCell Objective-C class.event
- cellFrame
- view
- public static NSFocusRingType static_defaultFocusRingType()
public void setFloatValue(com.jniwrapper.SingleFloat aFloat)
public com.jniwrapper.Bool allowsMixedState()
public com.jniwrapper.Bool importsGraphics()
public com.jniwrapper.Bool startTrackingAt_inView(NSPoint startPoint, NSView controlView)
startTrackingAt()
method of the NSCell Objective-C class.startPoint
- controlView
- public com.jniwrapper.Int nextState()
public void endEditing(NSText textObj)
public com.jniwrapper.Int sendActionOn(com.jniwrapper.Int mask)
public com.jniwrapper.Pointer.Void attributedStringValue()
public void setFloatingPointFormat_left_right(boolean autoRange, com.jniwrapper.UInt16 leftDigits, com.jniwrapper.UInt16 rightDigits)
setFloatingPointFormat()
method of the NSCell Objective-C class.autoRange
- leftDigits
- rightDigits
- public com.jniwrapper.Pointer.Void menu()
public void setIntValue(com.jniwrapper.Int anInt)
public void setAttributedStringValue(NSAttributedString obj)
public void setShowsFirstResponder(boolean showFR)
public void setMnemonicLocation(com.jniwrapper.UInt16 location)
public void setTitle(java.lang.String aString)
public com.jniwrapper.Bool hasValidObjectValue()
public void setFocusRingType(NSFocusRingType focusRingType)
public com.jniwrapper.Bool isBezeled()
public com.jniwrapper.Bool continueTracking_at_inView(NSPoint lastPoint, NSPoint currentPoint, NSView controlView)
continueTracking()
method of the NSCell Objective-C class.lastPoint
- currentPoint
- controlView
- public com.jniwrapper.Bool isScrollable()
public com.jniwrapper.Int state()
public void setBordered(boolean flag)
public com.jniwrapper.Bool isContinuous()
public void setEnabled(boolean flag)
public void setMenu(NSMenu aMenu)
public com.jniwrapper.Int cellAttribute(NSCellAttribute aParameter)
public Id representedObject()
public com.jniwrapper.Int entryType()
public com.jniwrapper.Pointer.Void stringValue()
public void setAction(Sel aSelector)
public com.jniwrapper.Bool wraps()
public void setObjectValue(Id obj)
public NSControlTint controlTint()
public void highlight_withFrame_inView(boolean flag, NSRect cellFrame, NSView controlView)
highlight()
method of the NSCell Objective-C class.flag
- cellFrame
- controlView
- public com.jniwrapper.UInt16 mnemonicLocation()
public void takeIntValueFrom(Id sender)
public void setState(com.jniwrapper.Int value)
public Id initWithCoder(NSCoder aDecoder)
initWithCoder
in interface NSCodingProtocol
public void editWithFrame_inView_editor_delegate_event(NSRect aRect, NSView controlView, NSText textObj, Id anObject, NSEvent theEvent)
editWithFrame()
method of the NSCell Objective-C class.aRect
- controlView
- textObj
- anObject
- theEvent
- public void setAllowsMixedState(boolean flag)
public void setSelectable(boolean flag)
public void performClick(Id sender)
public com.jniwrapper.Pointer.Void image()
public NSFocusRingType focusRingType()
public void getPeriodicDelay_interval(com.jniwrapper.SingleFloat delay, com.jniwrapper.SingleFloat interval)
getPeriodicDelay()
method of the NSCell Objective-C class.delay
- interval
- public void calcDrawInfo(NSRect aRect)
public Id objectValue()
public void setStringValue(java.lang.String aString)
public Sel action()
public void setImportsGraphics(boolean flag)
public void setImage(NSImage image)
public void setHighlighted(boolean flag)
public void setType(NSCellType aType)
public NSControlSize controlSize()
public com.jniwrapper.Int mouseDownFlags()
public void setEditable(boolean flag)
public com.jniwrapper.Int tag()
public void selectWithFrame_inView_editor_delegate_start_length(NSRect aRect, NSView controlView, NSText textObj, Id anObject, com.jniwrapper.Int selStart, com.jniwrapper.Int selLength)
selectWithFrame()
method of the NSCell Objective-C class.aRect
- controlView
- textObj
- anObject
- selStart
- selLength
- public void setFont(NSFont fontObj)
public void setNextState()
public com.jniwrapper.Bool showsFirstResponder()
public com.jniwrapper.Bool sendsActionOnEndEditing()
public com.jniwrapper.SingleFloat floatValue()
public void setControlSize(NSControlSize size)
public void setBezeled(boolean flag)
public com.jniwrapper.Int intValue()
public com.jniwrapper.Pointer.Void setUpFieldEditorAttributes(NSText textObj)
public NSTextAlignment alignment()
public void stopTracking_at_inView_mouseIsUp(NSPoint lastPoint, NSPoint stopPoint, NSView controlView, boolean flag)
stopTracking()
method of the NSCell Objective-C class.lastPoint
- stopPoint
- controlView
- flag
- public com.jniwrapper.Pointer.Void font()
public void encodeWithCoder(NSCoder aCoder)
encodeWithCoder
in interface NSCodingProtocol
public static com.jniwrapper.Pointer.Void static_defaultMenu()
public Id copyWithZone(NSZone zone)
copyWithZone
in interface NSCopyingProtocol
public com.jniwrapper.Bool isEditable()
public com.jniwrapper.Bool isHighlighted()
public void setTag(com.jniwrapper.Int anInt)
public void setRefusesFirstResponder(boolean flag)
public com.jniwrapper.Bool isEnabled()
public void takeFloatValueFrom(Id sender)
public com.jniwrapper.Bool allowsEditingTextAttributes()
public com.jniwrapper.Pointer.Void keyEquivalent()
public static com.jniwrapper.Bool static_prefersTrackingUntilMouseUp()
public com.jniwrapper.Bool isEntryAcceptable(java.lang.String aString)
public void drawWithFrame_inView(NSRect cellFrame, NSView controlView)
drawWithFrame()
method of the NSCell Objective-C class.cellFrame
- controlView
- public NSSize cellSize()
public void drawInteriorWithFrame_inView(NSRect cellFrame, NSView controlView)
drawInteriorWithFrame()
method of the NSCell Objective-C class.cellFrame
- controlView
- public void setSendsActionOnEndEditing(boolean flag)
public Id initTextCell(java.lang.String aString)
public void setFormatter(NSFormatter newFormatter)
public void setScrollable(boolean flag)
public com.jniwrapper.Pointer.Void title()
public void setAlignment(NSTextAlignment mode)
public Id target()
public com.jniwrapper.Pointer.Void highlightColorWithFrame_inView(NSRect cellFrame, NSView controlView)
highlightColorWithFrame()
method of the NSCell Objective-C class.cellFrame
- controlView
- public void setWraps(boolean flag)
public Id formatter()
public com.jniwrapper.Bool isOpaque()
public void resetCursorRect_inView(NSRect cellFrame, NSView controlView)
resetCursorRect()
method of the NSCell Objective-C class.cellFrame
- controlView
- public com.jniwrapper.DoubleFloat doubleValue()
public void setEntryType(com.jniwrapper.Int aType)
public void setCellAttribute_to(NSCellAttribute aParameter, com.jniwrapper.Int value)
setCellAttribute()
method of the NSCell Objective-C class.aParameter
- value
- public void setContinuous(boolean flag)
public NSCellType type()
public com.jniwrapper.Pointer.Void mnemonic()
public com.jniwrapper.Bool isBordered()
public com.jniwrapper.Bool trackMouse_inRect_ofView_untilMouseUp(NSEvent theEvent, NSRect cellFrame, NSView controlView, boolean flag)
trackMouse()
method of the NSCell Objective-C class.theEvent
- cellFrame
- controlView
- flag
- public com.jniwrapper.Pointer.Void controlView()
public void setDoubleValue(com.jniwrapper.DoubleFloat aDouble)
public com.jniwrapper.Bool acceptsFirstResponder()
public void setTitleWithMnemonic(java.lang.String stringWithAmpersand)
public void setControlTint(NSControlTint controlTint)