com.jniwrapper.macosx.cocoa.nstextview
Class NSTextView

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.nsresponder.NSResponder
                          extended bycom.jniwrapper.macosx.cocoa.nsview.NSView
                              extended bycom.jniwrapper.macosx.cocoa.nstext.NSText
                                  extended bycom.jniwrapper.macosx.cocoa.nstextview.NSTextView
All Implemented Interfaces:
com.jniwrapper.IntegerParameter, NSChangeSpellingProtocol, NSCodingProtocol, NSIgnoreMisspelledWordsProtocol, NSObjectProtocol, NSTextInputProtocol, NSUserInterfaceValidationsProtocol, com.jniwrapper.PointerParameter

public class NSTextView
extends NSText
implements NSTextInputProtocol, NSUserInterfaceValidationsProtocol

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


Field Summary
 
Fields inherited from class com.jniwrapper.macosx.cocoa.CObject
_fields
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
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.
 
Method Summary
 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.
 
Methods inherited from class com.jniwrapper.macosx.cocoa.nstext.NSText
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_atomically
 
Methods inherited from class com.jniwrapper.macosx.cocoa.nsview.NSView
acceptsFirstMouse, 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_toPasteboard
 
Methods inherited from class com.jniwrapper.macosx.cocoa.nsresponder.NSResponder
acceptsFirstResponder, 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
 
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, 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, 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

NSTextView

public NSTextView()

NSTextView

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

Parameters:
autorelease -

NSTextView

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

Parameters:
instancePtr -

NSTextView

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

Parameters:
methodName -
parameters -
Method Detail

init

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

textContainer

public com.jniwrapper.Pointer.Void textContainer()

isSelectable

public com.jniwrapper.Bool isSelectable()
Overrides:
isSelectable in class NSText

toggleContinuousSpellChecking

public void toggleContinuousSpellChecking(Id sender)

drawsBackground

public com.jniwrapper.Bool drawsBackground()
Overrides:
drawsBackground in class NSText

raiseBaseline

public void raiseBaseline(Id sender)

setSelectionGranularity

public void setSelectionGranularity(NSSelectionGranularity granularity)

importsGraphics

public com.jniwrapper.Bool importsGraphics()
Overrides:
importsGraphics in class NSText

characterIndexForPoint

public com.jniwrapper.UInt characterIndexForPoint(NSPoint thePoint)
Specified by:
characterIndexForPoint in interface NSTextInputProtocol

setContinuousSpellCheckingEnabled

public void setContinuousSpellCheckingEnabled(boolean flag)

dragOperationForDraggingInfo_type

public com.jniwrapper.UInt dragOperationForDraggingInfo_type(Id dragInfo,
                                                             java.lang.String type)
This method represents the dragOperationForDraggingInfo() method of the NSTextView Objective-C class.

Parameters:
dragInfo -
type -
Returns:
UInt

layoutManager

public com.jniwrapper.Pointer.Void layoutManager()

isContinuousSpellCheckingEnabled

public com.jniwrapper.Bool isContinuousSpellCheckingEnabled()

rulerView_handleMouseDown

public void rulerView_handleMouseDown(NSRulerView ruler,
                                      NSEvent event)
This method represents the rulerView() method of the NSTextView Objective-C class.

Overrides:
rulerView_handleMouseDown in class NSView
Parameters:
ruler -
event -

rangeForUserCharacterAttributeChange

public NSRange rangeForUserCharacterAttributeChange()

smartDeleteRangeForProposedRange

public NSRange smartDeleteRangeForProposedRange(NSRange proposedCharRange)

shouldChangeTextInRange_replacementString

public com.jniwrapper.Bool shouldChangeTextInRange_replacementString(NSRange affectedCharRange,
                                                                     java.lang.String replacementString)
This method represents the shouldChangeTextInRange() method of the NSTextView Objective-C class.

Parameters:
affectedCharRange -
replacementString -
Returns:
Bool

writeSelectionToPasteboard_type

public com.jniwrapper.Bool writeSelectionToPasteboard_type(NSPasteboard pboard,
                                                           java.lang.String type)
This method represents the writeSelectionToPasteboard() method of the NSTextView Objective-C class.

Parameters:
pboard -
type -
Returns:
Bool

setTextContainer

public void setTextContainer(NSTextContainer container)

conversationIdentifier

public com.jniwrapper.Int32 conversationIdentifier()
Specified by:
conversationIdentifier in interface NSTextInputProtocol

