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=4.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 AccessibleStatesadd(AccessibleStates val)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 Typebooleanhas(AccessibleStates val)booleanis(AccessibleStates val)AccessibleStatesremove(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=4.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
-
Indeterminate
public static AccessibleStates Indeterminate
-
Mixed
public static AccessibleStates Mixed
-
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: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
-
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
-
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
-
-