Package system.windows.forms
Class AccessibleStates
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.forms.AccessibleStates
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class AccessibleStates extends NetObject
The base .NET class managing System.Windows.Forms.AccessibleStates, 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.AccessibleStates
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AccessibleStates()
AccessibleStates(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessibleStates
add(AccessibleStates val)
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 Typeboolean
has(AccessibleStates val)
boolean
is(AccessibleStates val)
AccessibleStates
remove(AccessibleStates val)
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
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.AccessibleStates- See Also:
- Constant Field Values
-
None
public static AccessibleStates None
-
Unavailable
public static AccessibleStates Unavailable
-
Selected
public static AccessibleStates Selected
-
Focused
public static AccessibleStates Focused
-
Pressed
public static AccessibleStates Pressed
-
Checked
public static AccessibleStates Checked
-
Mixed
public static AccessibleStates Mixed
-
Indeterminate
public static AccessibleStates Indeterminate
-
ReadOnly
public static AccessibleStates ReadOnly
-
HotTracked
public static AccessibleStates HotTracked
-
Default
public static AccessibleStates Default
-
Expanded
public static AccessibleStates Expanded
-
Collapsed
public static AccessibleStates Collapsed
-
Busy
public static AccessibleStates Busy
-
Floating
public static AccessibleStates Floating
-
Marqueed
public static AccessibleStates Marqueed
-
Animated
public static AccessibleStates Animated
-
Invisible
public static AccessibleStates Invisible
-
Offscreen
public static AccessibleStates Offscreen
-
Sizeable
public static AccessibleStates Sizeable
-
Moveable
public static AccessibleStates Moveable
-
SelfVoicing
public static AccessibleStates SelfVoicing
-
Focusable
public static AccessibleStates Focusable
-
Selectable
public static AccessibleStates Selectable
-
Linked
public static AccessibleStates Linked
-
Traversed
public static AccessibleStates Traversed
-
MultiSelectable
public static AccessibleStates MultiSelectable
-
ExtSelectable
public static AccessibleStates ExtSelectable
-
AlertLow
public static AccessibleStates AlertLow
-
AlertMedium
public static AccessibleStates AlertMedium
-
AlertHigh
public static AccessibleStates AlertHigh
-
Protected
public static AccessibleStates Protected
-
Valid
public static AccessibleStates Valid
-
HasPopup
public static AccessibleStates HasPopup
-
-
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 classNetObject
- 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 classNetObject
- 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 classNetObject
- 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 classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
add
public final AccessibleStates add(AccessibleStates val) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
remove
public final AccessibleStates remove(AccessibleStates val) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
is
public final boolean is(AccessibleStates val) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
has
public final boolean has(AccessibleStates val) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-