public class InputLanguageManager extends DispatcherObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Input.InputLanguageManager
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: PresentationCore, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationCore
|
static java.lang.String |
className
Qualified class name: System.Windows.Input.InputLanguageManager
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
InputLanguageManager() |
InputLanguageManager(java.lang.Object instance)
Internal constructor.
|
CheckAccess, getDispatcher, VerifyAccesspublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public InputLanguageManager()
throws java.lang.Throwable
java.lang.Throwablepublic InputLanguageManager(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addInputLanguageChanged(InputLanguageEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addInputLanguageChanging(InputLanguageEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static InputLanguageManager cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into InputLanguageManager, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedInputLanguageManager instancejava.lang.Throwable - in case of error during cast operationpublic IEnumerable getAvailableInputLanguages() throws java.lang.Throwable
java.lang.Throwablepublic static InputLanguageManager getCurrent() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, RankException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionRankExceptionIndexOutOfRangeExceptionArgumentExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionpublic CultureInfo getCurrentInputLanguage() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, CultureNotFoundException, OutOfMemoryException
public static CultureInfo GetInputLanguage(DependencyObject target) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DispatcherObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DispatcherObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DispatcherObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DispatcherObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DispatcherObjectJCType representing the CLR Type of the instantiated Classpublic static boolean GetRestoreInputLanguage(DependencyObject target) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException
public void RegisterInputLanguageSource(IInputLanguageSource inputLanguageSource) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, Win32Exception
public void removeInputLanguageChanged(InputLanguageEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeInputLanguageChanging(InputLanguageEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void ReportInputLanguageChanged(CultureInfo newLanguageId, CultureInfo previousLanguageId) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
public boolean ReportInputLanguageChanging(CultureInfo newLanguageId, CultureInfo previousLanguageId) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
public void setCurrentInputLanguage(CultureInfo CurrentInputLanguage) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
public static void SetInputLanguage(DependencyObject target, CultureInfo inputLanguage) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException
public void setJCOInstance(JCObject instance)
setJCOInstance in class DispatcherObjectpublic static void SetRestoreInputLanguage(DependencyObject target, boolean restore) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException