Table of Contents

Class AccessibleComponent

Namespace
Javax.Accessibility
Assembly
MASES.JNet.dll
public class AccessibleComponent : JVMBridgeBase<AccessibleComponent>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IAccessibleComponent
Inheritance
JVMBridgeBase
JVMBridgeBase<AccessibleComponent>
AccessibleComponent
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
Inherited Members
JVMBridgeBase<AccessibleComponent>.IsAssignableFrom(IJavaType)
JVMBridgeBase<AccessibleComponent>.IsAssignableFrom<T>()
JVMBridgeBase<AccessibleComponent>.Execute<T>(params T[])
JVMBridgeBase<AccessibleComponent>.DynBridgeClazz
JVMBridgeBase<AccessibleComponent>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

AccessibleComponent()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

[Obsolete("AccessibleComponent class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public AccessibleComponent()

AccessibleComponent(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

[Obsolete("AccessibleComponent class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public AccessibleComponent(params object[] args)

Parameters

args object[]

Properties

Background

public Color Background { get; set; }

Property Value

Color

Bounds

public Rectangle Bounds { get; set; }

Property Value

Rectangle

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

Cursor

public Cursor Cursor { get; set; }

Property Value

Cursor

Font

public Font Font { get; set; }

Property Value

Font

Foreground

public Color Foreground { get; set; }

Property Value

Color

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Location

public Point Location { get; set; }

Property Value

Point

LocationOnScreen

public Point LocationOnScreen { get; }

Property Value

Point

Size

public Dimension Size { get; set; }

Property Value

Dimension

Methods

AddFocusListener(FocusListener)

public void AddFocusListener(FocusListener arg0)

Parameters

arg0 FocusListener

FocusListener

Contains(Point)

public bool Contains(Point arg0)

Parameters

arg0 Point

Point

Returns

bool

bool

GetAccessibleAt(Point)

public Accessible GetAccessibleAt(Point arg0)

Parameters

arg0 Point

Point

Returns

Accessible

Accessible

GetFontMetrics(Font)

public FontMetrics GetFontMetrics(Font arg0)

Parameters

arg0 Font

Font

Returns

FontMetrics

FontMetrics

IsEnabled()

public bool IsEnabled()

Returns

bool

bool

IsFocusTraversable()

public bool IsFocusTraversable()

Returns

bool

bool

IsShowing()

public bool IsShowing()

Returns

bool

bool

IsVisible()

public bool IsVisible()

Returns

bool

bool

RemoveFocusListener(FocusListener)

public void RemoveFocusListener(FocusListener arg0)

Parameters

arg0 FocusListener

FocusListener

RequestFocus()

public void RequestFocus()

SetEnabled(bool)

public void SetEnabled(bool arg0)

Parameters

arg0 bool

bool

SetVisible(bool)

public void SetVisible(bool arg0)

Parameters

arg0 bool

bool