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=9.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.StringassemblyFullNameFully assembly qualified name: PresentationFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: PresentationFrameworkstatic java.lang.StringclassNameQualified class name: System.Windows.IFrameworkInputElementstatic JCTypeclassTypeThe 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=9.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:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIFrameworkInputElement- Specified by:
getJCOAssemblyNamein interfaceIInputElement- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIFrameworkInputElement- Specified by:
getJCOClassNamein interfaceIInputElement- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIFrameworkInputElement- Specified by:
getJCOObjectNamein interfaceIInputElement- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIFrameworkInputElement- Specified by:
getJCOInstancein interfaceIInputElement- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIFrameworkInputElement- Specified by:
getJCOTypein interfaceIInputElement- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
ToIFrameworkInputElement
public static IFrameworkInputElement ToIFrameworkInputElement(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoIFrameworkInputElement, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
IFrameworkInputElementinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
CaptureMouse
public boolean CaptureMouse() throws java.lang.Throwable- Specified by:
CaptureMousein interfaceIInputElement- Throws:
java.lang.Throwable
-
CaptureStylus
public boolean CaptureStylus() throws java.lang.Throwable- Specified by:
CaptureStylusin interfaceIInputElement- Throws:
java.lang.Throwable
-
Focus
public boolean Focus() throws java.lang.Throwable- Specified by:
Focusin interfaceIInputElement- Throws:
java.lang.Throwable
-
RaiseEvent
public void RaiseEvent(RoutedEventArgs e) throws java.lang.Throwable
- Specified by:
RaiseEventin interfaceIInputElement- Throws:
java.lang.Throwable
-
ReleaseMouseCapture
public void ReleaseMouseCapture() throws java.lang.Throwable- Specified by:
ReleaseMouseCapturein interfaceIInputElement- Throws:
java.lang.Throwable
-
ReleaseStylusCapture
public void ReleaseStylusCapture() throws java.lang.Throwable- Specified by:
ReleaseStylusCapturein interfaceIInputElement- Throws:
java.lang.Throwable
-
getFocusable
public boolean getFocusable() throws java.lang.Throwable- Specified by:
getFocusablein interfaceIInputElement- Throws:
java.lang.Throwable
-
setFocusable
public void setFocusable(boolean Focusable) throws java.lang.Throwable- Specified by:
setFocusablein interfaceIInputElement- Throws:
java.lang.Throwable
-
getIsEnabled
public boolean getIsEnabled() throws java.lang.Throwable- Specified by:
getIsEnabledin interfaceIInputElement- Throws:
java.lang.Throwable
-
getIsKeyboardFocused
public boolean getIsKeyboardFocused() throws java.lang.Throwable- Specified by:
getIsKeyboardFocusedin interfaceIInputElement- Throws:
java.lang.Throwable
-
getIsKeyboardFocusWithin
public boolean getIsKeyboardFocusWithin() throws java.lang.Throwable- Specified by:
getIsKeyboardFocusWithinin interfaceIInputElement- Throws:
java.lang.Throwable
-
getIsMouseCaptured
public boolean getIsMouseCaptured() throws java.lang.Throwable- Specified by:
getIsMouseCapturedin interfaceIInputElement- Throws:
java.lang.Throwable
-
getIsMouseDirectlyOver
public boolean getIsMouseDirectlyOver() throws java.lang.Throwable- Specified by:
getIsMouseDirectlyOverin interfaceIInputElement- Throws:
java.lang.Throwable
-
getIsMouseOver
public boolean getIsMouseOver() throws java.lang.Throwable- Specified by:
getIsMouseOverin interfaceIInputElement- Throws:
java.lang.Throwable
-
getIsStylusCaptured
public boolean getIsStylusCaptured() throws java.lang.Throwable- Specified by:
getIsStylusCapturedin interfaceIInputElement- Throws:
java.lang.Throwable
-
getIsStylusDirectlyOver
public boolean getIsStylusDirectlyOver() throws java.lang.Throwable- Specified by:
getIsStylusDirectlyOverin interfaceIInputElement- Throws:
java.lang.Throwable
-
getIsStylusOver
public boolean getIsStylusOver() throws java.lang.Throwable- Specified by:
getIsStylusOverin interfaceIInputElement- Throws:
java.lang.Throwable
-
getName
public java.lang.String getName() throws java.lang.Throwable- Specified by:
getNamein interfaceIFrameworkInputElement- Throws:
java.lang.Throwable
-
setName
public void setName(java.lang.String Name) throws java.lang.Throwable- Specified by:
setNamein interfaceIFrameworkInputElement- Throws:
java.lang.Throwable
-
addGotKeyboardFocus
public void addGotKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Specified by:
addGotKeyboardFocusin interfaceIInputElement- Throws:
java.lang.Throwable
-
removeGotKeyboardFocus
public void removeGotKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Specified by:
removeGotKeyboardFocusin interfaceIInputElement- Throws:
java.lang.Throwable
-
addLostKeyboardFocus
public void addLostKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Specified by:
addLostKeyboardFocusin interfaceIInputElement- Throws:
java.lang.Throwable
-
removeLostKeyboardFocus
public void removeLostKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Specified by:
removeLostKeyboardFocusin interfaceIInputElement- Throws:
java.lang.Throwable
-
addPreviewGotKeyboardFocus
public void addPreviewGotKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewGotKeyboardFocusin interfaceIInputElement- Throws:
java.lang.Throwable
-
removePreviewGotKeyboardFocus
public void removePreviewGotKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewGotKeyboardFocusin interfaceIInputElement- Throws:
java.lang.Throwable
-
addPreviewLostKeyboardFocus
public void addPreviewLostKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewLostKeyboardFocusin interfaceIInputElement- Throws:
java.lang.Throwable
-
removePreviewLostKeyboardFocus
public void removePreviewLostKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewLostKeyboardFocusin interfaceIInputElement- Throws:
java.lang.Throwable
-
addKeyDown
public void addKeyDown(KeyEventHandler handler) throws java.lang.Throwable
- Specified by:
addKeyDownin interfaceIInputElement- Throws:
java.lang.Throwable
-
removeKeyDown
public void removeKeyDown(KeyEventHandler handler) throws java.lang.Throwable
- Specified by:
removeKeyDownin interfaceIInputElement- Throws:
java.lang.Throwable
-
addKeyUp
public void addKeyUp(KeyEventHandler handler) throws java.lang.Throwable
- Specified by:
addKeyUpin interfaceIInputElement- Throws:
java.lang.Throwable
-
removeKeyUp
public void removeKeyUp(KeyEventHandler handler) throws java.lang.Throwable
- Specified by:
removeKeyUpin interfaceIInputElement- Throws:
java.lang.Throwable
-
addPreviewKeyDown
public void addPreviewKeyDown(KeyEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewKeyDownin interfaceIInputElement- Throws:
java.lang.Throwable
-
removePreviewKeyDown
public void removePreviewKeyDown(KeyEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewKeyDownin interfaceIInputElement- Throws:
java.lang.Throwable
-
addPreviewKeyUp
public void addPreviewKeyUp(KeyEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewKeyUpin interfaceIInputElement- Throws:
java.lang.Throwable
-
removePreviewKeyUp
public void removePreviewKeyUp(KeyEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewKeyUpin interfaceIInputElement- Throws:
java.lang.Throwable
-
addMouseLeftButtonDown
public void addMouseLeftButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addMouseLeftButtonDownin interfaceIInputElement- Throws:
java.lang.Throwable
-
removeMouseLeftButtonDown
public void removeMouseLeftButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removeMouseLeftButtonDownin interfaceIInputElement- Throws:
java.lang.Throwable
-
addMouseLeftButtonUp
public void addMouseLeftButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addMouseLeftButtonUpin interfaceIInputElement- Throws:
java.lang.Throwable
-
removeMouseLeftButtonUp
public void removeMouseLeftButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removeMouseLeftButtonUpin interfaceIInputElement- Throws:
java.lang.Throwable
-
addMouseRightButtonDown
public void addMouseRightButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addMouseRightButtonDownin interfaceIInputElement- Throws:
java.lang.Throwable
-
removeMouseRightButtonDown
public void removeMouseRightButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removeMouseRightButtonDownin interfaceIInputElement- Throws:
java.lang.Throwable
-
addMouseRightButtonUp
public void addMouseRightButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addMouseRightButtonUpin interfaceIInputElement- Throws:
java.lang.Throwable
-
removeMouseRightButtonUp
public void removeMouseRightButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removeMouseRightButtonUpin interfaceIInputElement- Throws:
java.lang.Throwable
-
addPreviewMouseLeftButtonDown
public void addPreviewMouseLeftButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewMouseLeftButtonDownin interfaceIInputElement- Throws:
java.lang.Throwable
-
removePreviewMouseLeftButtonDown
public void removePreviewMouseLeftButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewMouseLeftButtonDownin interfaceIInputElement- Throws:
java.lang.Throwable
-
addPreviewMouseLeftButtonUp
public void addPreviewMouseLeftButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewMouseLeftButtonUpin interfaceIInputElement- Throws:
java.lang.Throwable
-
removePreviewMouseLeftButtonUp
public void removePreviewMouseLeftButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewMouseLeftButtonUpin interfaceIInputElement- Throws:
java.lang.Throwable
-
addPreviewMouseRightButtonDown
public void addPreviewMouseRightButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewMouseRightButtonDownin interfaceIInputElement- Throws:
java.lang.Throwable
-
removePreviewMouseRightButtonDown
public void removePreviewMouseRightButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewMouseRightButtonDownin interfaceIInputElement- Throws:
java.lang.Throwable
-
addPreviewMouseRightButtonUp
public void addPreviewMouseRightButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewMouseRightButtonUpin interfaceIInputElement- Throws:
java.lang.Throwable
-
removePreviewMouseRightButtonUp
public void removePreviewMouseRightButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewMouseRightButtonUpin interfaceIInputElement- Throws:
java.lang.Throwable
-
addGotMouseCapture
public void addGotMouseCapture(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
addGotMouseCapturein interfaceIInputElement- Throws:
java.lang.Throwable
-
removeGotMouseCapture
public void removeGotMouseCapture(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
removeGotMouseCapturein interfaceIInputElement- Throws:
java.lang.Throwable
-
addLostMouseCapture
public void addLostMouseCapture(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
addLostMouseCapturein interfaceIInputElement- Throws:
java.lang.Throwable
-
removeLostMouseCapture
public void removeLostMouseCapture(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
removeLostMouseCapturein interfaceIInputElement- Throws:
java.lang.Throwable
-
addMouseEnter
public void addMouseEnter(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
addMouseEnterin interfaceIInputElement- Throws:
java.lang.Throwable
-
removeMouseEnter
public void removeMouseEnter(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
removeMouseEnterin interfaceIInputElement- Throws:
java.lang.Throwable
-
addMouseLeave
public void addMouseLeave(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
addMouseLeavein interfaceIInputElement- Throws:
java.lang.Throwable
-
removeMouseLeave
public void removeMouseLeave(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
removeMouseLeavein interfaceIInputElement- Throws:
java.lang.Throwable
-
addMouseMove
public void addMouseMove(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
addMouseMovein interfaceIInputElement- Throws:
java.lang.Throwable
-
removeMouseMove
public void removeMouseMove(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
removeMouseMovein interfaceIInputElement- Throws:
java.lang.Throwable
-
addPreviewMouseMove
public void addPreviewMouseMove(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewMouseMovein interfaceIInputElement- Throws:
java.lang.Throwable
-
removePreviewMouseMove
public void removePreviewMouseMove(MouseEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewMouseMovein interfaceIInputElement- Throws:
java.lang.Throwable
-
addMouseWheel
public void addMouseWheel(MouseWheelEventHandler handler) throws java.lang.Throwable
- Specified by:
addMouseWheelin interfaceIInputElement- Throws:
java.lang.Throwable
-
removeMouseWheel
public void removeMouseWheel(MouseWheelEventHandler handler) throws java.lang.Throwable
- Specified by:
removeMouseWheelin interfaceIInputElement- Throws:
java.lang.Throwable
-
addPreviewMouseWheel
public void addPreviewMouseWheel(MouseWheelEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewMouseWheelin interfaceIInputElement- Throws:
java.lang.Throwable
-
removePreviewMouseWheel
public void removePreviewMouseWheel(MouseWheelEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewMouseWheelin interfaceIInputElement- Throws:
java.lang.Throwable
-
addPreviewStylusButtonDown
public void addPreviewStylusButtonDown(StylusButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewStylusButtonDownin interfaceIInputElement- Throws:
java.lang.Throwable
-
removePreviewStylusButtonDown
public void removePreviewStylusButtonDown(StylusButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewStylusButtonDownin interfaceIInputElement- Throws:
java.lang.Throwable
-
addPreviewStylusButtonUp
public void addPreviewStylusButtonUp(StylusButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewStylusButtonUpin interfaceIInputElement- Throws:
java.lang.Throwable
-
removePreviewStylusButtonUp
public void removePreviewStylusButtonUp(StylusButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewStylusButtonUpin interfaceIInputElement- Throws:
java.lang.Throwable
-
addStylusButtonDown
public void addStylusButtonDown(StylusButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addStylusButtonDownin interfaceIInputElement- Throws:
java.lang.Throwable
-
removeStylusButtonDown
public void removeStylusButtonDown(StylusButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStylusButtonDownin interfaceIInputElement- Throws:
java.lang.Throwable
-
addStylusButtonUp
public void addStylusButtonUp(StylusButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
addStylusButtonUpin interfaceIInputElement- Throws:
java.lang.Throwable
-
removeStylusButtonUp
public void removeStylusButtonUp(StylusButtonEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStylusButtonUpin interfaceIInputElement- Throws:
java.lang.Throwable
-
addPreviewStylusDown
public void addPreviewStylusDown(StylusDownEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewStylusDownin interfaceIInputElement- Throws:
java.lang.Throwable
-
removePreviewStylusDown
public void removePreviewStylusDown(StylusDownEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewStylusDownin interfaceIInputElement- Throws:
java.lang.Throwable
-
addStylusDown
public void addStylusDown(StylusDownEventHandler handler) throws java.lang.Throwable
- Specified by:
addStylusDownin interfaceIInputElement- Throws:
java.lang.Throwable
-
removeStylusDown
public void removeStylusDown(StylusDownEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStylusDownin interfaceIInputElement- Throws:
java.lang.Throwable
-
addGotStylusCapture
public void addGotStylusCapture(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addGotStylusCapturein interfaceIInputElement- Throws:
java.lang.Throwable
-
removeGotStylusCapture
public void removeGotStylusCapture(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removeGotStylusCapturein interfaceIInputElement- Throws:
java.lang.Throwable
-
addLostStylusCapture
public void addLostStylusCapture(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addLostStylusCapturein interfaceIInputElement- Throws:
java.lang.Throwable
-
removeLostStylusCapture
public void removeLostStylusCapture(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removeLostStylusCapturein interfaceIInputElement- Throws:
java.lang.Throwable
-
addPreviewStylusInAirMove
public void addPreviewStylusInAirMove(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewStylusInAirMovein interfaceIInputElement- Throws:
java.lang.Throwable
-
removePreviewStylusInAirMove
public void removePreviewStylusInAirMove(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewStylusInAirMovein interfaceIInputElement- Throws:
java.lang.Throwable
-
addPreviewStylusInRange
public void addPreviewStylusInRange(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewStylusInRangein interfaceIInputElement- Throws:
java.lang.Throwable
-
removePreviewStylusInRange
public void removePreviewStylusInRange(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewStylusInRangein interfaceIInputElement- Throws:
java.lang.Throwable
-
addPreviewStylusMove
public void addPreviewStylusMove(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewStylusMovein interfaceIInputElement- Throws:
java.lang.Throwable
-
removePreviewStylusMove
public void removePreviewStylusMove(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewStylusMovein interfaceIInputElement- Throws:
java.lang.Throwable
-
addPreviewStylusOutOfRange
public void addPreviewStylusOutOfRange(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewStylusOutOfRangein interfaceIInputElement- Throws:
java.lang.Throwable
-
removePreviewStylusOutOfRange
public void removePreviewStylusOutOfRange(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewStylusOutOfRangein interfaceIInputElement- Throws:
java.lang.Throwable
-
addPreviewStylusUp
public void addPreviewStylusUp(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewStylusUpin interfaceIInputElement- Throws:
java.lang.Throwable
-
removePreviewStylusUp
public void removePreviewStylusUp(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewStylusUpin interfaceIInputElement- Throws:
java.lang.Throwable
-
addStylusEnter
public void addStylusEnter(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addStylusEnterin interfaceIInputElement- Throws:
java.lang.Throwable
-
removeStylusEnter
public void removeStylusEnter(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStylusEnterin interfaceIInputElement- Throws:
java.lang.Throwable
-
addStylusInAirMove
public void addStylusInAirMove(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addStylusInAirMovein interfaceIInputElement- Throws:
java.lang.Throwable
-
removeStylusInAirMove
public void removeStylusInAirMove(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStylusInAirMovein interfaceIInputElement- Throws:
java.lang.Throwable
-
addStylusInRange
public void addStylusInRange(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addStylusInRangein interfaceIInputElement- Throws:
java.lang.Throwable
-
removeStylusInRange
public void removeStylusInRange(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStylusInRangein interfaceIInputElement- Throws:
java.lang.Throwable
-
addStylusLeave
public void addStylusLeave(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addStylusLeavein interfaceIInputElement- Throws:
java.lang.Throwable
-
removeStylusLeave
public void removeStylusLeave(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStylusLeavein interfaceIInputElement- Throws:
java.lang.Throwable
-
addStylusMove
public void addStylusMove(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addStylusMovein interfaceIInputElement- Throws:
java.lang.Throwable
-
removeStylusMove
public void removeStylusMove(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStylusMovein interfaceIInputElement- Throws:
java.lang.Throwable
-
addStylusOutOfRange
public void addStylusOutOfRange(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addStylusOutOfRangein interfaceIInputElement- Throws:
java.lang.Throwable
-
removeStylusOutOfRange
public void removeStylusOutOfRange(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStylusOutOfRangein interfaceIInputElement- Throws:
java.lang.Throwable
-
addStylusUp
public void addStylusUp(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
addStylusUpin interfaceIInputElement- Throws:
java.lang.Throwable
-
removeStylusUp
public void removeStylusUp(StylusEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStylusUpin interfaceIInputElement- Throws:
java.lang.Throwable
-
addPreviewStylusSystemGesture
public void addPreviewStylusSystemGesture(StylusSystemGestureEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewStylusSystemGesturein interfaceIInputElement- Throws:
java.lang.Throwable
-
removePreviewStylusSystemGesture
public void removePreviewStylusSystemGesture(StylusSystemGestureEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewStylusSystemGesturein interfaceIInputElement- Throws:
java.lang.Throwable
-
addStylusSystemGesture
public void addStylusSystemGesture(StylusSystemGestureEventHandler handler) throws java.lang.Throwable
- Specified by:
addStylusSystemGesturein interfaceIInputElement- Throws:
java.lang.Throwable
-
removeStylusSystemGesture
public void removeStylusSystemGesture(StylusSystemGestureEventHandler handler) throws java.lang.Throwable
- Specified by:
removeStylusSystemGesturein interfaceIInputElement- Throws:
java.lang.Throwable
-
addPreviewTextInput
public void addPreviewTextInput(TextCompositionEventHandler handler) throws java.lang.Throwable
- Specified by:
addPreviewTextInputin interfaceIInputElement- Throws:
java.lang.Throwable
-
removePreviewTextInput
public void removePreviewTextInput(TextCompositionEventHandler handler) throws java.lang.Throwable
- Specified by:
removePreviewTextInputin interfaceIInputElement- Throws:
java.lang.Throwable
-
addTextInput
public void addTextInput(TextCompositionEventHandler handler) throws java.lang.Throwable
- Specified by:
addTextInputin interfaceIInputElement- Throws:
java.lang.Throwable
-
removeTextInput
public void removeTextInput(TextCompositionEventHandler handler) throws java.lang.Throwable
- Specified by:
removeTextInputin interfaceIInputElement- Throws:
java.lang.Throwable
-
-