Package system.windows
Class IFrameworkInputElementImplementation
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.IFrameworkInputElementImplementation
-
- All Implemented Interfaces:
IJCOBridgeReflected
,IFrameworkInputElement
,IInputElement
public class IFrameworkInputElementImplementation extends NetObject implements IFrameworkInputElement
The base .NET class managing System.Windows.IFrameworkInputElement, PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.IFrameworkInputElement
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: PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationFrameworkstatic java.lang.String
className
Qualified class name: System.Windows.IFrameworkInputElementstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IFrameworkInputElementImplementation(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationFramework- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.IFrameworkInputElement- 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 interfaceIFrameworkInputElement
- Specified by:
getJCOAssemblyName
in interfaceIInputElement
- 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 interfaceIFrameworkInputElement
- Specified by:
getJCOClassName
in interfaceIInputElement
- 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 interfaceIFrameworkInputElement
- Specified by:
getJCOObjectName
in interfaceIInputElement
- 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 interfaceIFrameworkInputElement
- Specified by:
getJCOInstance
in interfaceIInputElement
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIFrameworkInputElement
- Specified by:
getJCOType
in interfaceIInputElement
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
ToIFrameworkInputElement
public static IFrameworkInputElement ToIFrameworkInputElement(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoIFrameworkInputElement
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
IFrameworkInputElement
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
CaptureMouse
public boolean CaptureMouse() throws java.lang.Throwable
- Specified by:
CaptureMouse
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
CaptureStylus
public boolean CaptureStylus() throws java.lang.Throwable
- Specified by:
CaptureStylus
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
Focus
public boolean Focus() throws java.lang.Throwable
- Specified by:
Focus
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
RaiseEvent
public void RaiseEvent(RoutedEventArgs e) throws java.lang.Throwable
- Specified by:
RaiseEvent
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
ReleaseMouseCapture
public void ReleaseMouseCapture() throws java.lang.Throwable
- Specified by:
ReleaseMouseCapture
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
ReleaseStylusCapture
public void ReleaseStylusCapture() throws java.lang.Throwable
- Specified by:
ReleaseStylusCapture
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
getFocusable
public boolean getFocusable() throws java.lang.Throwable
- Specified by:
getFocusable
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
setFocusable
public void setFocusable(boolean Focusable) throws java.lang.Throwable
- Specified by:
setFocusable
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
getIsEnabled
public boolean getIsEnabled() throws java.lang.Throwable
- Specified by:
getIsEnabled
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
getIsKeyboardFocused
public boolean getIsKeyboardFocused() throws java.lang.Throwable
- Specified by:
getIsKeyboardFocused
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
getIsKeyboardFocusWithin
public boolean getIsKeyboardFocusWithin() throws java.lang.Throwable
- Specified by:
getIsKeyboardFocusWithin
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
getIsMouseCaptured
public boolean getIsMouseCaptured() throws java.lang.Throwable
- Specified by:
getIsMouseCaptured
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
getIsMouseDirectlyOver
public boolean getIsMouseDirectlyOver() throws java.lang.Throwable
- Specified by:
getIsMouseDirectlyOver
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
getIsMouseOver
public boolean getIsMouseOver() throws java.lang.Throwable
- Specified by:
getIsMouseOver
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
getIsStylusCaptured
public boolean getIsStylusCaptured() throws java.lang.Throwable
- Specified by:
getIsStylusCaptured
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
getIsStylusDirectlyOver
public boolean getIsStylusDirectlyOver() throws java.lang.Throwable
- Specified by:
getIsStylusDirectlyOver
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
getIsStylusOver
public boolean getIsStylusOver() throws java.lang.Throwable
- Specified by:
getIsStylusOver
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
getName
public java.lang.String getName() throws java.lang.Throwable
- Specified by:
getName
in interfaceIFrameworkInputElement
- Throws:
java.lang.Throwable
-
setName
public void setName(java.lang.String Name) throws java.lang.Throwable
- Specified by:
setName
in interfaceIFrameworkInputElement
- Throws:
java.lang.Throwable
-
addGotKeyboardFocus
public void addGotKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Specified by:
addGotKeyboardFocus
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeGotKeyboardFocus
public void removeGotKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Specified by:
removeGotKeyboardFocus
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addLostKeyboardFocus
public void addLostKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Specified by:
addLostKeyboardFocus
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeLostKeyboardFocus
public void removeLostKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Specified by:
removeLostKeyboardFocus
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addPreviewGotKeyboardFocus
public void addPreviewGotKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewGotKeyboardFocus
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removePreviewGotKeyboardFocus
public void removePreviewGotKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewGotKeyboardFocus
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addPreviewLostKeyboardFocus
public void addPreviewLostKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewLostKeyboardFocus
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removePreviewLostKeyboardFocus
public void removePreviewLostKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewLostKeyboardFocus
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addKeyDown
public void addKeyDown(KeyEventHandler handler) throws java.lang.Throwable
- Specified by:
addKeyDown
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeKeyDown
public void removeKeyDown(KeyEventHandler handler) throws java.lang.Throwable
- Specified by:
removeKeyDown
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addKeyUp
public void addKeyUp(KeyEventHandler handler) throws java.lang.Throwable
- Specified by:
addKeyUp
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeKeyUp
public void removeKeyUp(KeyEventHandler handler) throws java.lang.Throwable
- Specified by:
removeKeyUp
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addPreviewKeyDown
public void addPreviewKeyDown(KeyEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewKeyDown
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removePreviewKeyDown
public void removePreviewKeyDown(KeyEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewKeyDown
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addPreviewKeyUp
public void addPreviewKeyUp(KeyEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewKeyUp
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removePreviewKeyUp
public void removePreviewKeyUp(KeyEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewKeyUp
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addMouseLeftButtonDown
public void addMouseLeftButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addMouseLeftButtonDown
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeMouseLeftButtonDown
public void removeMouseLeftButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removeMouseLeftButtonDown
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addMouseLeftButtonUp
public void addMouseLeftButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addMouseLeftButtonUp
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeMouseLeftButtonUp
public void removeMouseLeftButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removeMouseLeftButtonUp
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addMouseRightButtonDown
public void addMouseRightButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addMouseRightButtonDown
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeMouseRightButtonDown
public void removeMouseRightButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removeMouseRightButtonDown
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addMouseRightButtonUp
public void addMouseRightButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addMouseRightButtonUp
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeMouseRightButtonUp
public void removeMouseRightButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removeMouseRightButtonUp
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addPreviewMouseLeftButtonDown
public void addPreviewMouseLeftButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewMouseLeftButtonDown
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removePreviewMouseLeftButtonDown
public void removePreviewMouseLeftButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewMouseLeftButtonDown
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addPreviewMouseLeftButtonUp
public void addPreviewMouseLeftButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewMouseLeftButtonUp
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removePreviewMouseLeftButtonUp
public void removePreviewMouseLeftButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewMouseLeftButtonUp
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addPreviewMouseRightButtonDown
public void addPreviewMouseRightButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewMouseRightButtonDown
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removePreviewMouseRightButtonDown
public void removePreviewMouseRightButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewMouseRightButtonDown
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addPreviewMouseRightButtonUp
public void addPreviewMouseRightButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewMouseRightButtonUp
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removePreviewMouseRightButtonUp
public void removePreviewMouseRightButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewMouseRightButtonUp
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addGotMouseCapture
public void addGotMouseCapture(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
addGotMouseCapture
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeGotMouseCapture
public void removeGotMouseCapture(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
removeGotMouseCapture
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addLostMouseCapture
public void addLostMouseCapture(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
addLostMouseCapture
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeLostMouseCapture
public void removeLostMouseCapture(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
removeLostMouseCapture
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addMouseEnter
public void addMouseEnter(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
addMouseEnter
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeMouseEnter
public void removeMouseEnter(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
removeMouseEnter
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addMouseLeave
public void addMouseLeave(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
addMouseLeave
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeMouseLeave
public void removeMouseLeave(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
removeMouseLeave
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addMouseMove
public void addMouseMove(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
addMouseMove
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeMouseMove
public void removeMouseMove(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
removeMouseMove
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addPreviewMouseMove
public void addPreviewMouseMove(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewMouseMove
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removePreviewMouseMove
public void removePreviewMouseMove(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewMouseMove
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addMouseWheel
public void addMouseWheel(MouseWheelEventHandler handler) throws java.lang.Throwable
- Specified by:
addMouseWheel
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeMouseWheel
public void removeMouseWheel(MouseWheelEventHandler handler) throws java.lang.Throwable
- Specified by:
removeMouseWheel
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addPreviewMouseWheel
public void addPreviewMouseWheel(MouseWheelEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewMouseWheel
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removePreviewMouseWheel
public void removePreviewMouseWheel(MouseWheelEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewMouseWheel
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addPreviewStylusButtonDown
public void addPreviewStylusButtonDown(StylusButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewStylusButtonDown
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removePreviewStylusButtonDown
public void removePreviewStylusButtonDown(StylusButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewStylusButtonDown
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addPreviewStylusButtonUp
public void addPreviewStylusButtonUp(StylusButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewStylusButtonUp
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removePreviewStylusButtonUp
public void removePreviewStylusButtonUp(StylusButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewStylusButtonUp
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addStylusButtonDown
public void addStylusButtonDown(StylusButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addStylusButtonDown
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeStylusButtonDown
public void removeStylusButtonDown(StylusButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStylusButtonDown
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addStylusButtonUp
public void addStylusButtonUp(StylusButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addStylusButtonUp
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeStylusButtonUp
public void removeStylusButtonUp(StylusButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStylusButtonUp
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addPreviewStylusDown
public void addPreviewStylusDown(StylusDownEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewStylusDown
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removePreviewStylusDown
public void removePreviewStylusDown(StylusDownEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewStylusDown
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addStylusDown
public void addStylusDown(StylusDownEventHandler handler) throws java.lang.Throwable
- Specified by:
addStylusDown
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeStylusDown
public void removeStylusDown(StylusDownEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStylusDown
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addGotStylusCapture
public void addGotStylusCapture(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addGotStylusCapture
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeGotStylusCapture
public void removeGotStylusCapture(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removeGotStylusCapture
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addLostStylusCapture
public void addLostStylusCapture(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addLostStylusCapture
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeLostStylusCapture
public void removeLostStylusCapture(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removeLostStylusCapture
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addPreviewStylusInAirMove
public void addPreviewStylusInAirMove(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewStylusInAirMove
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removePreviewStylusInAirMove
public void removePreviewStylusInAirMove(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewStylusInAirMove
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addPreviewStylusInRange
public void addPreviewStylusInRange(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewStylusInRange
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removePreviewStylusInRange
public void removePreviewStylusInRange(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewStylusInRange
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addPreviewStylusMove
public void addPreviewStylusMove(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewStylusMove
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removePreviewStylusMove
public void removePreviewStylusMove(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewStylusMove
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addPreviewStylusOutOfRange
public void addPreviewStylusOutOfRange(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewStylusOutOfRange
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removePreviewStylusOutOfRange
public void removePreviewStylusOutOfRange(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewStylusOutOfRange
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addPreviewStylusUp
public void addPreviewStylusUp(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewStylusUp
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removePreviewStylusUp
public void removePreviewStylusUp(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewStylusUp
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addStylusEnter
public void addStylusEnter(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addStylusEnter
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeStylusEnter
public void removeStylusEnter(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStylusEnter
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addStylusInAirMove
public void addStylusInAirMove(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addStylusInAirMove
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeStylusInAirMove
public void removeStylusInAirMove(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStylusInAirMove
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addStylusInRange
public void addStylusInRange(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addStylusInRange
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeStylusInRange
public void removeStylusInRange(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStylusInRange
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addStylusLeave
public void addStylusLeave(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addStylusLeave
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeStylusLeave
public void removeStylusLeave(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStylusLeave
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addStylusMove
public void addStylusMove(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addStylusMove
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeStylusMove
public void removeStylusMove(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStylusMove
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addStylusOutOfRange
public void addStylusOutOfRange(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addStylusOutOfRange
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeStylusOutOfRange
public void removeStylusOutOfRange(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStylusOutOfRange
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addStylusUp
public void addStylusUp(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addStylusUp
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeStylusUp
public void removeStylusUp(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStylusUp
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addPreviewStylusSystemGesture
public void addPreviewStylusSystemGesture(StylusSystemGestureEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewStylusSystemGesture
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removePreviewStylusSystemGesture
public void removePreviewStylusSystemGesture(StylusSystemGestureEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewStylusSystemGesture
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addStylusSystemGesture
public void addStylusSystemGesture(StylusSystemGestureEventHandler handler) throws java.lang.Throwable
- Specified by:
addStylusSystemGesture
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeStylusSystemGesture
public void removeStylusSystemGesture(StylusSystemGestureEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStylusSystemGesture
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addPreviewTextInput
public void addPreviewTextInput(TextCompositionEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewTextInput
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removePreviewTextInput
public void removePreviewTextInput(TextCompositionEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewTextInput
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
addTextInput
public void addTextInput(TextCompositionEventHandler handler) throws java.lang.Throwable
- Specified by:
addTextInput
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
removeTextInput
public void removeTextInput(TextCompositionEventHandler handler) throws java.lang.Throwable
- Specified by:
removeTextInput
in interfaceIInputElement
- Throws:
java.lang.Throwable
-
-