insertCompletion_forPartialWordRange_movement_isFinal

public 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.

Parameters:
word -
charRange -
movement -
flag -

clickedOnLink_atIndex

public void clickedOnLink_atIndex(Id link,
                                  com.jniwrapper.UInt16 charIndex)
This method represents the clickedOnLink() method of the NSTextView Objective-C class.

Parameters:
link -
charIndex -

smartInsertAfterStringForString_replacingRange

public com.jniwrapper.Pointer.Void smartInsertAfterStringForString_replacingRange(java.lang.String pasteString,
                                                                                  NSRange charRangeToReplace)
This method represents the smartInsertAfterStringForString() method of the NSTextView Objective-C class.

Parameters:
pasteString -
charRangeToReplace -
Returns:
NSString

linkTextAttributes

public com.jniwrapper.Pointer.Void linkTextAttributes()

pasteAsRichText

public void pasteAsRichText(Id sender)

setSmartInsertDeleteEnabled

public void setSmartInsertDeleteEnabled(boolean flag)

validAttributesForMarkedText

public com.jniwrapper.Pointer.Void validAttributesForMarkedText()
Specified by:
validAttributesForMarkedText in interface NSTextInputProtocol

lowerBaseline

public void lowerBaseline(Id sender)

markedTextAttributes

public com.jniwrapper.Pointer.Void markedTextAttributes()

rulerView_shouldAddMarker

public com.jniwrapper.Bool rulerView_shouldAddMarker(NSRulerView ruler,
                                                     NSRulerMarker marker)
This method represents the rulerView() method of the NSTextView Objective-C class.

Overrides:
rulerView_shouldAddMarker in class NSView
Parameters:
ruler -
marker -
Returns:
Bool

initWithFrame

public Id initWithFrame(NSRect frameRect)
Overrides:
initWithFrame in class NSView

rulerView_willMoveMarker_toLocation

public 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.

Overrides:
rulerView_willMoveMarker_toLocation in class NSView
Parameters:
ruler -
marker -
location -
Returns:
SingleFloat

rulerView_willAddMarker_atLocation

public 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.

Overrides:
rulerView_willAddMarker_atLocation in class NSView
Parameters:
ruler -
marker -
location -
Returns:
SingleFloat

setInsertionPointColor

public void setInsertionPointColor(NSColor color)

textContainerOrigin

public NSPoint textContainerOrigin()

writeSelectionToPasteboard_types

public com.jniwrapper.Bool writeSelectionToPasteboard_types(NSPasteboard pboard,
                                                            NSArray types)
This method represents the writeSelectionToPasteboard() method of the NSTextView Objective-C class.

Overrides:
writeSelectionToPasteboard_types in class NSObject
Parameters:
pboard -
types -
Returns:
Bool

setDelegate

public void setDelegate(Id anObject)
Overrides:
setDelegate in class NSText

drawInsertionPointInRect_color_turnedOn

public void drawInsertionPointInRect_color_turnedOn(NSRect rect,
                                                    NSColor color,
                                                    boolean flag)
This method represents the drawInsertionPointInRect() method of the NSTextView Objective-C class.

Parameters:
rect -
color -
flag -

doCommandBySelector

public void doCommandBySelector(Sel aSelector)
Specified by:
doCommandBySelector in interface NSTextInputProtocol
Overrides:
doCommandBySelector in class NSResponder

setSelectedRange

public void setSelectedRange(NSRange charRange)
Overrides:
setSelectedRange in class NSText

unmarkText

public void unmarkText()
Specified by:
unmarkText in interface NSTextInputProtocol

setSelectable

public void setSelectable(boolean flag)
Overrides:
setSelectable in class NSText

shouldDrawInsertionPoint

public com.jniwrapper.Bool shouldDrawInsertionPoint()

turnOffKerning

public void turnOffKerning(Id sender)

markedRange

public NSRange markedRange()
Specified by:
markedRange in interface NSTextInputProtocol

rulerView_didMoveMarker

public void rulerView_didMoveMarker(NSRulerView ruler,
                                    NSRulerMarker marker)
This method represents the rulerView() method of the NSTextView Objective-C class.

Overrides:
rulerView_didMoveMarker in class NSView
Parameters:
ruler -
marker -

readSelectionFromPasteboard_type

public com.jniwrapper.Bool readSelectionFromPasteboard_type(NSPasteboard pboard,
                                                            java.lang.String type)
This method represents the readSelectionFromPasteboard() method of the NSTextView Objective-C class.

