org.rococoa.cocoa.appkit
Class NSTextView
java.lang.Object
org.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.appkit.NSResponder
org.rococoa.cocoa.appkit.NSView
org.rococoa.cocoa.appkit.NSText
org.rococoa.cocoa.appkit.NSTextView
- All Implemented Interfaces:
- NSClipViewSuperview, NSCompletion, NSDragging, NSErrorPresentation, NSInterfaceStyle, NSKeyboardUI, NSPasteboard, NSRulerMarkerClientViewDelegation, NSSharing, NSStandardKeyBindingMethods, NSUndoSupport, NSViewEnclosingMenuItem, NSAnimatablePropertyContainer, NSChangeSpelling, NSIgnoreMisspelledWords, NSTextInput, NSTextInputClient, NSUserInterfaceValidations, ABActionDelegate, AMWorkflowControllerDelegate, IMVideoDataSource, NSAccessibility, NSAccessibilityAdditions, NSAnimationDelegate, NSApplicationScriptingDelegation, NSArchiverCallback, NSBrowserDelegate, NSClassDescriptionPrimitives, NSCoderMethods, NSColorPanelResponderMethod, NSComboBoxCellDataSource, NSComboBoxDataSource, NSComboBoxNotifications, NSComparisonMethods, NSConnectionDelegateMethods, NSControlSubclassDelegate, NSControlSubclassNotifications, NSCopyLinkMoveHandler, NSDatePickerCellDelegate, NSDelayedPerforming, NSDeprecatedKeyValueCoding, NSDeprecatedKeyValueObservingCustomization, NSDeprecatedMethods, NSDictionaryControllerKeyValuePair, NSDistantObjectRequestMethods, NSDistributedObjects, NSDraggingDestination, NSDraggingSource, NSDrawerDelegate, NSDrawerNotifications, NSEditor, NSEditorRegistration, NSErrorRecoveryAttempting, NSExceptionHandlerDelegate, NSFileManagerFileOperationAdditions, NSFontManagerDelegate, NSFontManagerResponderMethod, NSFontPanelValidationAdditions, NSImageDelegate, NSKeyedArchiverDelegate, NSKeyedArchiverObjectSubstitution, NSKeyedUnarchiverDelegate, NSKeyedUnarchiverObjectSubstitution, NSKeyValueBindingCreation, NSKeyValueCoding, NSKeyValueObserverNotification, NSKeyValueObserverRegistration, NSKeyValueObserving, NSKeyValueObservingCustomization, NSLayoutManagerDelegate, NSMenuDelegate, NSMenuValidation, NSMetadataQueryDelegate, NSNetServiceBrowserDelegateMethods, NSNetServiceDelegateMethods, NSNibAwaking, NSOutlineViewDataSource, NSOutlineViewDelegate, NSOutlineViewNotifications, NSPasteboardOwner, NSPlaceholders, NSPortDelegateMethods, NSRuleEditorDelegateMethods, NSSavePanelDelegate, NSScriptClassDescription, NSScripting, NSScriptingComparisonMethods, NSScriptKeyValueCoding, NSScriptObjectSpecifiers, NSSoundDelegateMethods, NSSpeechRecognizerDelegate, NSSpeechSynthesizerDelegate, NSSpellServerDelegate, NSSplitViewDelegate, NSStreamDelegateEventExtensions, NSTabViewDelegate, NSTextDelegate, NSTextViewDelegate, NSThreadPerformAdditions, NSTokenFieldCellDelegate, NSTokenFieldDelegate, NSToolbarDelegate, NSToolbarNotifications, NSURLClient, NSURLConnectionDelegate, NSURLDownloadDelegate, NSWindowDelegate, NSWindowNotifications, NSXMLParserDelegateEventAdditions, QTCaptureDecompressedVideoOutputDelegate, QTCaptureFileOutputDelegate, QTCaptureVideoPreviewOutputDelegate, QTCaptureViewDelegate, QTMovieDelegate, QTMovieViewDelegate, SFAuthorizationViewDelegate, SFCertificatePanelDelegate, SFChooseIdentityPanelDelegate, WebDownloadDelegate, WebFrameLoadDelegate, WebJavaPlugIn, WebPlugIn, WebPlugInContainer, WebPolicyDelegate, WebResourceLoadDelegate, WebScripting, WebUIDelegate, WebViewEditingDelegate, NSCoding, NSObject
public abstract class NSTextView
- extends NSText
- implements NSSharing, NSCompletion, NSDragging, NSPasteboard, NSTextInput, NSUserInterfaceValidations, NSTextInputClient
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Method Summary |
abstract void |
alignJustified(org.rococoa.ID sender)
|
static NSTextView |
alloc()
|
abstract void |
changeAttributes(org.rococoa.ID sender)
|
abstract void |
changeColor(org.rococoa.ID sender)
|
abstract void |
changeDocumentBackgroundColor(org.rococoa.ID sender)
|
abstract void |
clickedOnLink_atIndex(org.rococoa.ID link,
int charIndex)
|
abstract void |
insertText(org.rococoa.ID insertString)
Original signature : -(void)insertText:(id)
instead of keyDown: aString can be NSString or NSAttributedString |
abstract void |
invalidateTextContainerOrigin()
|
abstract NSLayoutManager |
layoutManager()
|
abstract void |
loosenKerning(org.rococoa.ID sender)
|
abstract void |
lowerBaseline(org.rococoa.ID sender)
|
abstract void |
orderFrontLinkPanel(org.rococoa.ID sender)
|
abstract void |
orderFrontListPanel(org.rococoa.ID sender)
|
abstract void |
orderFrontSpacingPanel(org.rococoa.ID sender)
|
abstract void |
orderFrontTablePanel(org.rococoa.ID sender)
|
abstract void |
outline(org.rococoa.ID sender)
|
abstract void |
performFindPanelAction(org.rococoa.ID sender)
|
abstract void |
raiseBaseline(org.rococoa.ID sender)
|
abstract void |
replaceTextContainer(NSTextContainer newContainer)
|
abstract void |
rulerView_didAddMarker(NSRulerView ruler,
NSRulerMarker marker)
|
abstract void |
rulerView_didMoveMarker(NSRulerView ruler,
NSRulerMarker marker)
|
abstract void |
rulerView_didRemoveMarker(NSRulerView ruler,
NSRulerMarker marker)
|
abstract void |
rulerView_handleMouseDown(NSRulerView ruler,
NSEvent event)
|
abstract boolean |
rulerView_shouldAddMarker(NSRulerView ruler,
NSRulerMarker marker)
|
abstract boolean |
rulerView_shouldMoveMarker(NSRulerView ruler,
NSRulerMarker marker)
|
abstract boolean |
rulerView_shouldRemoveMarker(NSRulerView ruler,
NSRulerMarker marker)
|
abstract float |
rulerView_willAddMarker_atLocation(NSRulerView ruler,
NSRulerMarker marker,
float location)
|
abstract float |
rulerView_willMoveMarker_toLocation(NSRulerView ruler,
NSRulerMarker marker,
float location)
|
abstract void |
setTextContainer(NSTextContainer container)
|
abstract boolean |
shouldDrawInsertionPoint()
|
abstract void |
startSpeaking(org.rococoa.ID sender)
|
abstract void |
stopSpeaking(org.rococoa.ID sender)
|
abstract NSTextContainer |
textContainer()
|
abstract NSObject |
textContainerInset()
|
abstract NSObject |
textContainerOrigin()
|
abstract NSTextStorage |
textStorage()
|
abstract void |
tightenKerning(org.rococoa.ID sender)
|
abstract void |
toggleBaseWritingDirection(org.rococoa.ID sender)
|
abstract void |
toggleTraditionalCharacterShape(org.rococoa.ID sender)
|
abstract void |
turnOffKerning(org.rococoa.ID sender)
|
abstract void |
turnOffLigatures(org.rococoa.ID sender)
|
abstract void |
updateDragTypeRegistration()
|
abstract void |
updateFontPanel()
|
abstract void |
updateRuler()
|
abstract void |
useAllLigatures(org.rococoa.ID sender)
|
abstract void |
useStandardKerning(org.rococoa.ID sender)
|
abstract void |
useStandardLigatures(org.rococoa.ID sender)
|
Methods inherited from class org.rococoa.cocoa.appkit.NSText |
alignCenter, alignLeft, alignment, alignRight, backgroundColor, baseWritingDirection, changeFont, checkSpelling, copy, copyFont, copyRuler, cut, delegate, delete, drawsBackground, font, importsGraphics, isEditable, isFieldEditor, isHorizontallyResizable, isRichText, isRulerVisible, isSelectable, isVerticallyResizable, maxSize, minSize, paste, pasteFont, pasteRuler, readRTFDFromFile, selectAll, selectedRange, setAlignment, setBackgroundColor, setBaseWritingDirection, setDelegate, setDrawsBackground, setEditable, setFieldEditor, setFont, setHorizontallyResizable, setImportsGraphics, setRichText, setSelectable, setString, setTextColor, setUsesFontPanel, setVerticallyResizable, showGuessPanel, sizeToFit, string, subscript, superscript, textColor, toggleRuler, underline, unscript, usesFontPanel, writeRTFDToFile_atomically |
Methods inherited from class org.rococoa.cocoa.appkit.NSView |
addSubview, ancestorSharedWithView, createWithFrame, getRectsBeingDrawn_count, getRectsBeingDrawn_count, initWithFrame, isDescendantOf, isHidden, isHiddenOrHasHiddenAncestor, needsToDrawRect, opaqueAncestor, setHidden, setSubviews, subviews, superview, viewDidHide, viewDidUnhide, wantsDefaultClipping, window |
Methods inherited from class org.rococoa.cocoa.appkit.NSResponder |
acceptsFirstResponder, becomeFirstResponder, cursorUpdate, flagsChanged, flushBufferedKeyEvents, helpRequested, interpretKeyEvents, keyDown, keyUp, menu, mouseDown, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseUp, nextResponder, noResponderFor, otherMouseDown, otherMouseDragged, otherMouseUp, performKeyEquivalent, resignFirstResponder, rightMouseDown, rightMouseDragged, rightMouseUp, scrollWheel, setMenu, setNextResponder, shouldBeTreatedAsInkEvent, showContextHelp, tabletPoint, tabletProximity, tryToPerform_with, validRequestorForSendType_returnType |
Methods inherited from class org.rococoa.cocoa.foundation.NSObject |
copy, create, dealloc, description, doesNotRecognizeSelector, finalize, forwardInvocation, id, init, isKindOfClass, isKindOfClass, methodSignatureForSelector, mutableCopy, release, retain, retainCount |
Methods inherited from interface org.rococoa.cocoa.appkit.categories.NSSharing |
acceptsGlyphInfo, allowedInputSourceLocales, allowsDocumentBackgroundColorChange, allowsImageEditing, allowsUndo, backgroundColor, breakUndoCoalescing, defaultParagraphStyle, delegate, didChangeText, displaysLinkToolTips, drawsBackground, importsGraphics, insertionPointColor, isAutomaticLinkDetectionEnabled, isAutomaticQuoteSubstitutionEnabled, isContinuousSpellCheckingEnabled, isEditable, isFieldEditor, isGrammarCheckingEnabled, isRichText, isRulerVisible, isSelectable, linkTextAttributes, markedTextAttributes, rangeForUserCharacterAttributeChange, rangeForUserParagraphAttributeChange, rangeForUserTextChange, rangesForUserCharacterAttributeChange, rangesForUserParagraphAttributeChange, rangesForUserTextChange, selectedRanges, selectedTextAttributes, selectionAffinity, selectionGranularity, setAcceptsGlyphInfo, setAllowedInputSourceLocales, setAllowsDocumentBackgroundColorChange, setAllowsImageEditing, setAllowsUndo, setAutomaticLinkDetectionEnabled, setAutomaticQuoteSubstitutionEnabled, setBackgroundColor, setContinuousSpellCheckingEnabled, setDefaultParagraphStyle, setDelegate, setDisplaysLinkToolTips, setDrawsBackground, setEditable, setFieldEditor, setGrammarCheckingEnabled, setImportsGraphics, setInsertionPointColor, setLinkTextAttributes, setMarkedTextAttributes, setRichText, setRulerVisible, setSelectable, setSelectedRanges_affinity_stillSelecting, setSelectedRanges, setSelectedTextAttributes, setSelectionGranularity, setSmartInsertDeleteEnabled, setTypingAttributes, setUsesFindPanel, setUsesFontPanel, setUsesRuler, shouldChangeTextInRanges_replacementStrings, smartInsertDeleteEnabled, spellCheckerDocumentTag, toggleAutomaticLinkDetection, toggleAutomaticQuoteSubstitution, toggleContinuousSpellChecking, toggleGrammarChecking, toggleSmartInsertDelete, typingAttributes, updateInsertionPointStateAndRestartTimer, usesFindPanel, usesFontPanel, usesRuler |
Methods inherited from interface org.rococoa.cocoa.appkit.categories.NSStandardKeyBindingMethods |
cancelOperation, capitalizeWord, centerSelectionInVisibleArea, changeCaseOfLetter, complete, deleteBackward, deleteBackwardByDecomposingPreviousCharacter, deleteForward, deleteToBeginningOfLine, deleteToBeginningOfParagraph, deleteToEndOfLine, deleteToEndOfParagraph, deleteToMark, deleteWordBackward, deleteWordForward, doCommandBySelector, indent, insertBacktab, insertContainerBreak, insertLineBreak, insertNewline, insertNewlineIgnoringFieldEditor, insertParagraphSeparator, insertTab, insertTabIgnoringFieldEditor, lowercaseWord, 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, pageDown, pageUp, scrollLineDown, scrollLineUp, scrollPageDown, scrollPageUp, selectLine, selectParagraph, selectToMark, selectWord, setMark, swapWithMark, transpose, transposeWords, uppercaseWord, yank |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
autorelease, class_, conformsToProtocol, hash, isEqual, isKindOfClass, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Methods inherited from interface org.rococoa.cocoa.foundation.categories.WebUIDelegate |
webView_contextMenuItemsForElement_defaultMenuItems, webView_createWebViewModalDialogWithRequest, webView_createWebViewWithRequest, webView_dragDestinationActionMaskForDraggingInfo, webView_dragDestinationActionMaskForDraggingInfo, webView_makeFirstResponder, webView_mouseDidMoveOverElement_modifierFlags, webView_printFrameView, webView_runBeforeUnloadConfirmPanelWithMessage_initiatedByFrame, webView_runJavaScriptAlertPanelWithMessage_initiatedByFrame, webView_runJavaScriptAlertPanelWithMessage, webView_runJavaScriptConfirmPanelWithMessage_initiatedByFrame, webView_runJavaScriptConfirmPanelWithMessage, webView_runJavaScriptTextInputPanelWithPrompt_defaultText_initiatedByFrame, webView_runJavaScriptTextInputPanelWithPrompt_defaultText, webView_runOpenPanelForFileButtonWithResultListener, webView_runOpenPanelForFileButtonWithResultListener, webView_setResizable, webView_setStatusBarVisible, webView_setStatusText, webView_setToolbarsVisible, webView_shouldPerformAction_fromSender, webView_validateUserInterfaceItem_defaultValidation, webView_validateUserInterfaceItem_defaultValidation, webView_willPerformDragDestinationAction_forDraggingInfo, webView_willPerformDragDestinationAction_forDraggingInfo, webViewAreToolbarsVisible, webViewClose, webViewContentRect, webViewFirstResponder, webViewFocus, webViewFooterHeight, webViewFrame, webViewHeaderHeight, webViewIsResizable, webViewIsStatusBarVisible, webViewRunModal, webViewShow, webViewStatusText, webViewUnfocus |
Methods inherited from interface org.rococoa.cocoa.foundation.categories.NSBrowserDelegate |
browser_acceptDrop_atRow_column_dropOperation, browser_acceptDrop_atRow_column_dropOperation, browser_canDragRowsWithIndexes_inColumn_withEvent, browser_createRowsForColumn_inMatrix, browser_isColumnValid, browser_namesOfPromisedFilesDroppedAtDestination_forDraggedRowsWithIndexes_inColumn, browser_nextTypeSelectMatchFromRow_toRow_inColumn_forString, browser_numberOfRowsInColumn, browser_selectCellWithString_inColumn, browser_selectRow_inColumn, browser_shouldShowCellExpansionForRow_column, browser_shouldSizeColumn_forUserResize_toWidth, browser_shouldTypeSelectForEvent_withCurrentSearchString, browser_sizeToFitWidthOfColumn, browser_titleOfColumn, browser_typeSelectStringForRow_inColumn, browser_validateDrop_proposedRow_column_dropOperation, browser_validateDrop_proposedRow_column_dropOperation, browser_willDisplayCell_atRow_column, browser_writeRowsWithIndexes_inColumn_toPasteboard, browserColumnConfigurationDidChange, browserDidScroll, browserWillScroll |
Methods inherited from interface org.rococoa.cocoa.foundation.categories.NSKeyValueCoding |
dictionaryWithValuesForKeys, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableSetValueForKey, mutableSetValueForKeyPath, setNilValueForKey, setValue_forKey, setValue_forKeyPath, setValue_forUndefinedKey, setValuesForKeysWithDictionary, validateValue_forKey_error, validateValue_forKeyPath_error, valueForKey, valueForKeyPath, valueForUndefinedKey |
Methods inherited from interface org.rococoa.cocoa.foundation.categories.NSOutlineViewDelegate |
outlineView_dataCellForTableColumn_item, outlineView_didClickTableColumn, outlineView_didDragTableColumn, outlineView_heightOfRowByItem, outlineView_isGroupItem, outlineView_mouseDownInHeaderOfTableColumn, outlineView_nextTypeSelectMatchFromItem_toItem_forString, outlineView_selectionIndexesForProposedSelection, outlineView_shouldCollapseItem, outlineView_shouldEditTableColumn_item, outlineView_shouldExpandItem, outlineView_shouldSelectItem, outlineView_shouldSelectTableColumn, outlineView_shouldShowCellExpansionForTableColumn_item, outlineView_shouldTrackCell_forTableColumn_item, outlineView_shouldTypeSelectForEvent_withCurrentSearchString, outlineView_typeSelectStringForTableColumn_item, outlineView_willDisplayCell_forTableColumn_item, outlineView_willDisplayOutlineCell_forTableColumn_item, selectionShouldChangeInOutlineView |
Methods inherited from interface org.rococoa.cocoa.foundation.categories.WebViewEditingDelegate |
undoManagerForWebView, webView_doCommandBySelector, webView_shouldApplyStyle_toElementsInDOMRange, webView_shouldBeginEditingInDOMRange, webView_shouldChangeTypingStyle_toStyle, webView_shouldDeleteDOMRange, webView_shouldEndEditingInDOMRange, webView_shouldInsertNode_replacingDOMRange_givenAction, webView_shouldInsertText_replacingDOMRange_givenAction, webViewDidBeginEditing, webViewDidChange, webViewDidChangeSelection, webViewDidChangeTypingStyle, webViewDidEndEditing |
Methods inherited from interface org.rococoa.cocoa.foundation.categories.WebFrameLoadDelegate |
webView_didCancelClientRedirectForFrame, webView_didChangeLocationWithinPageForFrame, webView_didClearWindowObject_forFrame, webView_didCommitLoadForFrame, webView_didFailLoadWithError_forFrame, webView_didFailProvisionalLoadWithError_forFrame, webView_didFinishLoadForFrame, webView_didReceiveIcon_forFrame, webView_didReceiveServerRedirectForProvisionalLoadForFrame, webView_didReceiveTitle_forFrame, webView_didStartProvisionalLoadForFrame, webView_willCloseFrame, webView_windowScriptObjectAvailable |
Methods inherited from interface org.rococoa.cocoa.foundation.categories.NSTokenFieldDelegate |
tokenField_completionsForSubstring_indexOfToken_indexOfSelectedItem, tokenField_completionsForSubstring_indexOfToken_indexOfSelectedItem, tokenField_displayStringForRepresentedObject, tokenField_editingStringForRepresentedObject, tokenField_hasMenuForRepresentedObject, tokenField_menuForRepresentedObject, tokenField_readFromPasteboard, tokenField_representedObjectForEditingString, tokenField_shouldAddObjects_atIndex, tokenField_styleForRepresentedObject, tokenField_writeRepresentedObjects_toPasteboard |
Methods inherited from interface org.rococoa.cocoa.foundation.categories.NSXMLParserDelegateEventAdditions |
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 |
Methods inherited from interface org.rococoa.cocoa.foundation.categories.NSDraggingDestination |
concludeDragOperation, concludeDragOperation, draggingEnded, draggingEnded, draggingEntered, draggingEntered, draggingExited, draggingExited, draggingUpdated, draggingUpdated, performDragOperation, performDragOperation, prepareForDragOperation, prepareForDragOperation, wantsPeriodicDraggingUpdates |
Methods inherited from interface org.rococoa.cocoa.foundation.categories.NSOutlineViewDataSource |
outlineView_acceptDrop_item_childIndex, outlineView_acceptDrop_item_childIndex, outlineView_child_ofItem, outlineView_isItemExpandable, outlineView_itemForPersistentObject, outlineView_namesOfPromisedFilesDroppedAtDestination_forDraggedItems, outlineView_numberOfChildrenOfItem, outlineView_objectValueForTableColumn_byItem, outlineView_persistentObjectForItem, outlineView_setObjectValue_forTableColumn_byItem, outlineView_sortDescriptorsDidChange, outlineView_validateDrop_proposedItem_proposedChildIndex, outlineView_validateDrop_proposedItem_proposedChildIndex, outlineView_writeItems_toPasteboard |
Methods inherited from interface org.rococoa.cocoa.foundation.categories.NSURLDownloadDelegate |
download_decideDestinationWithSuggestedFilename, download_didCancelAuthenticationChallenge, download_didCreateDestination, download_didFailWithError, download_didReceiveAuthenticationChallenge, download_didReceiveDataOfLength, download_didReceiveResponse, download_shouldDecodeSourceDataOfMIMEType, download_willResumeWithResponse_fromByte, download_willSendRequest_redirectResponse, downloadDidBegin, downloadDidFinish |
Methods inherited from interface org.rococoa.cocoa.foundation.categories.NSAccessibility |
accessibilityActionDescription, accessibilityActionNames, accessibilityAttributeNames, accessibilityAttributeValue_forParameter, accessibilityAttributeValue, accessibilityFocusedUIElement, accessibilityIsAttributeSettable, accessibilityIsIgnored, accessibilityParameterizedAttributeNames, accessibilityPerformAction, accessibilitySetValue_forAttribute |
Methods inherited from interface org.rococoa.cocoa.foundation.categories.NSTextViewDelegate |
textView_clickedOnLink_atIndex, textView_clickedOnLink, textView_doCommandBySelector, textView_menu_forEvent_atIndex, textView_shouldChangeTextInRanges_replacementStrings, textView_shouldChangeTypingAttributes_toAttributes, textView_willChangeSelectionFromCharacterRanges_toCharacterRanges, textView_willDisplayToolTip_forCharacterAtIndex, textView_writablePasteboardTypesForCell_atIndex, textView_writablePasteboardTypesForCell_atIndex, textView_writeCell_atIndex_toPasteboard_type, textView_writeCell_atIndex_toPasteboard_type, textViewDidChangeSelection, textViewDidChangeTypingAttributes, undoManagerForTextView |
Methods inherited from interface org.rococoa.cocoa.foundation.categories.NSTokenFieldCellDelegate |
tokenFieldCell_completionsForSubstring_indexOfToken_indexOfSelectedItem, tokenFieldCell_completionsForSubstring_indexOfToken_indexOfSelectedItem, tokenFieldCell_displayStringForRepresentedObject, tokenFieldCell_editingStringForRepresentedObject, tokenFieldCell_hasMenuForRepresentedObject, tokenFieldCell_menuForRepresentedObject, tokenFieldCell_readFromPasteboard, tokenFieldCell_representedObjectForEditingString, tokenFieldCell_shouldAddObjects_atIndex, tokenFieldCell_styleForRepresentedObject, tokenFieldCell_writeRepresentedObjects_toPasteboard |
Methods inherited from interface org.rococoa.cocoa.foundation.categories.NSWindowNotifications |
windowDidBecomeKey, windowDidBecomeMain, windowDidChangeScreen, windowDidChangeScreenProfile, windowDidDeminiaturize, windowDidEndSheet, windowDidExpose, windowDidMiniaturize, windowDidMove, windowDidResignKey, windowDidResignMain, windowDidResize, windowDidUpdate, windowWillBeginSheet, windowWillClose, windowWillMiniaturize, windowWillMove |
NSTextView
public NSTextView()
textContainer
public abstract NSTextContainer textContainer()
setTextContainer
public abstract void setTextContainer(NSTextContainer container)
replaceTextContainer
public abstract void replaceTextContainer(NSTextContainer newContainer)
textContainerInset
public abstract NSObject textContainerInset()
textContainerOrigin
public abstract NSObject textContainerOrigin()
invalidateTextContainerOrigin
public abstract void invalidateTextContainerOrigin()
layoutManager
public abstract NSLayoutManager layoutManager()
textStorage
public abstract NSTextStorage textStorage()
insertText
public abstract void insertText(org.rococoa.ID insertString)
- Description copied from interface:
NSTextInput
- Original signature :
-(void)insertText:(id)
instead of keyDown: aString can be NSString or NSAttributedString
- Specified by:
insertText
in interface NSStandardKeyBindingMethods
- Specified by:
insertText
in interface NSTextInput
turnOffKerning
public abstract void turnOffKerning(org.rococoa.ID sender)
tightenKerning
public abstract void tightenKerning(org.rococoa.ID sender)
loosenKerning
public abstract void loosenKerning(org.rococoa.ID sender)
useStandardKerning
public abstract void useStandardKerning(org.rococoa.ID sender)
turnOffLigatures
public abstract void turnOffLigatures(org.rococoa.ID sender)
useStandardLigatures
public abstract void useStandardLigatures(org.rococoa.ID sender)
useAllLigatures
public abstract void useAllLigatures(org.rococoa.ID sender)
raiseBaseline
public abstract void raiseBaseline(org.rococoa.ID sender)
lowerBaseline
public abstract void lowerBaseline(org.rococoa.ID sender)
toggleTraditionalCharacterShape
public abstract void toggleTraditionalCharacterShape(org.rococoa.ID sender)
outline
public abstract void outline(org.rococoa.ID sender)
performFindPanelAction
public abstract void performFindPanelAction(org.rococoa.ID sender)
alignJustified
public abstract void alignJustified(org.rococoa.ID sender)
changeColor
public abstract void changeColor(org.rococoa.ID sender)
- Specified by:
changeColor
in interface NSColorPanelResponderMethod
changeAttributes
public abstract void changeAttributes(org.rococoa.ID sender)
changeDocumentBackgroundColor
public abstract void changeDocumentBackgroundColor(org.rococoa.ID sender)
toggleBaseWritingDirection
public abstract void toggleBaseWritingDirection(org.rococoa.ID sender)
orderFrontSpacingPanel
public abstract void orderFrontSpacingPanel(org.rococoa.ID sender)
orderFrontLinkPanel
public abstract void orderFrontLinkPanel(org.rococoa.ID sender)
orderFrontListPanel
public abstract void orderFrontListPanel(org.rococoa.ID sender)
orderFrontTablePanel
public abstract void orderFrontTablePanel(org.rococoa.ID sender)
rulerView_didMoveMarker
public abstract void rulerView_didMoveMarker(NSRulerView ruler,
NSRulerMarker marker)
- Specified by:
rulerView_didMoveMarker
in interface NSRulerMarkerClientViewDelegation
rulerView_didRemoveMarker
public abstract void rulerView_didRemoveMarker(NSRulerView ruler,
NSRulerMarker marker)
- Specified by:
rulerView_didRemoveMarker
in interface NSRulerMarkerClientViewDelegation
rulerView_didAddMarker
public abstract void rulerView_didAddMarker(NSRulerView ruler,
NSRulerMarker marker)
- Specified by:
rulerView_didAddMarker
in interface NSRulerMarkerClientViewDelegation
rulerView_shouldMoveMarker
public abstract boolean rulerView_shouldMoveMarker(NSRulerView ruler,
NSRulerMarker marker)
- Specified by:
rulerView_shouldMoveMarker
in interface NSRulerMarkerClientViewDelegation
rulerView_shouldAddMarker
public abstract boolean rulerView_shouldAddMarker(NSRulerView ruler,
NSRulerMarker marker)
- Specified by:
rulerView_shouldAddMarker
in interface NSRulerMarkerClientViewDelegation
rulerView_willMoveMarker_toLocation
public abstract float rulerView_willMoveMarker_toLocation(NSRulerView ruler,
NSRulerMarker marker,
float location)
- Specified by:
rulerView_willMoveMarker_toLocation
in interface NSRulerMarkerClientViewDelegation
rulerView_shouldRemoveMarker
public abstract boolean rulerView_shouldRemoveMarker(NSRulerView ruler,
NSRulerMarker marker)
- Specified by:
rulerView_shouldRemoveMarker
in interface NSRulerMarkerClientViewDelegation
rulerView_willAddMarker_atLocation
public abstract float rulerView_willAddMarker_atLocation(NSRulerView ruler,
NSRulerMarker marker,
float location)
- Specified by:
rulerView_willAddMarker_atLocation
in interface NSRulerMarkerClientViewDelegation
rulerView_handleMouseDown
public abstract void rulerView_handleMouseDown(NSRulerView ruler,
NSEvent event)
- Specified by:
rulerView_handleMouseDown
in interface NSRulerMarkerClientViewDelegation
shouldDrawInsertionPoint
public abstract boolean shouldDrawInsertionPoint()
updateRuler
public abstract void updateRuler()
updateFontPanel
public abstract void updateFontPanel()
updateDragTypeRegistration
public abstract void updateDragTypeRegistration()
clickedOnLink_atIndex
public abstract void clickedOnLink_atIndex(org.rococoa.ID link,
int charIndex)
startSpeaking
public abstract void startSpeaking(org.rococoa.ID sender)
stopSpeaking
public abstract void stopSpeaking(org.rococoa.ID sender)
alloc
public static NSTextView alloc()