public class IFrameworkInputElementImplementation extends NetObject implements IFrameworkInputElement
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.IFrameworkInputElement
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationFramework
|
static java.lang.String |
className
Qualified class name: System.Windows.IFrameworkInputElement
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IFrameworkInputElementImplementation(java.lang.Object instance)
Internal constructor.
|
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringToIInputElementpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IFrameworkInputElementImplementation(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addGotKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
addGotKeyboardFocus in interface IInputElementjava.lang.Throwablepublic void addGotMouseCapture(MouseEventHandler handler) throws java.lang.Throwable
addGotMouseCapture in interface IInputElementjava.lang.Throwablepublic void addGotStylusCapture(StylusEventHandler handler) throws java.lang.Throwable
addGotStylusCapture in interface IInputElementjava.lang.Throwablepublic void addKeyDown(KeyEventHandler handler) throws java.lang.Throwable
addKeyDown in interface IInputElementjava.lang.Throwablepublic void addKeyUp(KeyEventHandler handler) throws java.lang.Throwable
addKeyUp in interface IInputElementjava.lang.Throwablepublic void addLostKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
addLostKeyboardFocus in interface IInputElementjava.lang.Throwablepublic void addLostMouseCapture(MouseEventHandler handler) throws java.lang.Throwable
addLostMouseCapture in interface IInputElementjava.lang.Throwablepublic void addLostStylusCapture(StylusEventHandler handler) throws java.lang.Throwable
addLostStylusCapture in interface IInputElementjava.lang.Throwablepublic void addMouseEnter(MouseEventHandler handler) throws java.lang.Throwable
addMouseEnter in interface IInputElementjava.lang.Throwablepublic void addMouseLeave(MouseEventHandler handler) throws java.lang.Throwable
addMouseLeave in interface IInputElementjava.lang.Throwablepublic void addMouseLeftButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
addMouseLeftButtonDown in interface IInputElementjava.lang.Throwablepublic void addMouseLeftButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
addMouseLeftButtonUp in interface IInputElementjava.lang.Throwablepublic void addMouseMove(MouseEventHandler handler) throws java.lang.Throwable
addMouseMove in interface IInputElementjava.lang.Throwablepublic void addMouseRightButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
addMouseRightButtonDown in interface IInputElementjava.lang.Throwablepublic void addMouseRightButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
addMouseRightButtonUp in interface IInputElementjava.lang.Throwablepublic void addMouseWheel(MouseWheelEventHandler handler) throws java.lang.Throwable
addMouseWheel in interface IInputElementjava.lang.Throwablepublic void addPreviewGotKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
addPreviewGotKeyboardFocus in interface IInputElementjava.lang.Throwablepublic void addPreviewKeyDown(KeyEventHandler handler) throws java.lang.Throwable
addPreviewKeyDown in interface IInputElementjava.lang.Throwablepublic void addPreviewKeyUp(KeyEventHandler handler) throws java.lang.Throwable
addPreviewKeyUp in interface IInputElementjava.lang.Throwablepublic void addPreviewLostKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
addPreviewLostKeyboardFocus in interface IInputElementjava.lang.Throwablepublic void addPreviewMouseLeftButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
addPreviewMouseLeftButtonDown in interface IInputElementjava.lang.Throwablepublic void addPreviewMouseLeftButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
addPreviewMouseLeftButtonUp in interface IInputElementjava.lang.Throwablepublic void addPreviewMouseMove(MouseEventHandler handler) throws java.lang.Throwable
addPreviewMouseMove in interface IInputElementjava.lang.Throwablepublic void addPreviewMouseRightButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
addPreviewMouseRightButtonDown in interface IInputElementjava.lang.Throwablepublic void addPreviewMouseRightButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
addPreviewMouseRightButtonUp in interface IInputElementjava.lang.Throwablepublic void addPreviewMouseWheel(MouseWheelEventHandler handler) throws java.lang.Throwable
addPreviewMouseWheel in interface IInputElementjava.lang.Throwablepublic void addPreviewStylusButtonDown(StylusButtonEventHandler handler) throws java.lang.Throwable
addPreviewStylusButtonDown in interface IInputElementjava.lang.Throwablepublic void addPreviewStylusButtonUp(StylusButtonEventHandler handler) throws java.lang.Throwable
addPreviewStylusButtonUp in interface IInputElementjava.lang.Throwablepublic void addPreviewStylusDown(StylusDownEventHandler handler) throws java.lang.Throwable
addPreviewStylusDown in interface IInputElementjava.lang.Throwablepublic void addPreviewStylusInAirMove(StylusEventHandler handler) throws java.lang.Throwable
addPreviewStylusInAirMove in interface IInputElementjava.lang.Throwablepublic void addPreviewStylusInRange(StylusEventHandler handler) throws java.lang.Throwable
addPreviewStylusInRange in interface IInputElementjava.lang.Throwablepublic void addPreviewStylusMove(StylusEventHandler handler) throws java.lang.Throwable
addPreviewStylusMove in interface IInputElementjava.lang.Throwablepublic void addPreviewStylusOutOfRange(StylusEventHandler handler) throws java.lang.Throwable
addPreviewStylusOutOfRange in interface IInputElementjava.lang.Throwablepublic void addPreviewStylusSystemGesture(StylusSystemGestureEventHandler handler) throws java.lang.Throwable
addPreviewStylusSystemGesture in interface IInputElementjava.lang.Throwablepublic void addPreviewStylusUp(StylusEventHandler handler) throws java.lang.Throwable
addPreviewStylusUp in interface IInputElementjava.lang.Throwablepublic void addPreviewTextInput(TextCompositionEventHandler handler) throws java.lang.Throwable
addPreviewTextInput in interface IInputElementjava.lang.Throwablepublic void addStylusButtonDown(StylusButtonEventHandler handler) throws java.lang.Throwable
addStylusButtonDown in interface IInputElementjava.lang.Throwablepublic void addStylusButtonUp(StylusButtonEventHandler handler) throws java.lang.Throwable
addStylusButtonUp in interface IInputElementjava.lang.Throwablepublic void addStylusDown(StylusDownEventHandler handler) throws java.lang.Throwable
addStylusDown in interface IInputElementjava.lang.Throwablepublic void addStylusEnter(StylusEventHandler handler) throws java.lang.Throwable
addStylusEnter in interface IInputElementjava.lang.Throwablepublic void addStylusInAirMove(StylusEventHandler handler) throws java.lang.Throwable
addStylusInAirMove in interface IInputElementjava.lang.Throwablepublic void addStylusInRange(StylusEventHandler handler) throws java.lang.Throwable
addStylusInRange in interface IInputElementjava.lang.Throwablepublic void addStylusLeave(StylusEventHandler handler) throws java.lang.Throwable
addStylusLeave in interface IInputElementjava.lang.Throwablepublic void addStylusMove(StylusEventHandler handler) throws java.lang.Throwable
addStylusMove in interface IInputElementjava.lang.Throwablepublic void addStylusOutOfRange(StylusEventHandler handler) throws java.lang.Throwable
addStylusOutOfRange in interface IInputElementjava.lang.Throwablepublic void addStylusSystemGesture(StylusSystemGestureEventHandler handler) throws java.lang.Throwable
addStylusSystemGesture in interface IInputElementjava.lang.Throwablepublic void addStylusUp(StylusEventHandler handler) throws java.lang.Throwable
addStylusUp in interface IInputElementjava.lang.Throwablepublic void addTextInput(TextCompositionEventHandler handler) throws java.lang.Throwable
addTextInput in interface IInputElementjava.lang.Throwablepublic boolean CaptureMouse()
throws java.lang.Throwable
CaptureMouse in interface IInputElementjava.lang.Throwablepublic boolean CaptureStylus()
throws java.lang.Throwable
CaptureStylus in interface IInputElementjava.lang.Throwablepublic boolean Focus()
throws java.lang.Throwable
Focus in interface IInputElementjava.lang.Throwablepublic boolean getFocusable()
throws java.lang.Throwable
getFocusable in interface IInputElementjava.lang.Throwablepublic boolean getIsEnabled()
throws java.lang.Throwable
getIsEnabled in interface IInputElementjava.lang.Throwablepublic boolean getIsKeyboardFocused()
throws java.lang.Throwable
getIsKeyboardFocused in interface IInputElementjava.lang.Throwablepublic boolean getIsKeyboardFocusWithin()
throws java.lang.Throwable
getIsKeyboardFocusWithin in interface IInputElementjava.lang.Throwablepublic boolean getIsMouseCaptured()
throws java.lang.Throwable
getIsMouseCaptured in interface IInputElementjava.lang.Throwablepublic boolean getIsMouseDirectlyOver()
throws java.lang.Throwable
getIsMouseDirectlyOver in interface IInputElementjava.lang.Throwablepublic boolean getIsMouseOver()
throws java.lang.Throwable
getIsMouseOver in interface IInputElementjava.lang.Throwablepublic boolean getIsStylusCaptured()
throws java.lang.Throwable
getIsStylusCaptured in interface IInputElementjava.lang.Throwablepublic boolean getIsStylusDirectlyOver()
throws java.lang.Throwable
getIsStylusDirectlyOver in interface IInputElementjava.lang.Throwablepublic boolean getIsStylusOver()
throws java.lang.Throwable
getIsStylusOver in interface IInputElementjava.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IFrameworkInputElementgetJCOAssemblyName in interface IInputElementgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IFrameworkInputElementgetJCOClassName in interface IInputElementgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IFrameworkInputElementgetJCOInstance in interface IInputElementgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IFrameworkInputElementgetJCOObjectName in interface IInputElementgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IFrameworkInputElementgetJCOType in interface IInputElementgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getName()
throws java.lang.Throwable
getName in interface IFrameworkInputElementjava.lang.Throwablepublic void RaiseEvent(RoutedEventArgs e) throws java.lang.Throwable
RaiseEvent in interface IInputElementjava.lang.Throwablepublic void ReleaseMouseCapture()
throws java.lang.Throwable
ReleaseMouseCapture in interface IInputElementjava.lang.Throwablepublic void ReleaseStylusCapture()
throws java.lang.Throwable
ReleaseStylusCapture in interface IInputElementjava.lang.Throwablepublic void removeGotKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
removeGotKeyboardFocus in interface IInputElementjava.lang.Throwablepublic void removeGotMouseCapture(MouseEventHandler handler) throws java.lang.Throwable
removeGotMouseCapture in interface IInputElementjava.lang.Throwablepublic void removeGotStylusCapture(StylusEventHandler handler) throws java.lang.Throwable
removeGotStylusCapture in interface IInputElementjava.lang.Throwablepublic void removeKeyDown(KeyEventHandler handler) throws java.lang.Throwable
removeKeyDown in interface IInputElementjava.lang.Throwablepublic void removeKeyUp(KeyEventHandler handler) throws java.lang.Throwable
removeKeyUp in interface IInputElementjava.lang.Throwablepublic void removeLostKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
removeLostKeyboardFocus in interface IInputElementjava.lang.Throwablepublic void removeLostMouseCapture(MouseEventHandler handler) throws java.lang.Throwable
removeLostMouseCapture in interface IInputElementjava.lang.Throwablepublic void removeLostStylusCapture(StylusEventHandler handler) throws java.lang.Throwable
removeLostStylusCapture in interface IInputElementjava.lang.Throwablepublic void removeMouseEnter(MouseEventHandler handler) throws java.lang.Throwable
removeMouseEnter in interface IInputElementjava.lang.Throwablepublic void removeMouseLeave(MouseEventHandler handler) throws java.lang.Throwable
removeMouseLeave in interface IInputElementjava.lang.Throwablepublic void removeMouseLeftButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
removeMouseLeftButtonDown in interface IInputElementjava.lang.Throwablepublic void removeMouseLeftButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
removeMouseLeftButtonUp in interface IInputElementjava.lang.Throwablepublic void removeMouseMove(MouseEventHandler handler) throws java.lang.Throwable
removeMouseMove in interface IInputElementjava.lang.Throwablepublic void removeMouseRightButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
removeMouseRightButtonDown in interface IInputElementjava.lang.Throwablepublic void removeMouseRightButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
removeMouseRightButtonUp in interface IInputElementjava.lang.Throwablepublic void removeMouseWheel(MouseWheelEventHandler handler) throws java.lang.Throwable
removeMouseWheel in interface IInputElementjava.lang.Throwablepublic void removePreviewGotKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
removePreviewGotKeyboardFocus in interface IInputElementjava.lang.Throwablepublic void removePreviewKeyDown(KeyEventHandler handler) throws java.lang.Throwable
removePreviewKeyDown in interface IInputElementjava.lang.Throwablepublic void removePreviewKeyUp(KeyEventHandler handler) throws java.lang.Throwable
removePreviewKeyUp in interface IInputElementjava.lang.Throwablepublic void removePreviewLostKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
removePreviewLostKeyboardFocus in interface IInputElementjava.lang.Throwablepublic void removePreviewMouseLeftButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
removePreviewMouseLeftButtonDown in interface IInputElementjava.lang.Throwablepublic void removePreviewMouseLeftButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
removePreviewMouseLeftButtonUp in interface IInputElementjava.lang.Throwablepublic void removePreviewMouseMove(MouseEventHandler handler) throws java.lang.Throwable
removePreviewMouseMove in interface IInputElementjava.lang.Throwablepublic void removePreviewMouseRightButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
removePreviewMouseRightButtonDown in interface IInputElementjava.lang.Throwablepublic void removePreviewMouseRightButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
removePreviewMouseRightButtonUp in interface IInputElementjava.lang.Throwablepublic void removePreviewMouseWheel(MouseWheelEventHandler handler) throws java.lang.Throwable
removePreviewMouseWheel in interface IInputElementjava.lang.Throwablepublic void removePreviewStylusButtonDown(StylusButtonEventHandler handler) throws java.lang.Throwable
removePreviewStylusButtonDown in interface IInputElementjava.lang.Throwablepublic void removePreviewStylusButtonUp(StylusButtonEventHandler handler) throws java.lang.Throwable
removePreviewStylusButtonUp in interface IInputElementjava.lang.Throwablepublic void removePreviewStylusDown(StylusDownEventHandler handler) throws java.lang.Throwable
removePreviewStylusDown in interface IInputElementjava.lang.Throwablepublic void removePreviewStylusInAirMove(StylusEventHandler handler) throws java.lang.Throwable
removePreviewStylusInAirMove in interface IInputElementjava.lang.Throwablepublic void removePreviewStylusInRange(StylusEventHandler handler) throws java.lang.Throwable
removePreviewStylusInRange in interface IInputElementjava.lang.Throwablepublic void removePreviewStylusMove(StylusEventHandler handler) throws java.lang.Throwable
removePreviewStylusMove in interface IInputElementjava.lang.Throwablepublic void removePreviewStylusOutOfRange(StylusEventHandler handler) throws java.lang.Throwable
removePreviewStylusOutOfRange in interface IInputElementjava.lang.Throwablepublic void removePreviewStylusSystemGesture(StylusSystemGestureEventHandler handler) throws java.lang.Throwable
removePreviewStylusSystemGesture in interface IInputElementjava.lang.Throwablepublic void removePreviewStylusUp(StylusEventHandler handler) throws java.lang.Throwable
removePreviewStylusUp in interface IInputElementjava.lang.Throwablepublic void removePreviewTextInput(TextCompositionEventHandler handler) throws java.lang.Throwable
removePreviewTextInput in interface IInputElementjava.lang.Throwablepublic void removeStylusButtonDown(StylusButtonEventHandler handler) throws java.lang.Throwable
removeStylusButtonDown in interface IInputElementjava.lang.Throwablepublic void removeStylusButtonUp(StylusButtonEventHandler handler) throws java.lang.Throwable
removeStylusButtonUp in interface IInputElementjava.lang.Throwablepublic void removeStylusDown(StylusDownEventHandler handler) throws java.lang.Throwable
removeStylusDown in interface IInputElementjava.lang.Throwablepublic void removeStylusEnter(StylusEventHandler handler) throws java.lang.Throwable
removeStylusEnter in interface IInputElementjava.lang.Throwablepublic void removeStylusInAirMove(StylusEventHandler handler) throws java.lang.Throwable
removeStylusInAirMove in interface IInputElementjava.lang.Throwablepublic void removeStylusInRange(StylusEventHandler handler) throws java.lang.Throwable
removeStylusInRange in interface IInputElementjava.lang.Throwablepublic void removeStylusLeave(StylusEventHandler handler) throws java.lang.Throwable
removeStylusLeave in interface IInputElementjava.lang.Throwablepublic void removeStylusMove(StylusEventHandler handler) throws java.lang.Throwable
removeStylusMove in interface IInputElementjava.lang.Throwablepublic void removeStylusOutOfRange(StylusEventHandler handler) throws java.lang.Throwable
removeStylusOutOfRange in interface IInputElementjava.lang.Throwablepublic void removeStylusSystemGesture(StylusSystemGestureEventHandler handler) throws java.lang.Throwable
removeStylusSystemGesture in interface IInputElementjava.lang.Throwablepublic void removeStylusUp(StylusEventHandler handler) throws java.lang.Throwable
removeStylusUp in interface IInputElementjava.lang.Throwablepublic void removeTextInput(TextCompositionEventHandler handler) throws java.lang.Throwable
removeTextInput in interface IInputElementjava.lang.Throwablepublic void setFocusable(boolean Focusable)
throws java.lang.Throwable
setFocusable in interface IInputElementjava.lang.Throwablepublic void setName(java.lang.String Name)
throws java.lang.Throwable
setName in interface IFrameworkInputElementjava.lang.Throwablepublic static IFrameworkInputElement ToIFrameworkInputElement(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IFrameworkInputElement, a cast assert is made to check if types are compatible.ToIFrameworkInputElement in interface IFrameworkInputElementfrom - IJCOBridgeReflected instance to be castedIFrameworkInputElement instancejava.lang.Throwable - in case of error during cast operation