|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSTextInput
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.
Nested Class Summary | |
---|---|
static class |
NSTextInput._class_
|
static interface |
NSTextInput._static_
|
Field Summary | |
---|---|
static NSTextInput._class_ |
_CLASS_
|
Method Summary | |
---|---|
int |
conversationIdentifier()
|
void |
doCommandBySelector(org.rococoa.Selector aSelector)
|
boolean |
hasMarkedText()
|
void |
insertText(org.rococoa.ID aString)
Original signature : -(void)insertText:(id) instead of keyDown: aString can be NSString or NSAttributedString |
NSObject |
markedRange()
This method returns the range for marked region. |
NSObject |
selectedRange()
This method returns the range for selected region. |
void |
unmarkText()
|
NSArray |
validAttributesForMarkedText()
This method is the key to attribute extension. |
Field Detail |
---|
static final NSTextInput._class_ _CLASS_
Method Detail |
---|
void insertText(org.rococoa.ID aString)
-(void)insertText:(id)
void doCommandBySelector(org.rococoa.Selector aSelector)
void unmarkText()
boolean hasMarkedText()
int conversationIdentifier()
NSObject markedRange()
-(id)markedRange
NSObject selectedRange()
-(id)selectedRange
NSArray validAttributesForMarkedText()
-(NSArray*)validAttributesForMarkedText
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |