Package system.windows.forms
Class AccessibleObject
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.runtime.interopservices.StandardOleMarshalObject
-
- system.windows.forms.AccessibleObject
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class AccessibleObject extends StandardOleMarshalObject
The base .NET class managing System.Windows.Forms.AccessibleObject, System.Windows.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.AccessibleObject
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: System.Windows.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Windows.Formsstatic java.lang.String
className
Qualified class name: System.Windows.Forms.AccessibleObjectstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description AccessibleObject()
AccessibleObject(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccessibleObject
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoAccessibleObject
, a cast assert is made to check if types are compatible.void
DoDefaultAction()
Rectangle
getBounds()
AccessibleObject
GetChild(int index)
int
GetChildCount()
java.lang.String
getDefaultAction()
java.lang.String
getDescription()
AccessibleObject
GetFocused()
java.lang.String
getHelp()
int
GetHelpTopic(JCORefOut fileName)
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typejava.lang.String
getKeyboardShortcut()
java.lang.String
getName()
AccessibleObject
getParent()
AccessibleRole
getRole()
AccessibleObject
GetSelected()
AccessibleStates
getState()
java.lang.String
getValue()
AccessibleObject
HitTest(int x, int y)
AccessibleObject
Navigate(AccessibleNavigation navdir)
boolean
RaiseAutomationNotification(AutomationNotificationKind notificationKind, AutomationNotificationProcessing notificationProcessing, java.lang.String notificationText)
boolean
RaiseLiveRegionChanged()
void
Select(AccessibleSelection flags)
void
setJCOInstance(JCObject instance)
void
setName(java.lang.String Name)
void
setValue(java.lang.String Value)
-
Methods inherited from class system.MarshalByRefObject
GetLifetimeService, InitializeLifetimeService
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Windows.Forms- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Forms.AccessibleObject- 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 classStandardOleMarshalObject
- 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 classStandardOleMarshalObject
- 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 classStandardOleMarshalObject
- 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 classStandardOleMarshalObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classStandardOleMarshalObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classStandardOleMarshalObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static AccessibleObject cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoAccessibleObject
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
AccessibleObject
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
RaiseAutomationNotification
public boolean RaiseAutomationNotification(AutomationNotificationKind notificationKind, AutomationNotificationProcessing notificationProcessing, java.lang.String notificationText) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, PlatformNotSupportedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException
-
RaiseLiveRegionChanged
public boolean RaiseLiveRegionChanged() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException
-
GetChildCount
public int GetChildCount() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetHelpTopic
public int GetHelpTopic(JCORefOut fileName) throws java.lang.Throwable, PlatformNotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
-
GetChild
public AccessibleObject GetChild(int index) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetFocused
public AccessibleObject GetFocused() throws java.lang.Throwable, PlatformNotSupportedException, InvalidCastException, ArgumentNullException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
GetSelected
public AccessibleObject GetSelected() throws java.lang.Throwable, PlatformNotSupportedException, InvalidCastException, ArgumentNullException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
HitTest
public AccessibleObject HitTest(int x, int y) throws java.lang.Throwable, PlatformNotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
-
Navigate
public AccessibleObject Navigate(AccessibleNavigation navdir) throws java.lang.Throwable, PlatformNotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
-
DoDefaultAction
public void DoDefaultAction() throws java.lang.Throwable, PlatformNotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
-
Select
public void Select(AccessibleSelection flags) throws java.lang.Throwable, PlatformNotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
-
getBounds
public Rectangle getBounds() throws java.lang.Throwable, PlatformNotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
-
getDefaultAction
public java.lang.String getDefaultAction() throws java.lang.Throwable, PlatformNotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
-
getDescription
public java.lang.String getDescription() throws java.lang.Throwable, PlatformNotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
-
getHelp
public java.lang.String getHelp() throws java.lang.Throwable, PlatformNotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
-
getKeyboardShortcut
public java.lang.String getKeyboardShortcut() throws java.lang.Throwable, PlatformNotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
-
getName
public java.lang.String getName() throws java.lang.Throwable, PlatformNotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
-
setName
public void setName(java.lang.String Name) throws java.lang.Throwable, PlatformNotSupportedException, OutOfMemoryException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException
-
getValue
public java.lang.String getValue() throws java.lang.Throwable, PlatformNotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
-
setValue
public void setValue(java.lang.String Value) throws java.lang.Throwable, PlatformNotSupportedException, OutOfMemoryException, InvalidOperationException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException
-
getParent
public AccessibleObject getParent() throws java.lang.Throwable, PlatformNotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
-
getRole
public AccessibleRole getRole() throws java.lang.Throwable, PlatformNotSupportedException, InvalidCastException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
InvalidCastException
-
getState
public AccessibleStates getState() throws java.lang.Throwable, PlatformNotSupportedException, InvalidCastException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
InvalidCastException
-
-