public class IScrollInfoImplementation extends NetObject implements IScrollInfo
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Controls.Primitives.IScrollInfo
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationFramework
|
static java.lang.String |
className
Qualified class name: System.Windows.Controls.Primitives.IScrollInfo
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IScrollInfoImplementation(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCanHorizontallyScroll() |
boolean |
getCanVerticallyScroll() |
double |
getExtentHeight() |
double |
getExtentWidth() |
double |
getHorizontalOffset() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
ScrollViewer |
getScrollOwner() |
double |
getVerticalOffset() |
double |
getViewportHeight() |
double |
getViewportWidth() |
void |
LineDown() |
void |
LineLeft() |
void |
LineRight() |
void |
LineUp() |
Rect |
MakeVisible(Visual visual,
Rect rectangle) |
void |
MouseWheelDown() |
void |
MouseWheelLeft() |
void |
MouseWheelRight() |
void |
MouseWheelUp() |
void |
PageDown() |
void |
PageLeft() |
void |
PageRight() |
void |
PageUp() |
void |
setCanHorizontallyScroll(boolean CanHorizontallyScroll) |
void |
setCanVerticallyScroll(boolean CanVerticallyScroll) |
void |
SetHorizontalOffset(double offset) |
void |
setScrollOwner(ScrollViewer ScrollOwner) |
void |
SetVerticalOffset(double offset) |
static IScrollInfo |
ToIScrollInfo(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IScrollInfo, a cast assert is made to check if types are compatible. |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IScrollInfoImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic boolean getCanHorizontallyScroll()
throws java.lang.Throwable
getCanHorizontallyScroll in interface IScrollInfojava.lang.Throwablepublic boolean getCanVerticallyScroll()
throws java.lang.Throwable
getCanVerticallyScroll in interface IScrollInfojava.lang.Throwablepublic double getExtentHeight()
throws java.lang.Throwable
getExtentHeight in interface IScrollInfojava.lang.Throwablepublic double getExtentWidth()
throws java.lang.Throwable
getExtentWidth in interface IScrollInfojava.lang.Throwablepublic double getHorizontalOffset()
throws java.lang.Throwable
getHorizontalOffset in interface IScrollInfojava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IScrollInfogetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IScrollInfogetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IScrollInfogetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IScrollInfogetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IScrollInfogetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic ScrollViewer getScrollOwner() throws java.lang.Throwable
getScrollOwner in interface IScrollInfojava.lang.Throwablepublic double getVerticalOffset()
throws java.lang.Throwable
getVerticalOffset in interface IScrollInfojava.lang.Throwablepublic double getViewportHeight()
throws java.lang.Throwable
getViewportHeight in interface IScrollInfojava.lang.Throwablepublic double getViewportWidth()
throws java.lang.Throwable
getViewportWidth in interface IScrollInfojava.lang.Throwablepublic void LineDown()
throws java.lang.Throwable
LineDown in interface IScrollInfojava.lang.Throwablepublic void LineLeft()
throws java.lang.Throwable
LineLeft in interface IScrollInfojava.lang.Throwablepublic void LineRight()
throws java.lang.Throwable
LineRight in interface IScrollInfojava.lang.Throwablepublic void LineUp()
throws java.lang.Throwable
LineUp in interface IScrollInfojava.lang.Throwablepublic Rect MakeVisible(Visual visual, Rect rectangle) throws java.lang.Throwable
MakeVisible in interface IScrollInfojava.lang.Throwablepublic void MouseWheelDown()
throws java.lang.Throwable
MouseWheelDown in interface IScrollInfojava.lang.Throwablepublic void MouseWheelLeft()
throws java.lang.Throwable
MouseWheelLeft in interface IScrollInfojava.lang.Throwablepublic void MouseWheelRight()
throws java.lang.Throwable
MouseWheelRight in interface IScrollInfojava.lang.Throwablepublic void MouseWheelUp()
throws java.lang.Throwable
MouseWheelUp in interface IScrollInfojava.lang.Throwablepublic void PageDown()
throws java.lang.Throwable
PageDown in interface IScrollInfojava.lang.Throwablepublic void PageLeft()
throws java.lang.Throwable
PageLeft in interface IScrollInfojava.lang.Throwablepublic void PageRight()
throws java.lang.Throwable
PageRight in interface IScrollInfojava.lang.Throwablepublic void PageUp()
throws java.lang.Throwable
PageUp in interface IScrollInfojava.lang.Throwablepublic void setCanHorizontallyScroll(boolean CanHorizontallyScroll)
throws java.lang.Throwable
setCanHorizontallyScroll in interface IScrollInfojava.lang.Throwablepublic void setCanVerticallyScroll(boolean CanVerticallyScroll)
throws java.lang.Throwable
setCanVerticallyScroll in interface IScrollInfojava.lang.Throwablepublic void SetHorizontalOffset(double offset)
throws java.lang.Throwable
SetHorizontalOffset in interface IScrollInfojava.lang.Throwablepublic void setScrollOwner(ScrollViewer ScrollOwner) throws java.lang.Throwable
setScrollOwner in interface IScrollInfojava.lang.Throwablepublic void SetVerticalOffset(double offset)
throws java.lang.Throwable
SetVerticalOffset in interface IScrollInfojava.lang.Throwablepublic static IScrollInfo ToIScrollInfo(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IScrollInfo, a cast assert is made to check if types are compatible.ToIScrollInfo in interface IScrollInfofrom - IJCOBridgeReflected instance to be castedIScrollInfo instancejava.lang.Throwable - in case of error during cast operation