Package system.windows
Class ContentElement
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.threading.DispatcherObject
-
- system.windows.DependencyObject
-
- system.windows.ContentElement
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
FrameworkContentElement
public class ContentElement extends DependencyObject
The base .NET class managing System.Windows.ContentElement, PresentationCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.ContentElement
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: PresentationCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationCorestatic java.lang.String
className
Qualified class name: System.Windows.ContentElementstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ContentElement()
ContentElement(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
Methods inherited from class system.windows.DependencyObject
ClearValue, ClearValue, CoerceValue, getDependencyObjectType, getIsSealed, GetLocalValueEnumerator, GetValue, InvalidateProperty, ReadLocalValue, SetCurrentValue, SetValue, SetValue
-
Methods inherited from class system.windows.threading.DispatcherObject
CheckAccess, getDispatcher, VerifyAccess
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationCore, Version=9.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationCore- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.ContentElement- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ContentElement
public ContentElement(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
ContentElement
public ContentElement() throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArgumentNullException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidCastException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classDependencyObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classDependencyObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classDependencyObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classDependencyObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classDependencyObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classDependencyObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ContentElement cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoContentElement
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ContentElement
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
CaptureMouse
public boolean CaptureMouse() throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, NotSupportedException
-
CaptureStylus
public boolean CaptureStylus() throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, PlatformNotSupportedException, InvalidEnumArgumentException, ArgumentNullException
-
CaptureTouch
public boolean CaptureTouch(TouchDevice touchDevice) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, InvalidEnumArgumentException, MulticastNotSupportedException, OutOfMemoryException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
InvalidEnumArgumentException
MulticastNotSupportedException
OutOfMemoryException
KeyNotFoundException
-
Focus
public boolean Focus() throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, NotSupportedException
-
MoveFocus
public boolean MoveFocus(TraversalRequest request) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ReleaseTouchCapture
public boolean ReleaseTouchCapture(TouchDevice touchDevice) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, InvalidEnumArgumentException, MulticastNotSupportedException, OutOfMemoryException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
InvalidEnumArgumentException
MulticastNotSupportedException
OutOfMemoryException
KeyNotFoundException
-
ShouldSerializeCommandBindings
public boolean ShouldSerializeCommandBindings() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException
-
ShouldSerializeInputBindings
public boolean ShouldSerializeInputBindings() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException
-
GetAnimationBaseValue
public NetObject GetAnimationBaseValue(DependencyProperty dp) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException, SecurityException, IOException
-
PredictFocus
public DependencyObject PredictFocus(FocusNavigationDirection direction) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
AddToEventRoute
public void AddToEventRoute(EventRoute route, RoutedEventArgs e) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException
-
ApplyAnimationClock
public void ApplyAnimationClock(DependencyProperty dp, AnimationClock clock, HandoffBehavior handoffBehavior) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException, MulticastNotSupportedException, AnimationException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
FormatException
MulticastNotSupportedException
AnimationException
-
ApplyAnimationClock
public void ApplyAnimationClock(DependencyProperty dp, AnimationClock clock) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException
-
BeginAnimation
public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation, HandoffBehavior handoffBehavior) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, FormatException, OutOfMemoryException, Win32Exception, AnimationException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
FormatException
OutOfMemoryException
Win32Exception
AnimationException
-
BeginAnimation
public void BeginAnimation(DependencyProperty dp, AnimationTimeline animation) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException, AnimationException
-
RaiseEvent
public void RaiseEvent(RoutedEventArgs e) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, OutOfMemoryException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
IndexOutOfRangeException
OutOfMemoryException
FormatException
-
ReleaseAllTouchCaptures
public void ReleaseAllTouchCaptures() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, InvalidEnumArgumentException
-
ReleaseMouseCapture
public void ReleaseMouseCapture() throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, ArgumentNullException, NotSupportedException
-
ReleaseStylusCapture
public void ReleaseStylusCapture() throws java.lang.Throwable, InvalidOperationException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, PlatformNotSupportedException, InvalidEnumArgumentException, ArgumentNullException
-
getAllowDrop
public boolean getAllowDrop() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setAllowDrop
public void setAllowDrop(boolean AllowDrop) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
-
getAreAnyTouchesCaptured
public boolean getAreAnyTouchesCaptured() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
getAreAnyTouchesCapturedWithin
public boolean getAreAnyTouchesCapturedWithin() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAreAnyTouchesDirectlyOver
public boolean getAreAnyTouchesDirectlyOver() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
getAreAnyTouchesOver
public boolean getAreAnyTouchesOver() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFocusable
public boolean getFocusable() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setFocusable
public void setFocusable(boolean Focusable) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
-
getHasAnimatedProperties
public boolean getHasAnimatedProperties() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
-
getIsEnabled
public boolean getIsEnabled() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
setIsEnabled
public void setIsEnabled(boolean IsEnabled) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotSupportedException, FormatException, OutOfMemoryException
-
getIsFocused
public boolean getIsFocused() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
getIsInputMethodEnabled
public boolean getIsInputMethodEnabled() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
getIsKeyboardFocused
public boolean getIsKeyboardFocused() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
Win32Exception
-
getIsKeyboardFocusWithin
public boolean getIsKeyboardFocusWithin() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsMouseCaptured
public boolean getIsMouseCaptured() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
getIsMouseCaptureWithin
public boolean getIsMouseCaptureWithin() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsMouseDirectlyOver
public boolean getIsMouseDirectlyOver() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
Win32Exception
-
getIsMouseOver
public boolean getIsMouseOver() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsStylusCaptured
public boolean getIsStylusCaptured() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, IndexOutOfRangeException, FormatException
-
getIsStylusCaptureWithin
public boolean getIsStylusCaptureWithin() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsStylusDirectlyOver
public boolean getIsStylusDirectlyOver() throws java.lang.Throwable, ArgumentException, SecurityException, IOException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, InvalidEnumArgumentException, Win32Exception
-
getIsStylusOver
public boolean getIsStylusOver() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCommandBindings
public CommandBindingCollection getCommandBindings() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException
-
getInputBindings
public InputBindingCollection getInputBindings() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException
-
addFocusableChanged
public void addFocusableChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeFocusableChanged
public void removeFocusableChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addIsEnabledChanged
public void addIsEnabledChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeIsEnabledChanged
public void removeIsEnabledChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addIsKeyboardFocusedChanged
public void addIsKeyboardFocusedChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeIsKeyboardFocusedChanged
public void removeIsKeyboardFocusedChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addIsKeyboardFocusWithinChanged
public void addIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeIsKeyboardFocusWithinChanged
public void removeIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addIsMouseCapturedChanged
public void addIsMouseCapturedChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeIsMouseCapturedChanged
public void removeIsMouseCapturedChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addIsMouseCaptureWithinChanged
public void addIsMouseCaptureWithinChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeIsMouseCaptureWithinChanged
public void removeIsMouseCaptureWithinChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addIsMouseDirectlyOverChanged
public void addIsMouseDirectlyOverChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeIsMouseDirectlyOverChanged
public void removeIsMouseDirectlyOverChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addIsStylusCapturedChanged
public void addIsStylusCapturedChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeIsStylusCapturedChanged
public void removeIsStylusCapturedChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addIsStylusCaptureWithinChanged
public void addIsStylusCaptureWithinChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeIsStylusCaptureWithinChanged
public void removeIsStylusCaptureWithinChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addIsStylusDirectlyOverChanged
public void addIsStylusDirectlyOverChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeIsStylusDirectlyOverChanged
public void removeIsStylusDirectlyOverChanged(DependencyPropertyChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDragEnter
public void addDragEnter(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDragEnter
public void removeDragEnter(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDragLeave
public void addDragLeave(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDragLeave
public void removeDragLeave(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDragOver
public void addDragOver(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDragOver
public void removeDragOver(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDrop
public void addDrop(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDrop
public void removeDrop(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewDragEnter
public void addPreviewDragEnter(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewDragEnter
public void removePreviewDragEnter(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewDragLeave
public void addPreviewDragLeave(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewDragLeave
public void removePreviewDragLeave(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewDragOver
public void addPreviewDragOver(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewDragOver
public void removePreviewDragOver(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewDrop
public void addPreviewDrop(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewDrop
public void removePreviewDrop(DragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addGiveFeedback
public void addGiveFeedback(GiveFeedbackEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeGiveFeedback
public void removeGiveFeedback(GiveFeedbackEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewGiveFeedback
public void addPreviewGiveFeedback(GiveFeedbackEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewGiveFeedback
public void removePreviewGiveFeedback(GiveFeedbackEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addGotKeyboardFocus
public void addGotKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeGotKeyboardFocus
public void removeGotKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addLostKeyboardFocus
public void addLostKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeLostKeyboardFocus
public void removeLostKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewGotKeyboardFocus
public void addPreviewGotKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewGotKeyboardFocus
public void removePreviewGotKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewLostKeyboardFocus
public void addPreviewLostKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewLostKeyboardFocus
public void removePreviewLostKeyboardFocus(KeyboardFocusChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addKeyDown
public void addKeyDown(KeyEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeKeyDown
public void removeKeyDown(KeyEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addKeyUp
public void addKeyUp(KeyEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeKeyUp
public void removeKeyUp(KeyEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewKeyDown
public void addPreviewKeyDown(KeyEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewKeyDown
public void removePreviewKeyDown(KeyEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewKeyUp
public void addPreviewKeyUp(KeyEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewKeyUp
public void removePreviewKeyUp(KeyEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseDown
public void addMouseDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseDown
public void removeMouseDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseLeftButtonDown
public void addMouseLeftButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseLeftButtonDown
public void removeMouseLeftButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseLeftButtonUp
public void addMouseLeftButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseLeftButtonUp
public void removeMouseLeftButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseRightButtonDown
public void addMouseRightButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseRightButtonDown
public void removeMouseRightButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseRightButtonUp
public void addMouseRightButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseRightButtonUp
public void removeMouseRightButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseUp
public void addMouseUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseUp
public void removeMouseUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewMouseDown
public void addPreviewMouseDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewMouseDown
public void removePreviewMouseDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewMouseLeftButtonDown
public void addPreviewMouseLeftButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewMouseLeftButtonDown
public void removePreviewMouseLeftButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewMouseLeftButtonUp
public void addPreviewMouseLeftButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewMouseLeftButtonUp
public void removePreviewMouseLeftButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewMouseRightButtonDown
public void addPreviewMouseRightButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewMouseRightButtonDown
public void removePreviewMouseRightButtonDown(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewMouseRightButtonUp
public void addPreviewMouseRightButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewMouseRightButtonUp
public void removePreviewMouseRightButtonUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewMouseUp
public void addPreviewMouseUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewMouseUp
public void removePreviewMouseUp(MouseButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addGotMouseCapture
public void addGotMouseCapture(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeGotMouseCapture
public void removeGotMouseCapture(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addLostMouseCapture
public void addLostMouseCapture(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeLostMouseCapture
public void removeLostMouseCapture(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseEnter
public void addMouseEnter(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseEnter
public void removeMouseEnter(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseLeave
public void addMouseLeave(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseLeave
public void removeMouseLeave(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseMove
public void addMouseMove(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseMove
public void removeMouseMove(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewMouseMove
public void addPreviewMouseMove(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewMouseMove
public void removePreviewMouseMove(MouseEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMouseWheel
public void addMouseWheel(MouseWheelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMouseWheel
public void removeMouseWheel(MouseWheelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewMouseWheel
public void addPreviewMouseWheel(MouseWheelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewMouseWheel
public void removePreviewMouseWheel(MouseWheelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addQueryCursor
public void addQueryCursor(QueryCursorEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeQueryCursor
public void removeQueryCursor(QueryCursorEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewStylusButtonDown
public void addPreviewStylusButtonDown(StylusButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewStylusButtonDown
public void removePreviewStylusButtonDown(StylusButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewStylusButtonUp
public void addPreviewStylusButtonUp(StylusButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewStylusButtonUp
public void removePreviewStylusButtonUp(StylusButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addStylusButtonDown
public void addStylusButtonDown(StylusButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeStylusButtonDown
public void removeStylusButtonDown(StylusButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addStylusButtonUp
public void addStylusButtonUp(StylusButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeStylusButtonUp
public void removeStylusButtonUp(StylusButtonEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewStylusDown
public void addPreviewStylusDown(StylusDownEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewStylusDown
public void removePreviewStylusDown(StylusDownEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addStylusDown
public void addStylusDown(StylusDownEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeStylusDown
public void removeStylusDown(StylusDownEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addGotStylusCapture
public void addGotStylusCapture(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeGotStylusCapture
public void removeGotStylusCapture(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addLostStylusCapture
public void addLostStylusCapture(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeLostStylusCapture
public void removeLostStylusCapture(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewStylusInAirMove
public void addPreviewStylusInAirMove(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewStylusInAirMove
public void removePreviewStylusInAirMove(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewStylusInRange
public void addPreviewStylusInRange(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewStylusInRange
public void removePreviewStylusInRange(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewStylusMove
public void addPreviewStylusMove(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewStylusMove
public void removePreviewStylusMove(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewStylusOutOfRange
public void addPreviewStylusOutOfRange(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewStylusOutOfRange
public void removePreviewStylusOutOfRange(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewStylusUp
public void addPreviewStylusUp(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewStylusUp
public void removePreviewStylusUp(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addStylusEnter
public void addStylusEnter(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeStylusEnter
public void removeStylusEnter(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addStylusInAirMove
public void addStylusInAirMove(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeStylusInAirMove
public void removeStylusInAirMove(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addStylusInRange
public void addStylusInRange(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeStylusInRange
public void removeStylusInRange(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addStylusLeave
public void addStylusLeave(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeStylusLeave
public void removeStylusLeave(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addStylusMove
public void addStylusMove(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeStylusMove
public void removeStylusMove(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addStylusOutOfRange
public void addStylusOutOfRange(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeStylusOutOfRange
public void removeStylusOutOfRange(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addStylusUp
public void addStylusUp(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeStylusUp
public void removeStylusUp(StylusEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewStylusSystemGesture
public void addPreviewStylusSystemGesture(StylusSystemGestureEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewStylusSystemGesture
public void removePreviewStylusSystemGesture(StylusSystemGestureEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addStylusSystemGesture
public void addStylusSystemGesture(StylusSystemGestureEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeStylusSystemGesture
public void removeStylusSystemGesture(StylusSystemGestureEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewTextInput
public void addPreviewTextInput(TextCompositionEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewTextInput
public void removePreviewTextInput(TextCompositionEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTextInput
public void addTextInput(TextCompositionEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeTextInput
public void removeTextInput(TextCompositionEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreviewQueryContinueDrag
public void addPreviewQueryContinueDrag(QueryContinueDragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreviewQueryContinueDrag
public void removePreviewQueryContinueDrag(QueryContinueDragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addQueryContinueDrag
public void addQueryContinueDrag(QueryContinueDragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeQueryContinueDrag
public void removeQueryContinueDrag(QueryContinueDragEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addGotFocus
public void addGotFocus(RoutedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeGotFocus
public void removeGotFocus(RoutedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addLostFocus
public void addLostFocus(RoutedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeLostFocus
public void removeLostFocus(RoutedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-