Package system.windows.input
Class InputMethod
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.threading.DispatcherObject
-
- system.windows.input.InputMethod
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class InputMethod extends DispatcherObject
The base .NET class managing System.Windows.Input.InputMethod, PresentationCore, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Input.InputMethod
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.Input.InputMethodstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description InputMethod()
InputMethod(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
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=8.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.Input.InputMethod- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classDispatcherObject
- 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 classDispatcherObject
- 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 classDispatcherObject
- 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 classDispatcherObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classDispatcherObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classDispatcherObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static InputMethod cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoInputMethod
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
InputMethod
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
GetIsInputMethodEnabled
public static boolean GetIsInputMethodEnabled(DependencyObject target) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
GetIsInputMethodSuspended
public static boolean GetIsInputMethodSuspended(DependencyObject target) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
GetPreferredImeConversionMode
public static ImeConversionModeValues GetPreferredImeConversionMode(DependencyObject target) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
GetPreferredImeSentenceMode
public static ImeSentenceModeValues GetPreferredImeSentenceMode(DependencyObject target) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
GetPreferredImeState
public static InputMethodState GetPreferredImeState(DependencyObject target) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
GetInputScope
public static InputScope GetInputScope(DependencyObject target) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
-
SetInputScope
public static void SetInputScope(DependencyObject target, InputScope value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException
-
SetIsInputMethodEnabled
public static void SetIsInputMethodEnabled(DependencyObject target, boolean value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException
-
SetIsInputMethodSuspended
public static void SetIsInputMethodSuspended(DependencyObject target, boolean value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException
-
SetPreferredImeConversionMode
public static void SetPreferredImeConversionMode(DependencyObject target, ImeConversionModeValues value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException
-
SetPreferredImeSentenceMode
public static void SetPreferredImeSentenceMode(DependencyObject target, ImeSentenceModeValues value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException
-
SetPreferredImeState
public static void SetPreferredImeState(DependencyObject target, InputMethodState value) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException
-
ShowConfigureUI
public void ShowConfigureUI() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentNullException, CultureNotFoundException, PlatformNotSupportedException, NotSupportedException, NullReferenceException
-
ShowConfigureUI
public void ShowConfigureUI(UIElement element) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, ArgumentNullException, Win32Exception, CultureNotFoundException, NotSupportedException, NullReferenceException, MulticastNotSupportedException, SecurityException, IOException
- Throws:
java.lang.Throwable
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidOperationException
ArgumentNullException
Win32Exception
CultureNotFoundException
NotSupportedException
NullReferenceException
MulticastNotSupportedException
SecurityException
IOException
-
ShowRegisterWordUI
public void ShowRegisterWordUI() throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, CultureNotFoundException, PlatformNotSupportedException, NotSupportedException, NullReferenceException, ArgumentException, SecurityException
-
ShowRegisterWordUI
public void ShowRegisterWordUI(java.lang.String registeredText) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentNullException, CultureNotFoundException, PlatformNotSupportedException, NotSupportedException, NullReferenceException
-
ShowRegisterWordUI
public void ShowRegisterWordUI(UIElement element, java.lang.String registeredText) throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, ArgumentNullException, Win32Exception, CultureNotFoundException, NotSupportedException, NullReferenceException, MulticastNotSupportedException, SecurityException, IOException
- Throws:
java.lang.Throwable
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidOperationException
ArgumentNullException
Win32Exception
CultureNotFoundException
NotSupportedException
NullReferenceException
MulticastNotSupportedException
SecurityException
IOException
-
getCanShowConfigurationUI
public boolean getCanShowConfigurationUI() throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, ArgumentNullException, Win32Exception, CultureNotFoundException, NotSupportedException, NullReferenceException, MulticastNotSupportedException, SecurityException, IOException
- Throws:
java.lang.Throwable
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidOperationException
ArgumentNullException
Win32Exception
CultureNotFoundException
NotSupportedException
NullReferenceException
MulticastNotSupportedException
SecurityException
IOException
-
getCanShowRegisterWordUI
public boolean getCanShowRegisterWordUI() throws java.lang.Throwable, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, ArgumentNullException, Win32Exception, CultureNotFoundException, NotSupportedException, NullReferenceException, MulticastNotSupportedException, SecurityException, IOException
- Throws:
java.lang.Throwable
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidOperationException
ArgumentNullException
Win32Exception
CultureNotFoundException
NotSupportedException
NullReferenceException
MulticastNotSupportedException
SecurityException
IOException
-
getImeConversionMode
public ImeConversionModeValues getImeConversionMode() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, InvalidEnumArgumentException, Win32Exception, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, OutOfMemoryException, MulticastNotSupportedException, NullReferenceException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentNullException
InvalidEnumArgumentException
Win32Exception
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
SecurityException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
OutOfMemoryException
MulticastNotSupportedException
NullReferenceException
-
setImeConversionMode
public void setImeConversionMode(ImeConversionModeValues ImeConversionMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
NullReferenceException
-
getImeSentenceMode
public ImeSentenceModeValues getImeSentenceMode() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, InvalidEnumArgumentException, Win32Exception, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, OutOfMemoryException, MulticastNotSupportedException, NullReferenceException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentNullException
InvalidEnumArgumentException
Win32Exception
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
SecurityException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
OutOfMemoryException
MulticastNotSupportedException
NullReferenceException
-
setImeSentenceMode
public void setImeSentenceMode(ImeSentenceModeValues ImeSentenceMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, MissingMethodException, TargetInvocationException, SecurityException, IOException, UnauthorizedAccessException, MulticastNotSupportedException, NotSupportedException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
MissingMethodException
TargetInvocationException
SecurityException
IOException
UnauthorizedAccessException
MulticastNotSupportedException
NotSupportedException
NullReferenceException
-
getCurrent
public static InputMethod getCurrent() throws java.lang.Throwable, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, InvalidEnumArgumentException, Win32Exception
-
getHandwritingState
public InputMethodState getHandwritingState() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, InvalidEnumArgumentException, Win32Exception, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, OutOfMemoryException, MulticastNotSupportedException, NullReferenceException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentNullException
InvalidEnumArgumentException
Win32Exception
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
SecurityException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
OutOfMemoryException
MulticastNotSupportedException
NullReferenceException
-
setHandwritingState
public void setHandwritingState(InputMethodState HandwritingState) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, InvalidEnumArgumentException, Win32Exception, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, OutOfMemoryException, MulticastNotSupportedException, NullReferenceException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentNullException
InvalidEnumArgumentException
Win32Exception
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
SecurityException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
OutOfMemoryException
MulticastNotSupportedException
NullReferenceException
-
getImeState
public InputMethodState getImeState() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, InvalidEnumArgumentException, Win32Exception, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, OutOfMemoryException, MulticastNotSupportedException, NullReferenceException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentNullException
InvalidEnumArgumentException
Win32Exception
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
SecurityException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
OutOfMemoryException
MulticastNotSupportedException
NullReferenceException
-
setImeState
public void setImeState(InputMethodState ImeState) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, InvalidEnumArgumentException, Win32Exception, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, OutOfMemoryException, MulticastNotSupportedException, NullReferenceException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentNullException
InvalidEnumArgumentException
Win32Exception
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
SecurityException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
OutOfMemoryException
MulticastNotSupportedException
NullReferenceException
-
getMicrophoneState
public InputMethodState getMicrophoneState() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, InvalidEnumArgumentException, Win32Exception, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, OutOfMemoryException, MulticastNotSupportedException, NullReferenceException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentNullException
InvalidEnumArgumentException
Win32Exception
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
SecurityException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
OutOfMemoryException
MulticastNotSupportedException
NullReferenceException
-
setMicrophoneState
public void setMicrophoneState(InputMethodState MicrophoneState) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, InvalidEnumArgumentException, Win32Exception, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, OutOfMemoryException, MulticastNotSupportedException, NullReferenceException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentNullException
InvalidEnumArgumentException
Win32Exception
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
SecurityException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
OutOfMemoryException
MulticastNotSupportedException
NullReferenceException
-
getSpeechMode
public SpeechMode getSpeechMode() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, InvalidEnumArgumentException, Win32Exception, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, OutOfMemoryException, MulticastNotSupportedException, NullReferenceException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentNullException
InvalidEnumArgumentException
Win32Exception
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
SecurityException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
OutOfMemoryException
MulticastNotSupportedException
NullReferenceException
-
setSpeechMode
public void setSpeechMode(SpeechMode SpeechMode) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, InvalidEnumArgumentException, Win32Exception, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, SecurityException, ArrayTypeMismatchException, IOException, UnauthorizedAccessException, OutOfMemoryException, MulticastNotSupportedException, NullReferenceException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentNullException
InvalidEnumArgumentException
Win32Exception
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
MissingMethodException
TargetInvocationException
SecurityException
ArrayTypeMismatchException
IOException
UnauthorizedAccessException
OutOfMemoryException
MulticastNotSupportedException
NullReferenceException
-
addStateChanged
public void addStateChanged(InputMethodStateChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeStateChanged
public void removeStateChanged(InputMethodStateChangedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-