public interface NSTextInputProtocol
NSTextInputProtocol
protocol.
See the protocol documentation at the Apple's site: NSTextInputProtocolModifier and Type | Method and Description |
---|---|
com.jniwrapper.Pointer.Void |
attributedSubstringFromRange(NSRange theRange) |
com.jniwrapper.UInt |
characterIndexForPoint(NSPoint thePoint) |
com.jniwrapper.Int32 |
conversationIdentifier() |
void |
doCommandBySelector(Sel aSelector) |
NSRect |
firstRectForCharacterRange(NSRange theRange) |
com.jniwrapper.Bool |
hasMarkedText() |
void |
insertText(Id aString) |
NSRange |
markedRange() |
NSRange |
selectedRange() |
void |
setMarkedText_selectedRange(Id aString,
NSRange selRange)
This method represents the
setMarkedText() method of the NSTextInputProtocol Objective-C protocol. |
void |
unmarkText() |
com.jniwrapper.Pointer.Void |
validAttributesForMarkedText() |
com.jniwrapper.Pointer.Void attributedSubstringFromRange(NSRange theRange)
com.jniwrapper.Bool hasMarkedText()
com.jniwrapper.UInt characterIndexForPoint(NSPoint thePoint)
void unmarkText()
NSRange selectedRange()
com.jniwrapper.Int32 conversationIdentifier()
void setMarkedText_selectedRange(Id aString, NSRange selRange)
setMarkedText()
method of the NSTextInputProtocol Objective-C protocol.aString
- selRange
- void insertText(Id aString)
com.jniwrapper.Pointer.Void validAttributesForMarkedText()
NSRange markedRange()
void doCommandBySelector(Sel aSelector)