|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.appkit.NSResponder
org.rococoa.cocoa.appkit.NSView
org.rococoa.cocoa.appkit.NSClipView
public abstract class NSClipView
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 |
NSClipView.__cvFlags
native declaration : NSClipView.h:59 Conversion Error : /// Original signature : -(void)scrollToPoint:() - (void)scrollToPoint:(null)newOrigin; (Argument newOrigin cannot be converted) |
static class |
NSClipView._class_
|
Nested classes/interfaces inherited from class org.rococoa.cocoa.appkit.NSView |
---|
NSView.__VFlags2 |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSClipView()
|
Method Summary | |
---|---|
static NSClipView |
alloc()
|
abstract boolean |
autoscroll(NSEvent theEvent)
Original signature : -(BOOL)autoscroll:(NSEvent*) native declaration : NSClipView.h:57 |
abstract NSColor |
backgroundColor()
Original signature : -(NSColor*)backgroundColor native declaration : NSClipView.h:44 |
abstract boolean |
copiesOnScroll()
Original signature : -(BOOL)copiesOnScroll native declaration : NSClipView.h:56 |
abstract NSCursor |
documentCursor()
Original signature : -(NSCursor*)documentCursor native declaration : NSClipView.h:51 |
abstract NSRect.ByValue |
documentRect()
Original signature : -(NSRect)documentRect native declaration : NSClipView.h:49 |
abstract NSClipView |
documentView()
Original signature : -(id)documentView native declaration : NSClipView.h:48 |
abstract NSRect.ByValue |
documentVisibleRect()
Original signature : -(NSRect)documentVisibleRect native declaration : NSClipView.h:52 |
abstract boolean |
drawsBackground()
Original signature : -(BOOL)drawsBackground native declaration : NSClipView.h:46 |
static NSClipView._class_ |
getNSClass()
|
static NSClipView |
new_()
|
abstract void |
setBackgroundColor(NSColor color)
Original signature : -(void)setBackgroundColor:(NSColor*) native declaration : NSClipView.h:43 |
abstract void |
setCopiesOnScroll(boolean flag)
Original signature : -(void)setCopiesOnScroll:(BOOL) native declaration : NSClipView.h:55 |
abstract void |
setDocumentCursor(NSCursor anObj)
Original signature : -(void)setDocumentCursor:(NSCursor*) native declaration : NSClipView.h:50 |
abstract void |
setDocumentView(NSView aView)
Original signature : -(void)setDocumentView:(NSView*) native declaration : NSClipView.h:47 |
abstract void |
setDrawsBackground(boolean flag)
Original signature : -(void)setDrawsBackground:(BOOL) native declaration : NSClipView.h:45 |
abstract void |
viewBoundsChanged(NSNotification notification)
Original signature : -(void)viewBoundsChanged:(NSNotification*) native declaration : NSClipView.h:54 |
abstract void |
viewFrameChanged(NSNotification notification)
Original signature : -(void)viewFrameChanged:(NSNotification*) native declaration : NSClipView.h:53 |
Methods inherited from class org.rococoa.cocoa.appkit.NSView |
---|
addSubview, ancestorSharedWithView, as_NSView_NSClipViewSuperview, as_NSView_NSRulerMarkerClientViewDelegation, as_NSView_NSViewEnclosingMenuItem, createWithFrame, getRectsBeingDrawn_count, getRectsBeingDrawn_count, initWithFrame, isDescendantOf, isHidden, isHiddenOrHasHiddenAncestor, needsToDrawRect, opaqueAncestor, setHidden, setSubviews, subviews, superview, viewDidHide, viewDidUnhide, wantsDefaultClipping, window |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSClipView()
Method Detail |
---|
public abstract void setBackgroundColor(NSColor color)
-(void)setBackgroundColor:(NSColor*)
public abstract NSColor backgroundColor()
-(NSColor*)backgroundColor
public abstract void setDrawsBackground(boolean flag)
-(void)setDrawsBackground:(BOOL)
public abstract boolean drawsBackground()
-(BOOL)drawsBackground
public abstract void setDocumentView(NSView aView)
-(void)setDocumentView:(NSView*)
public abstract NSClipView documentView()
-(id)documentView
public abstract NSRect.ByValue documentRect()
-(NSRect)documentRect
public abstract void setDocumentCursor(NSCursor anObj)
-(void)setDocumentCursor:(NSCursor*)
public abstract NSCursor documentCursor()
-(NSCursor*)documentCursor
public abstract NSRect.ByValue documentVisibleRect()
-(NSRect)documentVisibleRect
public abstract void viewFrameChanged(NSNotification notification)
-(void)viewFrameChanged:(NSNotification*)
public abstract void viewBoundsChanged(NSNotification notification)
-(void)viewBoundsChanged:(NSNotification*)
public abstract void setCopiesOnScroll(boolean flag)
-(void)setCopiesOnScroll:(BOOL)
public abstract boolean copiesOnScroll()
-(BOOL)copiesOnScroll
public abstract boolean autoscroll(NSEvent theEvent)
-(BOOL)autoscroll:(NSEvent*)
public static NSClipView alloc()
public static NSClipView new_()
public static NSClipView._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |