public class AccessibleStates extends NetObject
.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
| Constructor and Description |
|---|
AccessibleStates() |
AccessibleStates(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AccessibleStates |
add(AccessibleStates val) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
boolean |
has(AccessibleStates val) |
boolean |
is(AccessibleStates val) |
AccessibleStates |
remove(AccessibleStates val) |
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToStringpublic static AccessibleStates AlertHigh
public static AccessibleStates AlertLow
public static AccessibleStates AlertMedium
public static AccessibleStates Animated
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static AccessibleStates Busy
public static AccessibleStates Checked
public static final java.lang.String className
public static AccessibleStates Collapsed
public static AccessibleStates Default
public static AccessibleStates Expanded
public static AccessibleStates ExtSelectable
public static AccessibleStates Floating
public static AccessibleStates Focusable
public static AccessibleStates Focused
public static AccessibleStates HasPopup
public static AccessibleStates HotTracked
public static AccessibleStates Indeterminate
public static AccessibleStates Invisible
public static AccessibleStates Linked
public static AccessibleStates Marqueed
public static AccessibleStates Mixed
public static AccessibleStates Moveable
public static AccessibleStates MultiSelectable
public static AccessibleStates None
public static AccessibleStates Offscreen
public static AccessibleStates Pressed
public static AccessibleStates Protected
public static AccessibleStates ReadOnly
public static AccessibleStates Selectable
public static AccessibleStates Selected
public static AccessibleStates SelfVoicing
public static AccessibleStates Sizeable
public static AccessibleStates Traversed
public static AccessibleStates Unavailable
public static AccessibleStates Valid
public AccessibleStates()
public AccessibleStates(java.lang.Object instance)
public final AccessibleStates add(AccessibleStates val) throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic final boolean has(AccessibleStates val) throws java.lang.Throwable
java.lang.Throwablepublic final boolean is(AccessibleStates val) throws java.lang.Throwable
java.lang.Throwablepublic final AccessibleStates remove(AccessibleStates val) throws java.lang.Throwable
java.lang.Throwable