Table of Contents

Class AttributedString

Namespace
Java.Text
Assembly
MASES.JNet.dll
public class AttributedString : JVMBridgeBase<AttributedString>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<AttributedString>
AttributedString
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<AttributedString>.IsAssignableFrom(IJavaType)
JVMBridgeBase<AttributedString>.IsAssignableFrom<T>()
JVMBridgeBase<AttributedString>.Execute<T>(params T[])
JVMBridgeBase<AttributedString>.DynBridgeClazz
JVMBridgeBase<AttributedString>.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

AttributedString()

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

public AttributedString()

AttributedString(String)

public AttributedString(String arg0)

Parameters

arg0 String

String

AttributedString(String, Map)

public AttributedString(String arg0, Map arg1)

Parameters

arg0 String

String

arg1 Map

Map

AttributedString(AttributedCharacterIterator)

public AttributedString(AttributedCharacterIterator arg0)

Parameters

arg0 AttributedCharacterIterator

AttributedCharacterIterator

AttributedString(AttributedCharacterIterator, int, int)

public AttributedString(AttributedCharacterIterator arg0, int arg1, int arg2)

Parameters

arg0 AttributedCharacterIterator

AttributedCharacterIterator

arg1 int

int

arg2 int

int

AttributedString(AttributedCharacterIterator, int, int, Attribute[])

public AttributedString(AttributedCharacterIterator arg0, int arg1, int arg2, AttributedCharacterIterator.Attribute[] arg3)

Parameters

arg0 AttributedCharacterIterator

AttributedCharacterIterator

arg1 int

int

arg2 int

int

arg3 Attribute[]

AttributedCharacterIterator.Attribute

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

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

Iterator

public AttributedCharacterIterator Iterator { get; }

Property Value

AttributedCharacterIterator

Methods

AddAttribute(Attribute, object)

public void AddAttribute(AttributedCharacterIterator.Attribute arg0, object arg1)

Parameters

arg0 AttributedCharacterIterator.Attribute

AttributedCharacterIterator.Attribute

arg1 object

object

AddAttribute(Attribute, object, int, int)

public void AddAttribute(AttributedCharacterIterator.Attribute arg0, object arg1, int arg2, int arg3)

Parameters

arg0 AttributedCharacterIterator.Attribute

AttributedCharacterIterator.Attribute

arg1 object

object

arg2 int

int

arg3 int

int

AddAttributes<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>(Map<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute, object>, int, int)

public void AddAttributes<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>(Map<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute, object> arg0, int arg1, int arg2) where Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute : AttributedCharacterIterator.Attribute

Parameters

arg0 Map<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute, object>

Map

arg1 int

int

arg2 int

int

Type Parameters

Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute

AttributedCharacterIterator.Attribute

GetIterator(Attribute[])

public AttributedCharacterIterator GetIterator(AttributedCharacterIterator.Attribute[] arg0)

Parameters

arg0 Attribute[]

AttributedCharacterIterator.Attribute

Returns

AttributedCharacterIterator

AttributedCharacterIterator

GetIterator(Attribute[], int, int)

public AttributedCharacterIterator GetIterator(AttributedCharacterIterator.Attribute[] arg0, int arg1, int arg2)

Parameters

arg0 Attribute[]

AttributedCharacterIterator.Attribute

arg1 int

int

arg2 int

int

Returns

AttributedCharacterIterator

AttributedCharacterIterator