public class Stylus extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Input.Stylus
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: PresentationCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationCore
|
static java.lang.String |
className
Qualified class name: System.Windows.Input.Stylus
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Stylus() |
Stylus(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Stylus()
throws java.lang.Throwable
java.lang.Throwablepublic Stylus(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static void AddGotStylusCaptureHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
public static void AddLostStylusCaptureHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
public static void AddPreviewStylusButtonDownHandler(DependencyObject element, StylusButtonEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
public static void AddPreviewStylusButtonUpHandler(DependencyObject element, StylusButtonEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
public static void AddPreviewStylusDownHandler(DependencyObject element, StylusDownEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
public static void AddPreviewStylusInAirMoveHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
public static void AddPreviewStylusInRangeHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
public static void AddPreviewStylusMoveHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
public static void AddPreviewStylusOutOfRangeHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
public static void AddPreviewStylusSystemGestureHandler(DependencyObject element, StylusSystemGestureEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
public static void AddPreviewStylusUpHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
public static void AddStylusButtonDownHandler(DependencyObject element, StylusButtonEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
public static void AddStylusButtonUpHandler(DependencyObject element, StylusButtonEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
public static void AddStylusDownHandler(DependencyObject element, StylusDownEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
public static void AddStylusEnterHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
public static void AddStylusInAirMoveHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
public static void AddStylusInRangeHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
public static void AddStylusLeaveHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
public static void AddStylusMoveHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
public static void AddStylusOutOfRangeHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
public static void AddStylusSystemGestureHandler(DependencyObject element, StylusSystemGestureEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
public static void AddStylusUpHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
public static boolean Capture(IInputElement element) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, Win32Exception, PlatformNotSupportedException, IndexOutOfRangeException, InvalidEnumArgumentException, FormatException
public static boolean Capture(IInputElement element, CaptureMode captureMode) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, NotSupportedException
public static Stylus cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Stylus, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedStylus instancejava.lang.Throwable - in case of error during cast operationpublic static IInputElement getCaptured() throws java.lang.Throwable, ArgumentException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, PlatformNotSupportedException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, InvalidOperationException, Win32Exception, InvalidEnumArgumentException, OverflowException, ArgumentNullException
java.lang.ThrowableArgumentExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIOExceptionUnauthorizedAccessExceptionIndexOutOfRangeExceptionInvalidOperationExceptionWin32ExceptionInvalidEnumArgumentExceptionOverflowExceptionArgumentNullExceptionpublic static StylusDevice getCurrentStylusDevice() throws java.lang.Throwable, ArgumentException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, ArrayTypeMismatchException, PlatformNotSupportedException, IOException, UnauthorizedAccessException, InvalidOperationException, NotSupportedException, RankException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, OverflowException
java.lang.ThrowableArgumentExceptionSecurityExceptionObjectDisposedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionPlatformNotSupportedExceptionIOExceptionUnauthorizedAccessExceptionInvalidOperationExceptionNotSupportedExceptionRankExceptionInvalidEnumArgumentExceptionWin32ExceptionArgumentNullExceptionOverflowExceptionpublic static IInputElement getDirectlyOver() throws java.lang.Throwable, ArgumentException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, PlatformNotSupportedException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, InvalidOperationException, Win32Exception, InvalidEnumArgumentException, OverflowException, ArgumentNullException
java.lang.ThrowableArgumentExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIOExceptionUnauthorizedAccessExceptionIndexOutOfRangeExceptionInvalidOperationExceptionWin32ExceptionInvalidEnumArgumentExceptionOverflowExceptionArgumentNullExceptionpublic static boolean GetIsFlicksEnabled(DependencyObject element) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public static boolean GetIsPressAndHoldEnabled(DependencyObject element) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public static boolean GetIsTapFeedbackEnabled(DependencyObject element) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public static boolean GetIsTouchFeedbackEnabled(DependencyObject element) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic static void RemoveGotStylusCaptureHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
public static void RemoveLostStylusCaptureHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
public static void RemovePreviewStylusButtonDownHandler(DependencyObject element, StylusButtonEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
public static void RemovePreviewStylusButtonUpHandler(DependencyObject element, StylusButtonEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
public static void RemovePreviewStylusDownHandler(DependencyObject element, StylusDownEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
public static void RemovePreviewStylusInAirMoveHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
public static void RemovePreviewStylusInRangeHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
public static void RemovePreviewStylusMoveHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
public static void RemovePreviewStylusOutOfRangeHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
public static void RemovePreviewStylusSystemGestureHandler(DependencyObject element, StylusSystemGestureEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
public static void RemovePreviewStylusUpHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
public static void RemoveStylusButtonDownHandler(DependencyObject element, StylusButtonEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
public static void RemoveStylusButtonUpHandler(DependencyObject element, StylusButtonEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
public static void RemoveStylusDownHandler(DependencyObject element, StylusDownEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
public static void RemoveStylusEnterHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
public static void RemoveStylusInAirMoveHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
public static void RemoveStylusInRangeHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
public static void RemoveStylusLeaveHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
public static void RemoveStylusMoveHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
public static void RemoveStylusOutOfRangeHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
public static void RemoveStylusSystemGestureHandler(DependencyObject element, StylusSystemGestureEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
public static void RemoveStylusUpHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
public static void SetIsFlicksEnabled(DependencyObject element, boolean enabled) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException
public static void SetIsPressAndHoldEnabled(DependencyObject element, boolean enabled) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException
public static void SetIsTapFeedbackEnabled(DependencyObject element, boolean enabled) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException
public static void SetIsTouchFeedbackEnabled(DependencyObject element, boolean enabled) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static void Synchronize()
throws java.lang.Throwable,
ArgumentException,
SecurityException,
ObjectDisposedException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
IOException,
UnauthorizedAccessException,
IndexOutOfRangeException,
InvalidOperationException,
Win32Exception,
InvalidEnumArgumentException,
OverflowException,
ArgumentNullException
java.lang.ThrowableArgumentExceptionSecurityExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIOExceptionUnauthorizedAccessExceptionIndexOutOfRangeExceptionInvalidOperationExceptionWin32ExceptionInvalidEnumArgumentExceptionOverflowExceptionArgumentNullException