|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSTextInput
NSTextInput is deprecated in Mac OS X 10.6. Use NSTextInputClient instead.
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_ |
_NSCLASS_
|
Method Summary | |
---|---|
NSInteger |
conversationIdentifier()
Original signature : -(NSInteger)conversationIdentifier native declaration : NSInputManager.h:26 |
void |
doCommandBySelector(Selector aSelector)
Original signature : -(void)doCommandBySelector:(SEL) native declaration : NSInputManager.h:20 |
boolean |
hasMarkedText()
Original signature : -(BOOL)hasMarkedText native declaration : NSInputManager.h:25 |
void |
insertText(ObjCObject aString)
instead of keyDown: aString can be NSString or NSAttributedString Original signature : -(void)insertText:(id) native declaration : NSInputManager.h:19 |
NSObject |
markedRange()
This method returns the range for marked region. |
NSObject |
selectedRange()
This method returns the range for selected region. |
void |
unmarkText()
Original signature : -(void)unmarkText native declaration : NSInputManager.h:24 |
NSArray |
validAttributesForMarkedText()
This method is the key to attribute extension. |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Field Detail |
---|
static final NSTextInput._class_ _NSCLASS_
Method Detail |
---|
void insertText(ObjCObject aString)
-(void)insertText:(id)
void doCommandBySelector(Selector aSelector)
-(void)doCommandBySelector:(SEL)
void unmarkText()
-(void)unmarkText
boolean hasMarkedText()
-(BOOL)hasMarkedText
NSInteger conversationIdentifier()
-(NSInteger)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 |