Parameters:
pboard -
type -
Returns:
Bool

setImportsGraphics

public void setImportsGraphics(boolean flag)
Overrides:
setImportsGraphics in class NSText

setSelectedTextAttributes

public void setSelectedTextAttributes(NSDictionary attributeDictionary)

setDrawsBackground

public void setDrawsBackground(boolean flag)
Overrides:
setDrawsBackground in class NSText

selectedRange

public NSRange selectedRange()
Specified by:
selectedRange in interface NSTextInputProtocol
Overrides:
selectedRange in class NSText

toggleTraditionalCharacterShape

public void toggleTraditionalCharacterShape(Id sender)

allowsDocumentBackgroundColorChange

public com.jniwrapper.Bool allowsDocumentBackgroundColorChange()

smartInsertDeleteEnabled

public com.jniwrapper.Bool smartInsertDeleteEnabled()

usesRuler

public com.jniwrapper.Bool usesRuler()

validateUserInterfaceItem

public com.jniwrapper.Bool validateUserInterfaceItem(Id anItem)
Specified by:
validateUserInterfaceItem in interface NSUserInterfaceValidationsProtocol

delegate

public Id delegate()
Overrides:
delegate in class NSText

rulerView_didAddMarker

public void rulerView_didAddMarker(NSRulerView ruler,
                                   NSRulerMarker marker)
This method represents the rulerView() method of the NSTextView Objective-C class.

Overrides:
rulerView_didAddMarker in class NSView
Parameters:
ruler -
marker -

allowsUndo

public com.jniwrapper.Bool allowsUndo()

selectionRangeForProposedRange_granularity

public NSRange selectionRangeForProposedRange_granularity(NSRange proposedCharRange,
                                                          NSSelectionGranularity granularity)
This method represents the selectionRangeForProposedRange() method of the NSTextView Objective-C class.

Parameters:
proposedCharRange -
granularity -
Returns:
NSRange

rangeForUserParagraphAttributeChange

public NSRange rangeForUserParagraphAttributeChange()

setEditable

public void setEditable(boolean flag)
Overrides:
setEditable in class NSText

usesFindPanel

public com.jniwrapper.Bool usesFindPanel()

preferredPasteboardTypeFromArray_restrictedToTypesFromArray

public com.jniwrapper.Pointer.Void preferredPasteboardTypeFromArray_restrictedToTypesFromArray(NSArray availableTypes,
                                                                                               NSArray allowedTypes)
This method represents the preferredPasteboardTypeFromArray() method of the NSTextView Objective-C class.

Parameters:
availableTypes -
allowedTypes -
Returns:
NSString

resignFirstResponder

public com.jniwrapper.Bool resignFirstResponder()
Overrides:
resignFirstResponder in class NSResponder

becomeFirstResponder

public com.jniwrapper.Bool becomeFirstResponder()
Overrides:
becomeFirstResponder in class NSResponder

dragSelectionWithEvent_offset_slideBack

public com.jniwrapper.Bool dragSelectionWithEvent_offset_slideBack(NSEvent event,
                                                                   NSSize mouseOffset,
                                                                   boolean slideBack)
This method represents the dragSelectionWithEvent() method of the NSTextView Objective-C class.

Parameters:
event -
mouseOffset -
slideBack -
Returns:
Bool

backgroundColor

public com.jniwrapper.Pointer.Void backgroundColor()
Overrides:
backgroundColor in class NSText

replaceTextContainer

public void replaceTextContainer(NSTextContainer newContainer)

setMarkedTextAttributes

public void setMarkedTextAttributes(NSDictionary attributeDictionary)

validRequestorForSendType_returnType

public Id validRequestorForSendType_returnType(java.lang.String sendType,
                                               java.lang.String returnType)
This method represents the validRequestorForSendType() method of the NSTextView Objective-C class.

Overrides:
validRequestorForSendType_returnType in class NSResponder
Parameters:
sendType -
returnType -
Returns:
Id

isRichText

public com.jniwrapper.Bool isRichText()
Overrides:
isRichText in class NSText

textStorage

public com.jniwrapper.Pointer.Void textStorage()

startSpeaking

public void startSpeaking(Id sender)

alignJustified

public void alignJustified(Id sender)

changeAttributes

public void changeAttributes(Id sender)

setAllowsDocumentBackgroundColorChange

public void setAllowsDocumentBackgroundColorChange(boolean flag)

setNeedsDisplayInRect_avoidAdditionalLayout

