Table of Contents

Interface IAttributeSet

Namespace
Javax.Swing.Text
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IAttributeSet

Properties

AttributeCount

int AttributeCount { get; }

Property Value

int

AttributeNames

Enumeration<object> AttributeNames { get; }

Property Value

Enumeration<object>

ResolveParent

AttributeSet ResolveParent { get; }

Property Value

AttributeSet

Methods

ContainsAttribute(object, object)

bool ContainsAttribute(object arg0, object arg1)

Parameters

arg0 object

object

arg1 object

object

Returns

bool

bool

ContainsAttributes(AttributeSet)

bool ContainsAttributes(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

bool

bool

CopyAttributes()

AttributeSet CopyAttributes()

Returns

AttributeSet

AttributeSet

GetAttribute(object)

object GetAttribute(object arg0)

Parameters

arg0 object

object

Returns

object

object

IsDefined(object)

bool IsDefined(object arg0)

Parameters

arg0 object

object

Returns

bool

bool

IsEqual(AttributeSet)

bool IsEqual(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

bool

bool