Package system.windows.input
Class Stylus
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.input.Stylus
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class Stylus extends NetObject
The base .NET class managing System.Windows.Input.Stylus, PresentationCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: PresentationCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationCorestatic java.lang.String
className
Qualified class name: System.Windows.Input.Stylusstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationCore- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Input.Stylus- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Stylus cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoStylus
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Stylus
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Capture
public static boolean Capture(IInputElement element, CaptureMode captureMode) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, NotSupportedException
-
Capture
public static boolean Capture(IInputElement element) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, Win32Exception, PlatformNotSupportedException, IndexOutOfRangeException, InvalidEnumArgumentException, FormatException
-
GetIsFlicksEnabled
public static boolean GetIsFlicksEnabled(DependencyObject element) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
GetIsPressAndHoldEnabled
public static boolean GetIsPressAndHoldEnabled(DependencyObject element) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
GetIsTapFeedbackEnabled
public static boolean GetIsTapFeedbackEnabled(DependencyObject element) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
GetIsTouchFeedbackEnabled
public static boolean GetIsTouchFeedbackEnabled(DependencyObject element) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
-
AddGotStylusCaptureHandler
public static void AddGotStylusCaptureHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
-
AddLostStylusCaptureHandler
public static void AddLostStylusCaptureHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
-
AddPreviewStylusButtonDownHandler
public static void AddPreviewStylusButtonDownHandler(DependencyObject element, StylusButtonEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
-
AddPreviewStylusButtonUpHandler
public static void AddPreviewStylusButtonUpHandler(DependencyObject element, StylusButtonEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
-
AddPreviewStylusDownHandler
public static void AddPreviewStylusDownHandler(DependencyObject element, StylusDownEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
-
AddPreviewStylusInAirMoveHandler
public static void AddPreviewStylusInAirMoveHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
-
AddPreviewStylusInRangeHandler
public static void AddPreviewStylusInRangeHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
-
AddPreviewStylusMoveHandler
public static void AddPreviewStylusMoveHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
-
AddPreviewStylusOutOfRangeHandler
public static void AddPreviewStylusOutOfRangeHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
-
AddPreviewStylusSystemGestureHandler
public static void AddPreviewStylusSystemGestureHandler(DependencyObject element, StylusSystemGestureEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
-
AddPreviewStylusUpHandler
public static void AddPreviewStylusUpHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
-
AddStylusButtonDownHandler
public static void AddStylusButtonDownHandler(DependencyObject element, StylusButtonEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
-
AddStylusButtonUpHandler
public static void AddStylusButtonUpHandler(DependencyObject element, StylusButtonEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
-
AddStylusDownHandler
public static void AddStylusDownHandler(DependencyObject element, StylusDownEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
-
AddStylusEnterHandler
public static void AddStylusEnterHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
-
AddStylusInAirMoveHandler
public static void AddStylusInAirMoveHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
-
AddStylusInRangeHandler
public static void AddStylusInRangeHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
-
AddStylusLeaveHandler
public static void AddStylusLeaveHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
-
AddStylusMoveHandler
public static void AddStylusMoveHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
-
AddStylusOutOfRangeHandler
public static void AddStylusOutOfRangeHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
-
AddStylusSystemGestureHandler
public static void AddStylusSystemGestureHandler(DependencyObject element, StylusSystemGestureEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
-
AddStylusUpHandler
public static void AddStylusUpHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException
-
RemoveGotStylusCaptureHandler
public static void RemoveGotStylusCaptureHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
-
RemoveLostStylusCaptureHandler
public static void RemoveLostStylusCaptureHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
-
RemovePreviewStylusButtonDownHandler
public static void RemovePreviewStylusButtonDownHandler(DependencyObject element, StylusButtonEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
-
RemovePreviewStylusButtonUpHandler
public static void RemovePreviewStylusButtonUpHandler(DependencyObject element, StylusButtonEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
-
RemovePreviewStylusDownHandler
public static void RemovePreviewStylusDownHandler(DependencyObject element, StylusDownEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
-
RemovePreviewStylusInAirMoveHandler
public static void RemovePreviewStylusInAirMoveHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
-
RemovePreviewStylusInRangeHandler
public static void RemovePreviewStylusInRangeHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
-
RemovePreviewStylusMoveHandler
public static void RemovePreviewStylusMoveHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
-
RemovePreviewStylusOutOfRangeHandler
public static void RemovePreviewStylusOutOfRangeHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
-
RemovePreviewStylusSystemGestureHandler
public static void RemovePreviewStylusSystemGestureHandler(DependencyObject element, StylusSystemGestureEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
-
RemovePreviewStylusUpHandler
public static void RemovePreviewStylusUpHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
-
RemoveStylusButtonDownHandler
public static void RemoveStylusButtonDownHandler(DependencyObject element, StylusButtonEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
-
RemoveStylusButtonUpHandler
public static void RemoveStylusButtonUpHandler(DependencyObject element, StylusButtonEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
-
RemoveStylusDownHandler
public static void RemoveStylusDownHandler(DependencyObject element, StylusDownEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
-
RemoveStylusEnterHandler
public static void RemoveStylusEnterHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
-
RemoveStylusInAirMoveHandler
public static void RemoveStylusInAirMoveHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
-
RemoveStylusInRangeHandler
public static void RemoveStylusInRangeHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
-
RemoveStylusLeaveHandler
public static void RemoveStylusLeaveHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
-
RemoveStylusMoveHandler
public static void RemoveStylusMoveHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
-
RemoveStylusOutOfRangeHandler
public static void RemoveStylusOutOfRangeHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
-
RemoveStylusSystemGestureHandler
public static void RemoveStylusSystemGestureHandler(DependencyObject element, StylusSystemGestureEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
-
RemoveStylusUpHandler
public static void RemoveStylusUpHandler(DependencyObject element, StylusEventHandler handler) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, FormatException
-
SetIsFlicksEnabled
public static void SetIsFlicksEnabled(DependencyObject element, boolean enabled) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException
-
SetIsPressAndHoldEnabled
public static void SetIsPressAndHoldEnabled(DependencyObject element, boolean enabled) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException
-
SetIsTapFeedbackEnabled
public static void SetIsTapFeedbackEnabled(DependencyObject element, boolean enabled) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException
-
SetIsTouchFeedbackEnabled
public static void SetIsTouchFeedbackEnabled(DependencyObject element, boolean enabled) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException
-
Synchronize
public static void Synchronize() throws java.lang.Throwable, ArgumentException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, PlatformNotSupportedException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, InvalidOperationException, Win32Exception, InvalidEnumArgumentException, OverflowException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ObjectDisposedException
ArgumentOutOfRangeException
PlatformNotSupportedException
IOException
UnauthorizedAccessException
IndexOutOfRangeException
InvalidOperationException
Win32Exception
InvalidEnumArgumentException
OverflowException
ArgumentNullException
-
getCaptured
public static IInputElement getCaptured() throws java.lang.Throwable, ArgumentException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, PlatformNotSupportedException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, InvalidOperationException, Win32Exception, InvalidEnumArgumentException, OverflowException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ObjectDisposedException
ArgumentOutOfRangeException
PlatformNotSupportedException
IOException
UnauthorizedAccessException
IndexOutOfRangeException
InvalidOperationException
Win32Exception
InvalidEnumArgumentException
OverflowException
ArgumentNullException
-
getDirectlyOver
public static IInputElement getDirectlyOver() throws java.lang.Throwable, ArgumentException, SecurityException, ObjectDisposedException, ArgumentOutOfRangeException, PlatformNotSupportedException, IOException, UnauthorizedAccessException, IndexOutOfRangeException, InvalidOperationException, Win32Exception, InvalidEnumArgumentException, OverflowException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ObjectDisposedException
ArgumentOutOfRangeException
PlatformNotSupportedException
IOException
UnauthorizedAccessException
IndexOutOfRangeException
InvalidOperationException
Win32Exception
InvalidEnumArgumentException
OverflowException
ArgumentNullException
-
getCurrentStylusDevice
public static StylusDevice getCurrentStylusDevice() throws java.lang.Throwable, ArgumentException, SecurityException, ObjectDisposedException, IndexOutOfRangeException, ArgumentOutOfRangeException, OutOfMemoryException, ArrayTypeMismatchException, PlatformNotSupportedException, IOException, UnauthorizedAccessException, InvalidOperationException, NotSupportedException, RankException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, OverflowException
- Throws:
java.lang.Throwable
ArgumentException
SecurityException
ObjectDisposedException
IndexOutOfRangeException
ArgumentOutOfRangeException
OutOfMemoryException
ArrayTypeMismatchException
PlatformNotSupportedException
IOException
UnauthorizedAccessException
InvalidOperationException
NotSupportedException
RankException
InvalidEnumArgumentException
Win32Exception
ArgumentNullException
OverflowException
-
-