public void setNeedsDisplayInRect_avoidAdditionalLayout(NSRect rect,
                                                        boolean flag)
This method represents the setNeedsDisplayInRect() method of the NSTextView Objective-C class.

Parameters:
rect -
flag -

loosenKerning

public void loosenKerning(Id sender)

setTextContainerInset

public void setTextContainerInset(NSSize inset)

isEditable

public com.jniwrapper.Bool isEditable()
Overrides:
isEditable in class NSText

usesFontPanel

public com.jniwrapper.Bool usesFontPanel()
Overrides:
usesFontPanel in class NSText

setRichText

public void setRichText(boolean flag)
Overrides:
setRichText in class NSText

setTypingAttributes

public void setTypingAttributes(NSDictionary attrs)

updateFontPanel

public void updateFontPanel()

firstRectForCharacterRange

public NSRect firstRectForCharacterRange(NSRange theRange)
Specified by:
firstRectForCharacterRange in interface NSTextInputProtocol

isRulerVisible

public com.jniwrapper.Bool isRulerVisible()
Overrides:
isRulerVisible in class NSText

setSelectedRange_affinity_stillSelecting

public void setSelectedRange_affinity_stillSelecting(NSRange charRange,
                                                     NSSelectionAffinity affinity,
                                                     boolean stillSelectingFlag)
This method represents the setSelectedRange() method of the NSTextView Objective-C class.

Parameters:
charRange -
affinity -
stillSelectingFlag -

spellCheckerDocumentTag

public com.jniwrapper.Int spellCheckerDocumentTag()

completionsForPartialWordRange_indexOfSelectedItem

public com.jniwrapper.Pointer.Void completionsForPartialWordRange_indexOfSelectedItem(NSRange charRange,
                                                                                      com.jniwrapper.Int index)
This method represents the completionsForPartialWordRange() method of the NSTextView Objective-C class.

Parameters:
charRange -
index -
Returns:
NSArray

rulerView_shouldMoveMarker

public com.jniwrapper.Bool rulerView_shouldMoveMarker(NSRulerView ruler,
                                                      NSRulerMarker marker)
This method represents the rulerView() method of the NSTextView Objective-C class.

Overrides:
rulerView_shouldMoveMarker in class NSView
Parameters:
ruler -
marker -
Returns:
Bool

readSelectionFromPasteboard

public com.jniwrapper.Bool readSelectionFromPasteboard(NSPasteboard pboard)
Overrides:
readSelectionFromPasteboard in class NSObject

setFieldEditor

public void setFieldEditor(boolean flag)
Overrides:
setFieldEditor in class NSText

cleanUpAfterDragOperation

public void cleanUpAfterDragOperation()

pasteAsPlainText

public void pasteAsPlainText(Id sender)

performFindPanelAction

public void performFindPanelAction(Id sender)

setConstrainedFrameSize

public void setConstrainedFrameSize(NSSize desiredSize)

changeColor

public void changeColor(Id sender)
Overrides:
changeColor in class NSObject

writablePasteboardTypes

public com.jniwrapper.Pointer.Void writablePasteboardTypes()

tightenKerning

public void tightenKerning(Id sender)

setUsesRuler

public void setUsesRuler(boolean flag)

updateDragTypeRegistration

public void updateDragTypeRegistration()

smartInsertBeforeStringForString_replacingRange

public com.jniwrapper.Pointer.Void smartInsertBeforeStringForString_replacingRange(java.lang.String pasteString,
                                                                                   NSRange charRangeToReplace)
This method represents the smartInsertBeforeStringForString() method of the NSTextView Objective-C class.

Parameters:
pasteString -
charRangeToReplace -
Returns:
NSString

selectionGranularity

public NSSelectionGranularity selectionGranularity()

invalidateTextContainerOrigin

public void invalidateTextContainerOrigin()

rangeForUserTextChange

public NSRange rangeForUserTextChange()

setUsesFontPanel

public void setUsesFontPanel(boolean flag)
Overrides:
setUsesFontPanel in class NSText

readablePasteboardTypes

public com.jniwrapper.Pointer.Void readablePasteboardTypes()

isFieldEditor

public com.jniwrapper.Bool isFieldEditor()
Overrides:
isFieldEditor in class NSText

attributedSubstringFromRange

public com.jniwrapper.Pointer.Void attributedSubstringFromRange(NSRange theRange)
Specified by:
attributedSubstringFromRange in interface NSTextInputProtocol

rangeForUserCompletion

public NSRange rangeForUserCompletion()

