|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSTextViewSupport
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 interface |
NSTextViewSupport._static_
|
Method Summary | |
---|---|
void |
drawBackgroundForGlyphRange_atPoint(NSRange.ByValue glyphsToShow,
NSPoint.ByValue origin)
Original signature : -(void)drawBackgroundForGlyphRange:(NSRange) atPoint:(NSPoint) from NSTextViewSupport native declaration : NSLayoutManager.h:555 |
void |
drawGlyphsForGlyphRange_atPoint(NSRange.ByValue glyphsToShow,
NSPoint.ByValue origin)
Original signature : -(void)drawGlyphsForGlyphRange:(NSRange) atPoint:(NSPoint) from NSTextViewSupport native declaration : NSLayoutManager.h:556 |
void |
drawStrikethroughForGlyphRange_strikethroughType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange,
NSInteger strikethroughVal,
org.rococoa.cocoa.CGFloat baselineOffset,
NSRect.ByValue lineRect,
NSRange.ByValue lineGlyphRange,
NSPoint.ByValue containerOrigin)
Original signature : -(void)drawStrikethroughForGlyphRange:(NSRange) strikethroughType:(NSInteger) baselineOffset:(CGFloat) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint) from NSTextViewSupport native declaration : NSLayoutManager.h:575 |
void |
drawUnderlineForGlyphRange_underlineType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange,
NSInteger underlineVal,
org.rococoa.cocoa.CGFloat baselineOffset,
NSRect.ByValue lineRect,
NSRange.ByValue lineGlyphRange,
NSPoint.ByValue containerOrigin)
Original signature : -(void)drawUnderlineForGlyphRange:(NSRange) underlineType:(NSInteger) baselineOffset:(CGFloat) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint) from NSTextViewSupport native declaration : NSLayoutManager.h:570 |
NSTextView |
firstTextView()
Original signature : -(NSTextView*)firstTextView from NSTextViewSupport native declaration : NSLayoutManager.h:548 |
boolean |
layoutManagerOwnsFirstResponderInWindow(NSWindow window)
Original signature : -(BOOL)layoutManagerOwnsFirstResponderInWindow:(NSWindow*) from NSTextViewSupport native declaration : NSLayoutManager.h:545 |
NSView |
rulerAccessoryViewForTextView_paragraphStyle_ruler_enabled(NSTextView view,
NSParagraphStyle style,
NSRulerView ruler,
boolean isEnabled)
Original signature : -(NSView*)rulerAccessoryViewForTextView:(NSTextView*) paragraphStyle:(NSParagraphStyle*) ruler:(NSRulerView*) enabled:(BOOL) from NSTextViewSupport native declaration : NSLayoutManager.h:540 |
NSArray |
rulerMarkersForTextView_paragraphStyle_ruler(NSTextView view,
NSParagraphStyle style,
NSRulerView ruler)
Original signature : -(NSArray*)rulerMarkersForTextView:(NSTextView*) paragraphStyle:(NSParagraphStyle*) ruler:(NSRulerView*) from NSTextViewSupport native declaration : NSLayoutManager.h:539 |
void |
showAttachmentCell_inRect_characterIndex(NSCell cell,
NSRect.ByValue rect,
NSUInteger attachmentIndex)
Original signature : -(void)showAttachmentCell:(NSCell*) inRect:(NSRect) characterIndex:(NSUInteger) from NSTextViewSupport native declaration : NSLayoutManager.h:562 |
void |
strikethroughGlyphRange_strikethroughType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange,
NSInteger strikethroughVal,
NSRect.ByValue lineRect,
NSRange.ByValue lineGlyphRange,
NSPoint.ByValue containerOrigin)
Original signature : -(void)strikethroughGlyphRange:(NSRange) strikethroughType:(NSInteger) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint) from NSTextViewSupport native declaration : NSLayoutManager.h:576 |
NSTextView |
textViewForBeginningOfSelection()
Original signature : -(NSTextView*)textViewForBeginningOfSelection from NSTextViewSupport native declaration : NSLayoutManager.h:550 |
void |
underlineGlyphRange_underlineType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange,
NSInteger underlineVal,
NSRect.ByValue lineRect,
NSRange.ByValue lineGlyphRange,
NSPoint.ByValue containerOrigin)
Original signature : -(void)underlineGlyphRange:(NSRange) underlineType:(NSInteger) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint) from NSTextViewSupport native declaration : NSLayoutManager.h:571 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
NSArray rulerMarkersForTextView_paragraphStyle_ruler(NSTextView view, NSParagraphStyle style, NSRulerView ruler)
-(NSArray*)rulerMarkersForTextView:(NSTextView*) paragraphStyle:(NSParagraphStyle*) ruler:(NSRulerView*)
NSView rulerAccessoryViewForTextView_paragraphStyle_ruler_enabled(NSTextView view, NSParagraphStyle style, NSRulerView ruler, boolean isEnabled)
-(NSView*)rulerAccessoryViewForTextView:(NSTextView*) paragraphStyle:(NSParagraphStyle*) ruler:(NSRulerView*) enabled:(BOOL)
boolean layoutManagerOwnsFirstResponderInWindow(NSWindow window)
-(BOOL)layoutManagerOwnsFirstResponderInWindow:(NSWindow*)
NSTextView firstTextView()
-(NSTextView*)firstTextView
NSTextView textViewForBeginningOfSelection()
-(NSTextView*)textViewForBeginningOfSelection
void drawBackgroundForGlyphRange_atPoint(NSRange.ByValue glyphsToShow, NSPoint.ByValue origin)
-(void)drawBackgroundForGlyphRange:(NSRange) atPoint:(NSPoint)
void drawGlyphsForGlyphRange_atPoint(NSRange.ByValue glyphsToShow, NSPoint.ByValue origin)
-(void)drawGlyphsForGlyphRange:(NSRange) atPoint:(NSPoint)
void showAttachmentCell_inRect_characterIndex(NSCell cell, NSRect.ByValue rect, NSUInteger attachmentIndex)
-(void)showAttachmentCell:(NSCell*) inRect:(NSRect) characterIndex:(NSUInteger)
void drawUnderlineForGlyphRange_underlineType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange, NSInteger underlineVal, org.rococoa.cocoa.CGFloat baselineOffset, NSRect.ByValue lineRect, NSRange.ByValue lineGlyphRange, NSPoint.ByValue containerOrigin)
-(void)drawUnderlineForGlyphRange:(NSRange) underlineType:(NSInteger) baselineOffset:(CGFloat) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint)
void underlineGlyphRange_underlineType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange, NSInteger underlineVal, NSRect.ByValue lineRect, NSRange.ByValue lineGlyphRange, NSPoint.ByValue containerOrigin)
-(void)underlineGlyphRange:(NSRange) underlineType:(NSInteger) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint)
void drawStrikethroughForGlyphRange_strikethroughType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange, NSInteger strikethroughVal, org.rococoa.cocoa.CGFloat baselineOffset, NSRect.ByValue lineRect, NSRange.ByValue lineGlyphRange, NSPoint.ByValue containerOrigin)
-(void)drawStrikethroughForGlyphRange:(NSRange) strikethroughType:(NSInteger) baselineOffset:(CGFloat) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint)
void strikethroughGlyphRange_strikethroughType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange.ByValue glyphRange, NSInteger strikethroughVal, NSRect.ByValue lineRect, NSRange.ByValue lineGlyphRange, NSPoint.ByValue containerOrigin)
-(void)strikethroughGlyphRange:(NSRange) strikethroughType:(NSInteger) lineFragmentRect:(NSRect) lineFragmentGlyphRange:(NSRange) containerOrigin:(NSPoint)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |