public class NSTextView extends NSText implements NSTextInputProtocol, NSUserInterfaceValidationsProtocol
NSTextView class.
See the class documentation at the Apple's site: NSTextView| Constructor and Description |
|---|
NSTextView() |
NSTextView(boolean autorelease)
Contructs the
NSTextView class with the autorelease option on. |
NSTextView(com.jniwrapper.Pointer.Void instancePtr)
Contructs the
NSTextView class from pointer. |
NSTextView(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
Contructs the
NSTextView class with static constructor. |
| Modifier and Type | Method and Description |
|---|---|
com.jniwrapper.Pointer.Void |
acceptableDragTypes() |
com.jniwrapper.Bool |
acceptsGlyphInfo() |
void |
alignJustified(Id sender) |
com.jniwrapper.Bool |
allowsDocumentBackgroundColorChange() |
com.jniwrapper.Bool |
allowsUndo() |
com.jniwrapper.Pointer.Void |
attributedSubstringFromRange(NSRange theRange) |
com.jniwrapper.Pointer.Void |
backgroundColor() |
com.jniwrapper.Bool |
becomeFirstResponder() |
void |
changeAttributes(Id sender) |
void |
changeColor(Id sender) |
void |
changeDocumentBackgroundColor(Id sender) |
com.jniwrapper.UInt |
characterIndexForPoint(NSPoint thePoint) |
void |
cleanUpAfterDragOperation() |
void |
clickedOnLink_atIndex(Id link,
com.jniwrapper.UInt16 charIndex)
This method represents the
clickedOnLink() method of the NSTextView Objective-C class. |
void |
complete(Id sender) |
com.jniwrapper.Pointer.Void |
completionsForPartialWordRange_indexOfSelectedItem(NSRange charRange,
com.jniwrapper.Int index)
This method represents the
completionsForPartialWordRange() method of the NSTextView Objective-C class. |
com.jniwrapper.Int32 |
conversationIdentifier() |
com.jniwrapper.Pointer.Void |
defaultParagraphStyle() |
Id |
delegate() |
void |
didChangeText() |
void |
doCommandBySelector(Sel aSelector) |
com.jniwrapper.Pointer.Void |
dragImageForSelectionWithEvent_origin(NSEvent event,
NSPointPointer origin)
This method represents the
dragImageForSelectionWithEvent() method of the NSTextView Objective-C class. |
com.jniwrapper.UInt |
dragOperationForDraggingInfo_type(Id dragInfo,
java.lang.String type)
This method represents the
dragOperationForDraggingInfo() method of the NSTextView Objective-C class. |
com.jniwrapper.Bool |
dragSelectionWithEvent_offset_slideBack(NSEvent event,
NSSize mouseOffset,
boolean slideBack)
This method represents the
dragSelectionWithEvent() method of the NSTextView Objective-C class. |
void |
drawInsertionPointInRect_color_turnedOn(NSRect rect,
NSColor color,
boolean flag)
This method represents the
drawInsertionPointInRect() method of the NSTextView Objective-C class. |
com.jniwrapper.Bool |
drawsBackground() |
void |
drawViewBackgroundInRect(NSRect rect) |
NSRect |
firstRectForCharacterRange(NSRange theRange) |
com.jniwrapper.Bool |
hasMarkedText() |
com.jniwrapper.Bool |
importsGraphics() |
protected void |
init(com.jniwrapper.Parameter[] fields) |
Id |
initWithFrame_textContainer(NSRect frameRect,
NSTextContainer container)
This method represents the
initWithFrame() method of the NSTextView Objective-C class. |
Id |
initWithFrame(NSRect frameRect) |
void |
insertCompletion_forPartialWordRange_movement_isFinal(java.lang.String word,
NSRange charRange,
com.jniwrapper.Int movement,
boolean flag)
This method represents the
insertCompletion() method of the NSTextView Objective-C class. |
com.jniwrapper.Pointer.Void |
insertionPointColor() |
void |
insertText(Id aString) |
void |
invalidateTextContainerOrigin() |
com.jniwrapper.Bool |
isContinuousSpellCheckingEnabled() |
com.jniwrapper.Bool |
isEditable() |
com.jniwrapper.Bool |
isFieldEditor() |
com.jniwrapper.Bool |
isRichText() |
com.jniwrapper.Bool |
isRulerVisible() |
com.jniwrapper.Bool |
isSelectable() |
com.jniwrapper.Pointer.Void |
layoutManager() |
com.jniwrapper.Pointer.Void |
linkTextAttributes() |
void |
loosenKerning(Id sender) |
void |
lowerBaseline(Id sender) |
NSRange |
markedRange() |
com.jniwrapper.Pointer.Void |
markedTextAttributes() |
void |
outline(Id sender) |
void |
pasteAsPlainText(Id sender) |
void |
pasteAsRichText(Id sender) |
void |
performFindPanelAction(Id sender) |
com.jniwrapper.Pointer.Void |
preferredPasteboardTypeFromArray_restrictedToTypesFromArray(NSArray availableTypes,
NSArray allowedTypes)
This method represents the
preferredPasteboardTypeFromArray() method of the NSTextView Objective-C class. |
void |
raiseBaseline(Id sender) |
NSRange |
rangeForUserCharacterAttributeChange() |
NSRange |
rangeForUserCompletion() |
NSRange |
rangeForUserParagraphAttributeChange() |
NSRange |
rangeForUserTextChange() |
com.jniwrapper.Pointer.Void |
readablePasteboardTypes() |
com.jniwrapper.Bool |
readSelectionFromPasteboard_type(NSPasteboard pboard,
java.lang.String type)
This method represents the
readSelectionFromPasteboard() method of the NSTextView Objective-C class. |
com.jniwrapper.Bool |
readSelectionFromPasteboard(NSPasteboard pboard) |
void |
replaceTextContainer(NSTextContainer newContainer) |
com.jniwrapper.Bool |
resignFirstResponder() |
void |
rulerView_didAddMarker(NSRulerView ruler,
NSRulerMarker marker)
This method represents the
rulerView() method of the NSTextView Objective-C class. |
void |
rulerView_didMoveMarker(NSRulerView ruler,
NSRulerMarker marker)
This method represents the
rulerView() method of the NSTextView Objective-C class. |
void |
rulerView_didRemoveMarker(NSRulerView ruler,
NSRulerMarker marker)
This method represents the
rulerView() method of the NSTextView Objective-C class. |
void |
rulerView_handleMouseDown(NSRulerView ruler,
NSEvent event)
This method represents the
rulerView() method of the NSTextView Objective-C class. |
com.jniwrapper.Bool |
rulerView_shouldAddMarker(NSRulerView ruler,
NSRulerMarker marker)
This method represents the
rulerView() method of the NSTextView Objective-C class. |
com.jniwrapper.Bool |
rulerView_shouldMoveMarker(NSRulerView ruler,
NSRulerMarker marker)
This method represents the
rulerView() method of the NSTextView Objective-C class. |
com.jniwrapper.Bool |
rulerView_shouldRemoveMarker(NSRulerView ruler,
NSRulerMarker marker)
This method represents the
rulerView() method of the NSTextView Objective-C class. |
com.jniwrapper.SingleFloat |
rulerView_willAddMarker_atLocation(NSRulerView ruler,
NSRulerMarker marker,
com.jniwrapper.SingleFloat location)
This method represents the
rulerView() method of the NSTextView Objective-C class. |
com.jniwrapper.SingleFloat |
rulerView_willMoveMarker_toLocation(NSRulerView ruler,
NSRulerMarker marker,
com.jniwrapper.SingleFloat location)
This method represents the
rulerView() method of the NSTextView Objective-C class. |
NSRange |
selectedRange() |
com.jniwrapper.Pointer.Void |
selectedTextAttributes() |
NSSelectionAffinity |
selectionAffinity() |
NSSelectionGranularity |
selectionGranularity() |
NSRange |
selectionRangeForProposedRange_granularity(NSRange proposedCharRange,
NSSelectionGranularity granularity)
This method represents the
selectionRangeForProposedRange() method of the NSTextView Objective-C class. |
void |
setAcceptsGlyphInfo(boolean flag) |
void |
setAlignment_range(NSTextAlignment alignment,
NSRange range)
This method represents the
setAlignment() method of the NSTextView Objective-C class. |
void |
setAllowsDocumentBackgroundColorChange(boolean flag) |
void |
setAllowsUndo(boolean flag) |
void |
setBackgroundColor(NSColor color) |
void |
setConstrainedFrameSize(NSSize desiredSize) |
void |
setContinuousSpellCheckingEnabled(boolean flag) |
void |
setDefaultParagraphStyle(NSParagraphStyle paragraphStyle) |
void |
setDelegate(Id anObject) |
void |
setDrawsBackground(boolean flag) |
void |
setEditable(boolean flag) |
void |
setFieldEditor(boolean flag) |
void |
setImportsGraphics(boolean flag) |
void |
setInsertionPointColor(NSColor color) |
void |
setLinkTextAttributes(NSDictionary attributeDictionary) |
void |
setMarkedText_selectedRange(Id aString,
NSRange selRange)
This method represents the
setMarkedText() method of the NSTextView Objective-C class. |
void |
setMarkedTextAttributes(NSDictionary attributeDictionary) |
void |
setNeedsDisplayInRect_avoidAdditionalLayout(NSRect rect,
boolean flag)
This method represents the
setNeedsDisplayInRect() method of the NSTextView Objective-C class. |
void |
setRichText(boolean flag) |
void |
setRulerVisible(boolean flag) |
void |
setSelectable(boolean flag) |
void |
setSelectedRange_affinity_stillSelecting(NSRange charRange,
NSSelectionAffinity affinity,
boolean stillSelectingFlag)
This method represents the
setSelectedRange() method of the NSTextView Objective-C class. |
void |
setSelectedRange(NSRange charRange) |
void |
setSelectedTextAttributes(NSDictionary attributeDictionary) |
void |
setSelectionGranularity(NSSelectionGranularity granularity) |
void |
setSmartInsertDeleteEnabled(boolean flag) |
void |
setTextContainer(NSTextContainer container) |
void |
setTextContainerInset(NSSize inset) |
void |
setTypingAttributes(NSDictionary attrs) |
void |
setUsesFindPanel(boolean flag) |
void |
setUsesFontPanel(boolean flag) |
void |
setUsesRuler(boolean flag) |
com.jniwrapper.Bool |
shouldChangeTextInRange_replacementString(NSRange affectedCharRange,
java.lang.String replacementString)
This method represents the
shouldChangeTextInRange() method of the NSTextView Objective-C class. |
com.jniwrapper.Bool |
shouldDrawInsertionPoint() |
NSRange |
smartDeleteRangeForProposedRange(NSRange proposedCharRange) |
com.jniwrapper.Pointer.Void |
smartInsertAfterStringForString_replacingRange(java.lang.String pasteString,
NSRange charRangeToReplace)
This method represents the
smartInsertAfterStringForString() method of the NSTextView Objective-C class. |
com.jniwrapper.Pointer.Void |
smartInsertBeforeStringForString_replacingRange(java.lang.String pasteString,
NSRange charRangeToReplace)
This method represents the
smartInsertBeforeStringForString() method of the NSTextView Objective-C class. |
com.jniwrapper.Bool |
smartInsertDeleteEnabled() |
void |
smartInsertForString_replacingRange_beforeString_afterString(java.lang.String pasteString,
NSRange charRangeToReplace,
java.lang.String beforeString,
java.lang.String afterString)
This method represents the
smartInsertForString() method of the NSTextView Objective-C class. |
com.jniwrapper.Int |
spellCheckerDocumentTag() |
void |
startSpeaking(Id sender) |
static void |
static_registerForServices() |
void |
stopSpeaking(Id sender) |
com.jniwrapper.Pointer.Void |
textContainer() |
NSSize |
textContainerInset() |
NSPoint |
textContainerOrigin() |
com.jniwrapper.Pointer.Void |
textStorage() |
void |
tightenKerning(Id sender) |
void |
toggleBaseWritingDirection(Id sender) |
void |
toggleContinuousSpellChecking(Id sender) |
void |
toggleTraditionalCharacterShape(Id sender) |
void |
turnOffKerning(Id sender) |
void |
turnOffLigatures(Id sender) |
com.jniwrapper.Pointer.Void |
typingAttributes() |
void |
unmarkText() |
void |
updateDragTypeRegistration() |
void |
updateFontPanel() |
void |
updateInsertionPointStateAndRestartTimer(boolean restartFlag) |
void |
updateRuler() |
void |
useAllLigatures(Id sender) |
com.jniwrapper.Bool |
usesFindPanel() |
com.jniwrapper.Bool |
usesFontPanel() |
com.jniwrapper.Bool |
usesRuler() |
void |
useStandardKerning(Id sender) |
void |
useStandardLigatures(Id sender) |
com.jniwrapper.Bool |
validateUserInterfaceItem(Id anItem) |
com.jniwrapper.Pointer.Void |
validAttributesForMarkedText() |
Id |
validRequestorForSendType_returnType(java.lang.String sendType,
java.lang.String returnType)
This method represents the
validRequestorForSendType() method of the NSTextView Objective-C class. |
com.jniwrapper.Pointer.Void |
writablePasteboardTypes() |
com.jniwrapper.Bool |
writeSelectionToPasteboard_type(NSPasteboard pboard,
java.lang.String type)
This method represents the
writeSelectionToPasteboard() method of the NSTextView Objective-C class. |
com.jniwrapper.Bool |
writeSelectionToPasteboard_types(NSPasteboard pboard,
NSArray types)
This method represents the
writeSelectionToPasteboard() method of the NSTextView Objective-C class. |
alignCenter, alignLeft, alignment, alignRight, changeFont, changeSpelling, checkSpelling, copy, copyFont, copyRuler, cut, delete, font, ignoreSpelling, isHorizontallyResizable, isVerticallyResizable, maxSize, minSize, paste, pasteFont, pasteRuler, readRTFDFromFile, replaceCharactersInRange_withRTF, replaceCharactersInRange_withRTFD, replaceCharactersInRange_withString, RTFDFromRange, RTFFromRange, scrollRangeToVisible, selectAll, setAlignment, setFont_range, setFont, setHorizontallyResizable, setMaxSize, setMinSize, setString, setTextColor_range, setTextColor, setVerticallyResizable, showGuessPanel, sizeToFit, string, subscript, superscript, textColor, toggleRuler, underline, unscript, writeRTFDToFile_atomicallyacceptsFirstMouse, addCursorRect_cursor, addSubview_positioned_relativeTo, addSubview, addToolTipRect_owner_userData, addTrackingRect_owner_userData_assumeInside, adjustPageHeightNew_top_bottom_limit, adjustPageWidthNew_left_right_limit, adjustScroll, allocateGState, ancestorSharedWithView, autoresizesSubviews, autoresizingMask, autoscroll, beginDocument, beginPageInRect_atPlacement, bounds, boundsRotation, canBecomeKeyView, canDraw, centerScanRect, convertPoint_fromView, convertPoint_toView, convertRect_fromView, convertRect_toView, convertSize_fromView, convertSize_toView, dataWithEPSInsideRect, dataWithPDFInsideRect, didAddSubview, discardCursorRects, display, displayIfNeeded, displayIfNeededIgnoringOpacity, displayIfNeededInRect, displayIfNeededInRectIgnoringOpacity, displayRect, displayRectIgnoringOpacity, dragFile_fromRect_slideBack_event, dragImage_at_offset_event_pasteboard_source_slideBack, dragPromisedFilesOfTypes_fromRect_source_slideBack_event, drawPageBorderWithSize, drawRect, drawSheetBorderWithSize, enclosingScrollView, endDocument, endPage, focusRingType, frame, frameRotation, getRectsBeingDrawn_count, gState, heightAdjustLimit, hitTest, inLiveResize, isDescendantOf, isFlipped, isHidden, isHiddenOrHasHiddenAncestor, isOpaque, isRotatedFromBase, isRotatedOrScaledFromBase, knowsPageRange, locationOfPrintRect, lockFocus, lockFocusIfCanDraw, menuForEvent, mouse_inRect, mouseDownCanMoveWindow, needsDisplay, needsPanelToBecomeKey, needsToDrawRect, nextKeyView, nextValidKeyView, opaqueAncestor, performKeyEquivalent, performMnemonic, postsBoundsChangedNotifications, postsFrameChangedNotifications, previousKeyView, previousValidKeyView, print, printJobTitle, rectForPage, reflectScrolledClipView, registerForDraggedTypes, releaseGState, removeAllToolTips, removeCursorRect_cursor, removeFromSuperview, removeFromSuperviewWithoutNeedingDisplay, removeToolTip, removeTrackingRect, renewGState, replaceSubview_with, resetCursorRects, resizeSubviewsWithOldSize, resizeWithOldSuperviewSize, rotateByAngle, rulerView_willSetClientView, scaleUnitSquareToSize, scrollClipView_toPoint, scrollPoint, scrollRect_by, scrollRectToVisible, setAutoresizesSubviews, setAutoresizingMask, setBounds, setBoundsOrigin, setBoundsRotation, setBoundsSize, setFocusRingType, setFrame, setFrameOrigin, setFrameRotation, setFrameSize, setHidden, setKeyboardFocusRingNeedsDisplayInRect, setNeedsDisplay, setNeedsDisplayInRect, setNextKeyView, setPostsBoundsChangedNotifications, setPostsFrameChangedNotifications, setToolTip, setUpGState, shouldDelayWindowOrderingForEvent, shouldDrawColor, sortSubviewsUsingFunction_context, static_defaultFocusRingType, static_defaultMenu, static_focusView, subviews, superview, tag, toolTip, translateOriginToPoint, unlockFocus, unregisterDraggedTypes, viewDidEndLiveResize, viewDidMoveToSuperview, viewDidMoveToWindow, viewWillMoveToSuperview, viewWillMoveToWindow, viewWillStartLiveResize, viewWithTag, visibleRect, wantsDefaultClipping, widthAdjustLimit, willRemoveSubview, window, writeEPSInsideRect_toPasteboard, writePDFInsideRect_toPasteboardacceptsFirstResponder, cancelOperation, capitalizeWord, centerSelectionInVisibleArea, changeCaseOfLetter, deleteBackward, deleteBackwardByDecomposingPreviousCharacter, deleteForward, deleteToBeginningOfLine, deleteToBeginningOfParagraph, deleteToEndOfLine, deleteToEndOfParagraph, deleteToMark, deleteWordBackward, deleteWordForward, encodeWithCoder, flagsChanged, flushBufferedKeyEvents, helpRequested, indent, initWithCoder, insertBacktab, insertNewline, insertNewlineIgnoringFieldEditor, insertParagraphSeparator, insertTab, insertTabIgnoringFieldEditor, interfaceStyle, interpretKeyEvents, keyDown, keyUp, lowercaseWord, menu, mouseDown, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseUp, moveBackward, moveBackwardAndModifySelection, moveDown, moveDownAndModifySelection, moveForward, moveForwardAndModifySelection, moveLeft, moveLeftAndModifySelection, moveRight, moveRightAndModifySelection, moveToBeginningOfDocument, moveToBeginningOfLine, moveToBeginningOfParagraph, moveToEndOfDocument, moveToEndOfLine, moveToEndOfParagraph, moveUp, moveUpAndModifySelection, moveWordBackward, moveWordBackwardAndModifySelection, moveWordForward, moveWordForwardAndModifySelection, moveWordLeft, moveWordLeftAndModifySelection, moveWordRight, moveWordRightAndModifySelection, nextResponder, noResponderFor, otherMouseDown, otherMouseDragged, otherMouseUp, pageDown, pageUp, rightMouseDown, rightMouseDragged, rightMouseUp, scrollLineDown, scrollLineUp, scrollPageDown, scrollPageUp, scrollWheel, selectLine, selectParagraph, selectToMark, selectWord, setInterfaceStyle, setMark, setMenu, setNextResponder, shouldBeTreatedAsInkEvent, showContextHelp, swapWithMark, transpose, transposeWords, tryToPerform_with, undoManager, uppercaseWord, yank_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, 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, 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, zonegetClassNameasFunction, asFunction, asTypedPointer, castTo, castTo, equals, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, writepublic NSTextView()
public NSTextView(boolean autorelease)
NSTextView class with the autorelease option on.autorelease - public NSTextView(com.jniwrapper.Pointer.Void instancePtr)
NSTextView class from pointer.instancePtr - public NSTextView(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
NSTextView class with static constructor.methodName - parameters - public com.jniwrapper.Pointer.Void textContainer()
public com.jniwrapper.Bool isSelectable()
isSelectable in class NSTextpublic void toggleContinuousSpellChecking(Id sender)
public com.jniwrapper.Bool drawsBackground()
drawsBackground in class NSTextpublic void raiseBaseline(Id sender)
public void setSelectionGranularity(NSSelectionGranularity granularity)
public com.jniwrapper.Bool importsGraphics()
importsGraphics in class NSTextpublic com.jniwrapper.UInt characterIndexForPoint(NSPoint thePoint)
characterIndexForPoint in interface NSTextInputProtocolpublic void setContinuousSpellCheckingEnabled(boolean flag)
public com.jniwrapper.UInt dragOperationForDraggingInfo_type(Id dragInfo, java.lang.String type)
dragOperationForDraggingInfo() method of the NSTextView Objective-C class.dragInfo - type - public com.jniwrapper.Pointer.Void layoutManager()
public com.jniwrapper.Bool isContinuousSpellCheckingEnabled()
public void rulerView_handleMouseDown(NSRulerView ruler, NSEvent event)
rulerView() method of the NSTextView Objective-C class.rulerView_handleMouseDown in class NSViewruler - event - public NSRange rangeForUserCharacterAttributeChange()
public NSRange smartDeleteRangeForProposedRange(NSRange proposedCharRange)
public com.jniwrapper.Bool shouldChangeTextInRange_replacementString(NSRange affectedCharRange, java.lang.String replacementString)
shouldChangeTextInRange() method of the NSTextView Objective-C class.affectedCharRange - replacementString - public com.jniwrapper.Bool writeSelectionToPasteboard_type(NSPasteboard pboard, java.lang.String type)
writeSelectionToPasteboard() method of the NSTextView Objective-C class.pboard - type - public void setTextContainer(NSTextContainer container)
public com.jniwrapper.Int32 conversationIdentifier()
conversationIdentifier in interface NSTextInputProtocolpublic void insertCompletion_forPartialWordRange_movement_isFinal(java.lang.String word,
NSRange charRange,
com.jniwrapper.Int movement,
boolean flag)
insertCompletion() method of the NSTextView Objective-C class.word - charRange - movement - flag - public void clickedOnLink_atIndex(Id link, com.jniwrapper.UInt16 charIndex)
clickedOnLink() method of the NSTextView Objective-C class.link - charIndex - public com.jniwrapper.Pointer.Void smartInsertAfterStringForString_replacingRange(java.lang.String pasteString,
NSRange charRangeToReplace)
smartInsertAfterStringForString() method of the NSTextView Objective-C class.pasteString - charRangeToReplace - public com.jniwrapper.Pointer.Void linkTextAttributes()
public void pasteAsRichText(Id sender)
public void setSmartInsertDeleteEnabled(boolean flag)
public com.jniwrapper.Pointer.Void validAttributesForMarkedText()
validAttributesForMarkedText in interface NSTextInputProtocolpublic void lowerBaseline(Id sender)
public com.jniwrapper.Pointer.Void markedTextAttributes()
public com.jniwrapper.Bool rulerView_shouldAddMarker(NSRulerView ruler, NSRulerMarker marker)
rulerView() method of the NSTextView Objective-C class.rulerView_shouldAddMarker in class NSViewruler - marker - public Id initWithFrame(NSRect frameRect)
initWithFrame in class NSViewpublic com.jniwrapper.SingleFloat rulerView_willMoveMarker_toLocation(NSRulerView ruler, NSRulerMarker marker, com.jniwrapper.SingleFloat location)
rulerView() method of the NSTextView Objective-C class.rulerView_willMoveMarker_toLocation in class NSViewruler - marker - location - public com.jniwrapper.SingleFloat rulerView_willAddMarker_atLocation(NSRulerView ruler, NSRulerMarker marker, com.jniwrapper.SingleFloat location)
rulerView() method of the NSTextView Objective-C class.rulerView_willAddMarker_atLocation in class NSViewruler - marker - location - public void setInsertionPointColor(NSColor color)
public NSPoint textContainerOrigin()
public com.jniwrapper.Bool writeSelectionToPasteboard_types(NSPasteboard pboard, NSArray types)
writeSelectionToPasteboard() method of the NSTextView Objective-C class.writeSelectionToPasteboard_types in class NSObjectpboard - types - public void setDelegate(Id anObject)
setDelegate in class NSTextpublic void drawInsertionPointInRect_color_turnedOn(NSRect rect, NSColor color, boolean flag)
drawInsertionPointInRect() method of the NSTextView Objective-C class.rect - color - flag - public void doCommandBySelector(Sel aSelector)
doCommandBySelector in interface NSTextInputProtocoldoCommandBySelector in class NSResponderpublic void setSelectedRange(NSRange charRange)
setSelectedRange in class NSTextpublic void unmarkText()
unmarkText in interface NSTextInputProtocolpublic void setSelectable(boolean flag)
setSelectable in class NSTextpublic com.jniwrapper.Bool shouldDrawInsertionPoint()
public void turnOffKerning(Id sender)
public NSRange markedRange()
markedRange in interface NSTextInputProtocolpublic void rulerView_didMoveMarker(NSRulerView ruler, NSRulerMarker marker)
rulerView() method of the NSTextView Objective-C class.rulerView_didMoveMarker in class NSViewruler - marker - public com.jniwrapper.Bool readSelectionFromPasteboard_type(NSPasteboard pboard, java.lang.String type)
readSelectionFromPasteboard() method of the NSTextView Objective-C class.pboard - type - public void setImportsGraphics(boolean flag)
setImportsGraphics in class NSTextpublic void setSelectedTextAttributes(NSDictionary attributeDictionary)
public void setDrawsBackground(boolean flag)
setDrawsBackground in class NSTextpublic NSRange selectedRange()
selectedRange in interface NSTextInputProtocolselectedRange in class NSTextpublic void toggleTraditionalCharacterShape(Id sender)
public com.jniwrapper.Bool allowsDocumentBackgroundColorChange()
public com.jniwrapper.Bool smartInsertDeleteEnabled()
public com.jniwrapper.Bool usesRuler()
public com.jniwrapper.Bool validateUserInterfaceItem(Id anItem)
validateUserInterfaceItem in interface NSUserInterfaceValidationsProtocolpublic void rulerView_didAddMarker(NSRulerView ruler, NSRulerMarker marker)
rulerView() method of the NSTextView Objective-C class.rulerView_didAddMarker in class NSViewruler - marker - public com.jniwrapper.Bool allowsUndo()
public NSRange selectionRangeForProposedRange_granularity(NSRange proposedCharRange, NSSelectionGranularity granularity)
selectionRangeForProposedRange() method of the NSTextView Objective-C class.proposedCharRange - granularity - public NSRange rangeForUserParagraphAttributeChange()
public void setEditable(boolean flag)
setEditable in class NSTextpublic com.jniwrapper.Bool usesFindPanel()
public com.jniwrapper.Pointer.Void preferredPasteboardTypeFromArray_restrictedToTypesFromArray(NSArray availableTypes, NSArray allowedTypes)
preferredPasteboardTypeFromArray() method of the NSTextView Objective-C class.availableTypes - allowedTypes - public com.jniwrapper.Bool resignFirstResponder()
resignFirstResponder in class NSResponderpublic com.jniwrapper.Bool becomeFirstResponder()
becomeFirstResponder in class NSResponderpublic com.jniwrapper.Bool dragSelectionWithEvent_offset_slideBack(NSEvent event, NSSize mouseOffset, boolean slideBack)
dragSelectionWithEvent() method of the NSTextView Objective-C class.event - mouseOffset - slideBack - public com.jniwrapper.Pointer.Void backgroundColor()
backgroundColor in class NSTextpublic void replaceTextContainer(NSTextContainer newContainer)
public void setMarkedTextAttributes(NSDictionary attributeDictionary)
public Id validRequestorForSendType_returnType(java.lang.String sendType, java.lang.String returnType)
validRequestorForSendType() method of the NSTextView Objective-C class.validRequestorForSendType_returnType in class NSRespondersendType - returnType - public com.jniwrapper.Bool isRichText()
isRichText in class NSTextpublic com.jniwrapper.Pointer.Void textStorage()
public void startSpeaking(Id sender)
public void alignJustified(Id sender)
public void changeAttributes(Id sender)
public void setAllowsDocumentBackgroundColorChange(boolean flag)
public void setNeedsDisplayInRect_avoidAdditionalLayout(NSRect rect, boolean flag)
setNeedsDisplayInRect() method of the NSTextView Objective-C class.rect - flag - public void loosenKerning(Id sender)
public void setTextContainerInset(NSSize inset)
public com.jniwrapper.Bool isEditable()
isEditable in class NSTextpublic com.jniwrapper.Bool usesFontPanel()
usesFontPanel in class NSTextpublic void setRichText(boolean flag)
setRichText in class NSTextpublic void setTypingAttributes(NSDictionary attrs)
public void updateFontPanel()
public NSRect firstRectForCharacterRange(NSRange theRange)
firstRectForCharacterRange in interface NSTextInputProtocolpublic com.jniwrapper.Bool isRulerVisible()
isRulerVisible in class NSTextpublic void setSelectedRange_affinity_stillSelecting(NSRange charRange, NSSelectionAffinity affinity, boolean stillSelectingFlag)
setSelectedRange() method of the NSTextView Objective-C class.charRange - affinity - stillSelectingFlag - public com.jniwrapper.Int spellCheckerDocumentTag()
public com.jniwrapper.Pointer.Void completionsForPartialWordRange_indexOfSelectedItem(NSRange charRange, com.jniwrapper.Int index)
completionsForPartialWordRange() method of the NSTextView Objective-C class.charRange - index - public com.jniwrapper.Bool rulerView_shouldMoveMarker(NSRulerView ruler, NSRulerMarker marker)
rulerView() method of the NSTextView Objective-C class.rulerView_shouldMoveMarker in class NSViewruler - marker - public com.jniwrapper.Bool readSelectionFromPasteboard(NSPasteboard pboard)
readSelectionFromPasteboard in class NSObjectpublic void setFieldEditor(boolean flag)
setFieldEditor in class NSTextpublic void cleanUpAfterDragOperation()
public void pasteAsPlainText(Id sender)
public void performFindPanelAction(Id sender)
public void setConstrainedFrameSize(NSSize desiredSize)
public void changeColor(Id sender)
changeColor in class NSObjectpublic com.jniwrapper.Pointer.Void writablePasteboardTypes()
public void tightenKerning(Id sender)
public void setUsesRuler(boolean flag)
public void updateDragTypeRegistration()
public com.jniwrapper.Pointer.Void smartInsertBeforeStringForString_replacingRange(java.lang.String pasteString,
NSRange charRangeToReplace)
smartInsertBeforeStringForString() method of the NSTextView Objective-C class.pasteString - charRangeToReplace - public NSSelectionGranularity selectionGranularity()
public void invalidateTextContainerOrigin()
public NSRange rangeForUserTextChange()
public void setUsesFontPanel(boolean flag)
setUsesFontPanel in class NSTextpublic com.jniwrapper.Pointer.Void readablePasteboardTypes()
public com.jniwrapper.Bool isFieldEditor()
isFieldEditor in class NSTextpublic com.jniwrapper.Pointer.Void attributedSubstringFromRange(NSRange theRange)
attributedSubstringFromRange in interface NSTextInputProtocolpublic NSRange rangeForUserCompletion()
public void complete(Id sender)
complete in class NSResponderpublic void drawViewBackgroundInRect(NSRect rect)
public void didChangeText()
public com.jniwrapper.Pointer.Void insertionPointColor()
public com.jniwrapper.Bool acceptsGlyphInfo()
public void setBackgroundColor(NSColor color)
setBackgroundColor in class NSTextpublic NSSize textContainerInset()
public void outline(Id sender)
public void setLinkTextAttributes(NSDictionary attributeDictionary)
public void setAcceptsGlyphInfo(boolean flag)
public com.jniwrapper.Pointer.Void acceptableDragTypes()
public void stopSpeaking(Id sender)
public void setAlignment_range(NSTextAlignment alignment, NSRange range)
setAlignment() method of the NSTextView Objective-C class.alignment - range - public Id initWithFrame_textContainer(NSRect frameRect, NSTextContainer container)
initWithFrame() method of the NSTextView Objective-C class.frameRect - container - public void setDefaultParagraphStyle(NSParagraphStyle paragraphStyle)
public void setAllowsUndo(boolean flag)
public void setMarkedText_selectedRange(Id aString, NSRange selRange)
setMarkedText() method of the NSTextView Objective-C class.setMarkedText_selectedRange in interface NSTextInputProtocolaString - selRange - public void insertText(Id aString)
insertText in interface NSTextInputProtocolinsertText in class NSResponderpublic void updateRuler()
public void setUsesFindPanel(boolean flag)
public static void static_registerForServices()
public com.jniwrapper.Pointer.Void typingAttributes()
public void useStandardLigatures(Id sender)
public void toggleBaseWritingDirection(Id sender)
public com.jniwrapper.Pointer.Void dragImageForSelectionWithEvent_origin(NSEvent event, NSPointPointer origin)
dragImageForSelectionWithEvent() method of the NSTextView Objective-C class.event - origin - public void updateInsertionPointStateAndRestartTimer(boolean restartFlag)
public com.jniwrapper.Bool hasMarkedText()
hasMarkedText in interface NSTextInputProtocolpublic void smartInsertForString_replacingRange_beforeString_afterString(java.lang.String pasteString,
NSRange charRangeToReplace,
java.lang.String beforeString,
java.lang.String afterString)
smartInsertForString() method of the NSTextView Objective-C class.pasteString - charRangeToReplace - beforeString - afterString - public com.jniwrapper.Bool rulerView_shouldRemoveMarker(NSRulerView ruler, NSRulerMarker marker)
rulerView() method of the NSTextView Objective-C class.rulerView_shouldRemoveMarker in class NSViewruler - marker - public void changeDocumentBackgroundColor(Id sender)
public NSSelectionAffinity selectionAffinity()
public com.jniwrapper.Pointer.Void defaultParagraphStyle()
public void setRulerVisible(boolean flag)
public com.jniwrapper.Pointer.Void selectedTextAttributes()
public void useAllLigatures(Id sender)
public void turnOffLigatures(Id sender)
public void useStandardKerning(Id sender)
public void rulerView_didRemoveMarker(NSRulerView ruler, NSRulerMarker marker)
rulerView() method of the NSTextView Objective-C class.rulerView_didRemoveMarker in class NSViewruler - marker -