complete

public void complete(Id sender)
Overrides:
complete in class NSResponder

drawViewBackgroundInRect

public void drawViewBackgroundInRect(NSRect rect)

didChangeText

public void didChangeText()

insertionPointColor

public com.jniwrapper.Pointer.Void insertionPointColor()

acceptsGlyphInfo

public com.jniwrapper.Bool acceptsGlyphInfo()

setBackgroundColor

public void setBackgroundColor(NSColor color)
Overrides:
setBackgroundColor in class NSText

textContainerInset

public NSSize textContainerInset()

outline

public void outline(Id sender)

setLinkTextAttributes

public void setLinkTextAttributes(NSDictionary attributeDictionary)

setAcceptsGlyphInfo

public void setAcceptsGlyphInfo(boolean flag)

acceptableDragTypes

public com.jniwrapper.Pointer.Void acceptableDragTypes()

stopSpeaking

public void stopSpeaking(Id sender)

setAlignment_range

public void setAlignment_range(NSTextAlignment alignment,
                               NSRange range)
This method represents the setAlignment() method of the NSTextView Objective-C class.

Parameters:
alignment -
range -

initWithFrame_textContainer

public Id initWithFrame_textContainer(NSRect frameRect,
                                      NSTextContainer container)
This method represents the initWithFrame() method of the NSTextView Objective-C class.

Parameters:
frameRect -
container -
Returns:
Id

setDefaultParagraphStyle

public void setDefaultParagraphStyle(NSParagraphStyle paragraphStyle)

setAllowsUndo

public void setAllowsUndo(boolean flag)

setMarkedText_selectedRange

public void setMarkedText_selectedRange(Id aString,
                                        NSRange selRange)
This method represents the setMarkedText() method of the NSTextView Objective-C class.

Specified by:
setMarkedText_selectedRange in interface NSTextInputProtocol
Parameters:
aString -
selRange -

insertText

public void insertText(Id aString)
Specified by:
insertText in interface NSTextInputProtocol
Overrides:
insertText in class NSResponder

updateRuler

public void updateRuler()

setUsesFindPanel

public void setUsesFindPanel(boolean flag)

static_registerForServices

public static void static_registerForServices()

typingAttributes

public com.jniwrapper.Pointer.Void typingAttributes()

useStandardLigatures

public void useStandardLigatures(Id sender)

toggleBaseWritingDirection

public void toggleBaseWritingDirection(Id sender)

dragImageForSelectionWithEvent_origin

public com.jniwrapper.Pointer.Void dragImageForSelectionWithEvent_origin(NSEvent event,
                                                                         NSPointPointer origin)
This method represents the dragImageForSelectionWithEvent() method of the NSTextView Objective-C class.

Parameters:
event -
origin -
Returns:
NSImage

updateInsertionPointStateAndRestartTimer

public void updateInsertionPointStateAndRestartTimer(boolean restartFlag)

hasMarkedText

public com.jniwrapper.Bool hasMarkedText()
Specified by:
hasMarkedText in interface NSTextInputProtocol

smartInsertForString_replacingRange_beforeString_afterString

public 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.

Parameters:
pasteString -
charRangeToReplace -
beforeString -
afterString -

rulerView_shouldRemoveMarker

public com.jniwrapper.Bool rulerView_shouldRemoveMarker(NSRulerView ruler,
                                                        NSRulerMarker marker)
This method represents the rulerView() method of the NSTextView Objective-C class.

Overrides:
rulerView_shouldRemoveMarker in class NSView
Parameters:
ruler -
marker -
Returns:
Bool

changeDocumentBackgroundColor

public void changeDocumentBackgroundColor(Id sender)

selectionAffinity

public NSSelectionAffinity selectionAffinity()

defaultParagraphStyle

public com.jniwrapper.Pointer.Void defaultParagraphStyle()

setRulerVisible

public void setRulerVisible(boolean flag)

selectedTextAttributes

public com.jniwrapper.Pointer.Void selectedTextAttributes()

useAllLigatures

public void useAllLigatures(Id sender)

turnOffLigatures

public void turnOffLigatures(Id sender)

useStandardKerning

public void useStandardKerning(Id sender)

rulerView_didRemoveMarker

public void rulerView_didRemoveMarker(NSRulerView ruler,
                                      NSRulerMarker marker)
This method represents the rulerView() method of the NSTextView Objective-C class.

Overrides:
rulerView_didRemoveMarker in class NSView
Parameters:
ruler -
marker -