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