Class AccessibleState
- Namespace
- Javax.Accessibility
- Assembly
- MASES.JNet.dll
public class AccessibleState : AccessibleBundle, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
AccessibleState
- Implements
- Inherited Members
- Extension Methods
Constructors
AccessibleState()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public AccessibleState()
AccessibleState(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public AccessibleState(params object[] args)
Parameters
args
object[]
Properties
ACTIVE
public static AccessibleState ACTIVE { get; }
Property Value
ARMED
public static AccessibleState ARMED { get; }
Property Value
BUSY
public static AccessibleState BUSY { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CHECKED
public static AccessibleState CHECKED { get; }
Property Value
COLLAPSED
public static AccessibleState COLLAPSED { get; }
Property Value
EDITABLE
public static AccessibleState EDITABLE { get; }
Property Value
ENABLED
public static AccessibleState ENABLED { get; }
Property Value
EXPANDABLE
public static AccessibleState EXPANDABLE { get; }
Property Value
EXPANDED
public static AccessibleState EXPANDED { get; }
Property Value
FOCUSABLE
public static AccessibleState FOCUSABLE { get; }
Property Value
FOCUSED
public static AccessibleState FOCUSED { get; }
Property Value
HORIZONTAL
public static AccessibleState HORIZONTAL { get; }
Property Value
ICONIFIED
public static AccessibleState ICONIFIED { get; }
Property Value
INDETERMINATE
public static AccessibleState INDETERMINATE { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
MANAGES_DESCENDANTS
public static AccessibleState MANAGES_DESCENDANTS { get; }
Property Value
MODAL
public static AccessibleState MODAL { get; }
Property Value
MULTISELECTABLE
public static AccessibleState MULTISELECTABLE { get; }
Property Value
MULTI_LINE
public static AccessibleState MULTI_LINE { get; }
Property Value
OPAQUE
public static AccessibleState OPAQUE { get; }
Property Value
PRESSED
public static AccessibleState PRESSED { get; }
Property Value
RESIZABLE
public static AccessibleState RESIZABLE { get; }
Property Value
SELECTABLE
public static AccessibleState SELECTABLE { get; }
Property Value
SELECTED
public static AccessibleState SELECTED { get; }
Property Value
SHOWING
public static AccessibleState SHOWING { get; }
Property Value
SINGLE_LINE
public static AccessibleState SINGLE_LINE { get; }
Property Value
TRANSIENT
public static AccessibleState TRANSIENT { get; }
Property Value
TRUNCATED
public static AccessibleState TRUNCATED { get; }
Property Value
VERTICAL
public static AccessibleState VERTICAL { get; }
Property Value
VISIBLE
public static AccessibleState VISIBLE { get; }