Table of Contents

Class AbstractDocument.AttributeContext

Namespace
Javax.Swing.Text
Assembly
MASES.JNet.dll
public class AbstractDocument.AttributeContext : JVMBridgeBase<AbstractDocument.AttributeContext>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
AbstractDocument.AttributeContext
Implements
Inherited Members
Extension Methods

Constructors

AttributeContext()

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

[Obsolete("AttributeContext 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 AttributeContext()

AttributeContext(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("AttributeContext 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 AttributeContext(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

EmptySet

public AttributeSet EmptySet { get; }

Property Value

AttributeSet

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

AddAttribute(AttributeSet, object, object)

public AttributeSet AddAttribute(AttributeSet arg0, object arg1, object arg2)

Parameters

arg0 AttributeSet

AttributeSet

arg1 object

object

arg2 object

object

Returns

AttributeSet

AttributeSet

AddAttributes(AttributeSet, AttributeSet)

public AttributeSet AddAttributes(AttributeSet arg0, AttributeSet arg1)

Parameters

arg0 AttributeSet

AttributeSet

arg1 AttributeSet

AttributeSet

Returns

AttributeSet

AttributeSet

Reclaim(AttributeSet)

public void Reclaim(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

RemoveAttribute(AttributeSet, object)

public AttributeSet RemoveAttribute(AttributeSet arg0, object arg1)

Parameters

arg0 AttributeSet

AttributeSet

arg1 object

object

Returns

AttributeSet

AttributeSet

RemoveAttributes(AttributeSet, Enumeration<object>)

public AttributeSet RemoveAttributes(AttributeSet arg0, Enumeration<object> arg1)

Parameters

arg0 AttributeSet

AttributeSet

arg1 Enumeration<object>

Enumeration

Returns

AttributeSet

AttributeSet

RemoveAttributes(AttributeSet, AttributeSet)

public AttributeSet RemoveAttributes(AttributeSet arg0, AttributeSet arg1)

Parameters

arg0 AttributeSet

AttributeSet

arg1 AttributeSet

AttributeSet

Returns

AttributeSet

AttributeSet