Class AttributedString
public class AttributedString : JVMBridgeBase<AttributedString>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<AttributedString>AttributedString
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<AttributedString>.IsAssignableFrom(IJavaType)JVMBridgeBase<AttributedString>.IsAssignableFrom<T>()JVMBridgeBase<AttributedString>.Execute<T>(params T[])JVMBridgeBase<AttributedString>.DynBridgeClazzJVMBridgeBase<AttributedString>.BridgeClazzJVMBridgeBase.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.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.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
AttributedString(String, Map)
public AttributedString(String arg0, Map arg1)
Parameters
AttributedString(AttributedCharacterIterator)
public AttributedString(AttributedCharacterIterator arg0)
Parameters
AttributedString(AttributedCharacterIterator, int, int)
public AttributedString(AttributedCharacterIterator arg0, int arg1, int arg2)
Parameters
arg0
AttributedCharacterIteratorarg1
intarg2
int
AttributedString(AttributedCharacterIterator, int, int, Attribute[])
public AttributedString(AttributedCharacterIterator arg0, int arg1, int arg2, AttributedCharacterIterator.Attribute[] arg3)
Parameters
arg0
AttributedCharacterIteratorarg1
intarg2
intarg3
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
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
Iterator
public AttributedCharacterIterator Iterator { get; }
Property Value
Methods
AddAttribute(Attribute, object)
public void AddAttribute(AttributedCharacterIterator.Attribute arg0, object arg1)
Parameters
AddAttribute(Attribute, object, int, int)
public void AddAttribute(AttributedCharacterIterator.Attribute arg0, object arg1, int arg2, int arg3)
Parameters
arg0
AttributedCharacterIterator.Attributearg1
objectarg2
intarg3
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
Type Parameters
Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute
GetIterator(Attribute[])
public AttributedCharacterIterator GetIterator(AttributedCharacterIterator.Attribute[] arg0)
Parameters
Returns
GetIterator(Attribute[], int, int)
public AttributedCharacterIterator GetIterator(AttributedCharacterIterator.Attribute[] arg0, int arg1, int arg2)