All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Responder | +----com.apple.alpha.app.View | +----com.apple.alpha.app.ScrollView
NSScrollView
.
[[NSScrollView
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithFrame:
on a newly allocated object.
- backgroundColor
Objective-C instance method.
- borderType
Objective-C instance method.
- contentSize
Objective-C instance method.
+ contentSizeForFrameSize:hasHorizontalScroller:hasVerticalScroller:borderType:
Objective-C class method.
- contentView
Objective-C instance method.
- documentCursor
Objective-C instance method.
- documentView
Objective-C instance method.
- documentVisibleRect
Objective-C instance method.
+ frameSizeForContentSize:hasHorizontalScroller:hasVerticalScroller:borderType:
Objective-C class method.
- hasHorizontalRuler
Objective-C instance method.
- hasHorizontalScroller
Objective-C instance method.
- hasVerticalRuler
Objective-C instance method.
- hasVerticalScroller
Objective-C instance method.
- horizontalRulerView
Objective-C instance method.
- horizontalScroller
Objective-C instance method.
- isRulerVisible
Objective-C instance method.
- lineScroll
Objective-C instance method.
- pageScroll
Objective-C instance method.
- reflectScrolledClipView:
Objective-C instance method.
- rulersVisible
Objective-C instance method.
- scrollsDynamically
Objective-C instance method.
- setBackgroundColor:
Objective-C instance method.
- setBorderType:
Objective-C instance method.
- setContentView:
Objective-C instance method.
- setDocumentCursor:
Objective-C instance method.
- setDocumentView:
Objective-C instance method.
- setHasHorizontalRuler:
Objective-C instance method.
- setHasHorizontalScroller:
Objective-C instance method.
- setHasVerticalRuler:
Objective-C instance method.
- setHasVerticalScroller:
Objective-C instance method.
- setHorizontalRulerView:
Objective-C instance method.
- setHorizontalScroller:
Objective-C instance method.
- setLineScroll:
Objective-C instance method.
- setPageScroll:
Objective-C instance method.
- setRulersVisible:
Objective-C instance method.
- setScrollsDynamically:
Objective-C instance method.
- setVerticalRulerView:
Objective-C instance method.
- setVerticalScroller:
Objective-C instance method.
- tile
Objective-C instance method.
- toggleRuler:
Objective-C instance method.
- verticalRulerView
Objective-C instance method.
- verticalScroller
Objective-C instance method.
protected ScrollView(boolean shouldAllocate, int objcObject)
public ScrollView()
[[NSScrollView
alloc] init]
.
public ScrollView(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public ScrollView(Rect frameRect)
- initWithFrame:
on a newly allocated object.
public static native Size frameSizeForContentSize(Size cSize, boolean hFlag, boolean vFlag, int aType)
+ frameSizeForContentSize:hasHorizontalScroller:hasVerticalScroller:borderType:
Objective-C class method.
public static native Size contentSizeForFrameSize(Size fSize, boolean hFlag, boolean vFlag, int aType)
+ contentSizeForFrameSize:hasHorizontalScroller:hasVerticalScroller:borderType:
Objective-C class method.
public native Rect documentVisibleRect()
- documentVisibleRect
Objective-C instance method.
public native Size contentSize()
- contentSize
Objective-C instance method.
public native void setDocumentView(View aView)
- setDocumentView:
Objective-C instance method.
public native Object documentView()
- documentView
Objective-C instance method.
public native void setContentView(ClipView contentView)
- setContentView:
Objective-C instance method.
public native ClipView contentView()
- contentView
Objective-C instance method.
public native void setDocumentCursor(Cursor anObj)
- setDocumentCursor:
Objective-C instance method.
public native Cursor documentCursor()
- documentCursor
Objective-C instance method.
public native void setBorderType(int aType)
- setBorderType:
Objective-C instance method.
public native int borderType()
- borderType
Objective-C instance method.
public native void setBackgroundColor(Color color)
- setBackgroundColor:
Objective-C instance method.
public native Color backgroundColor()
- backgroundColor
Objective-C instance method.
public native void setHasVerticalScroller(boolean flag)
- setHasVerticalScroller:
Objective-C instance method.
public native boolean hasVerticalScroller()
- hasVerticalScroller
Objective-C instance method.
public native void setHasHorizontalScroller(boolean flag)
- setHasHorizontalScroller:
Objective-C instance method.
public native boolean hasHorizontalScroller()
- hasHorizontalScroller
Objective-C instance method.
public native void setVerticalScroller(Scroller anObject)
- setVerticalScroller:
Objective-C instance method.
public native Scroller verticalScroller()
- verticalScroller
Objective-C instance method.
public native void setHorizontalScroller(Scroller anObject)
- setHorizontalScroller:
Objective-C instance method.
public native Scroller horizontalScroller()
- horizontalScroller
Objective-C instance method.
public native void setLineScroll(float value)
- setLineScroll:
Objective-C instance method.
public native float lineScroll()
- lineScroll
Objective-C instance method.
public native void setPageScroll(float value)
- setPageScroll:
Objective-C instance method.
public native float pageScroll()
- pageScroll
Objective-C instance method.
public native void setScrollsDynamically(boolean flag)
- setScrollsDynamically:
Objective-C instance method.
public native boolean scrollsDynamically()
- scrollsDynamically
Objective-C instance method.
public native void tile()
- tile
Objective-C instance method.
public native void reflectScrolledClipView(ClipView cView)
- reflectScrolledClipView:
Objective-C instance method.
public native void setRulersVisible(boolean flag)
- setRulersVisible:
Objective-C instance method.
public native boolean rulersVisible()
- rulersVisible
Objective-C instance method.
public native void setHasHorizontalRuler(boolean flag)
- setHasHorizontalRuler:
Objective-C instance method.
public native boolean hasHorizontalRuler()
- hasHorizontalRuler
Objective-C instance method.
public native void setHasVerticalRuler(boolean flag)
- setHasVerticalRuler:
Objective-C instance method.
public native boolean hasVerticalRuler()
- hasVerticalRuler
Objective-C instance method.
public native void setHorizontalRulerView(RulerView ruler)
- setHorizontalRulerView:
Objective-C instance method.
public native RulerView horizontalRulerView()
- horizontalRulerView
Objective-C instance method.
public native void setVerticalRulerView(RulerView ruler)
- setVerticalRulerView:
Objective-C instance method.
public native RulerView verticalRulerView()
- verticalRulerView
Objective-C instance method.
public native void toggleRuler(Object sender)
- toggleRuler:
Objective-C instance method.
public native boolean isRulerVisible()
- isRulerVisible
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index