Package system.windows.automation
Class AutomationProperties
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.automation.AutomationProperties
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class AutomationProperties extends NetObject
The base .NET class managing System.Windows.Automation.AutomationProperties, PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Automation.AutomationProperties
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.StringassemblyFullNameFully assembly qualified name: PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.StringassemblyShortNameAssembly name: PresentationCorestatic java.lang.StringclassNameQualified class name: System.Windows.Automation.AutomationPropertiesstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description AutomationProperties()AutomationProperties(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AutomationPropertiescast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoAutomationProperties, a cast assert is made to check if types are compatible.static java.lang.StringGetAcceleratorKey(DependencyObject element)static java.lang.StringGetAccessKey(DependencyObject element)static java.lang.StringGetAutomationId(DependencyObject element)static AutomationHeadingLevelGetHeadingLevel(DependencyObject element)static java.lang.StringGetHelpText(DependencyObject element)static booleanGetIsColumnHeader(DependencyObject element)static booleanGetIsDialog(DependencyObject element)static IsOffscreenBehaviorGetIsOffscreenBehavior(DependencyObject element)static booleanGetIsRequiredForForm(DependencyObject element)static booleanGetIsRowHeader(DependencyObject element)static java.lang.StringGetItemStatus(DependencyObject element)static java.lang.StringGetItemType(DependencyObject element)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typestatic UIElementGetLabeledBy(DependencyObject element)static AutomationLiveSettingGetLiveSetting(DependencyObject element)static java.lang.StringGetName(DependencyObject element)static intGetPositionInSet(DependencyObject element)static intGetSizeOfSet(DependencyObject element)static voidSetAcceleratorKey(DependencyObject element, java.lang.String value)static voidSetAccessKey(DependencyObject element, java.lang.String value)static voidSetAutomationId(DependencyObject element, java.lang.String value)static voidSetHeadingLevel(DependencyObject element, AutomationHeadingLevel value)static voidSetHelpText(DependencyObject element, java.lang.String value)static voidSetIsColumnHeader(DependencyObject element, boolean value)static voidSetIsDialog(DependencyObject element, boolean value)static voidSetIsOffscreenBehavior(DependencyObject element, IsOffscreenBehavior value)static voidSetIsRequiredForForm(DependencyObject element, boolean value)static voidSetIsRowHeader(DependencyObject element, boolean value)static voidSetItemStatus(DependencyObject element, java.lang.String value)static voidSetItemType(DependencyObject element, java.lang.String value)voidsetJCOInstance(JCObject instance)static voidSetLabeledBy(DependencyObject element, UIElement value)static voidSetLiveSetting(DependencyObject element, AutomationLiveSetting value)static voidSetName(DependencyObject element, java.lang.String value)static voidSetPositionInSet(DependencyObject element, int value)static voidSetSizeOfSet(DependencyObject element, int value)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationCore, Version=4.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.Automation.AutomationProperties- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static AutomationProperties cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoAutomationProperties, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
AutomationPropertiesinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetIsColumnHeader
public static boolean GetIsColumnHeader(DependencyObject element) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
GetIsDialog
public static boolean GetIsDialog(DependencyObject element) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
GetIsRequiredForForm
public static boolean GetIsRequiredForForm(DependencyObject element) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
GetIsRowHeader
public static boolean GetIsRowHeader(DependencyObject element) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
GetPositionInSet
public static int GetPositionInSet(DependencyObject element) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
GetSizeOfSet
public static int GetSizeOfSet(DependencyObject element) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
GetAcceleratorKey
public static java.lang.String GetAcceleratorKey(DependencyObject element) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
GetAccessKey
public static java.lang.String GetAccessKey(DependencyObject element) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
GetAutomationId
public static java.lang.String GetAutomationId(DependencyObject element) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
GetHelpText
public static java.lang.String GetHelpText(DependencyObject element) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
GetItemStatus
public static java.lang.String GetItemStatus(DependencyObject element) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
GetItemType
public static java.lang.String GetItemType(DependencyObject element) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
GetName
public static java.lang.String GetName(DependencyObject element) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
GetHeadingLevel
public static AutomationHeadingLevel GetHeadingLevel(DependencyObject element) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
GetLiveSetting
public static AutomationLiveSetting GetLiveSetting(DependencyObject element) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
GetIsOffscreenBehavior
public static IsOffscreenBehavior GetIsOffscreenBehavior(DependencyObject element) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
GetLabeledBy
public static UIElement GetLabeledBy(DependencyObject element) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
SetAcceleratorKey
public static void SetAcceleratorKey(DependencyObject element, java.lang.String value) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
SetAccessKey
public static void SetAccessKey(DependencyObject element, java.lang.String value) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
SetAutomationId
public static void SetAutomationId(DependencyObject element, java.lang.String value) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
SetHeadingLevel
public static void SetHeadingLevel(DependencyObject element, AutomationHeadingLevel value) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
SetHelpText
public static void SetHelpText(DependencyObject element, java.lang.String value) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
SetIsColumnHeader
public static void SetIsColumnHeader(DependencyObject element, boolean value) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException
-
SetIsDialog
public static void SetIsDialog(DependencyObject element, boolean value) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException
-
SetIsOffscreenBehavior
public static void SetIsOffscreenBehavior(DependencyObject element, IsOffscreenBehavior value) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
SetIsRequiredForForm
public static void SetIsRequiredForForm(DependencyObject element, boolean value) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException
-
SetIsRowHeader
public static void SetIsRowHeader(DependencyObject element, boolean value) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException
-
SetItemStatus
public static void SetItemStatus(DependencyObject element, java.lang.String value) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
SetItemType
public static void SetItemType(DependencyObject element, java.lang.String value) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
SetLabeledBy
public static void SetLabeledBy(DependencyObject element, UIElement value) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
SetLiveSetting
public static void SetLiveSetting(DependencyObject element, AutomationLiveSetting value) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
SetName
public static void SetName(DependencyObject element, java.lang.String value) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
SetPositionInSet
public static void SetPositionInSet(DependencyObject element, int value) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
SetSizeOfSet
public static void SetSizeOfSet(DependencyObject element, int value) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
-
-