Table of Contents

Class DefaultStyledDocument.ElementSpec

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

ElementSpec()

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

public ElementSpec()

ElementSpec(AttributeSet, short)

public ElementSpec(AttributeSet arg0, short arg1)

Parameters

arg0 AttributeSet

AttributeSet

arg1 short

short

ElementSpec(AttributeSet, short, char[], int, int)

public ElementSpec(AttributeSet arg0, short arg1, char[] arg2, int arg3, int arg4)

Parameters

arg0 AttributeSet

AttributeSet

arg1 short

short

arg2 char[]

char

arg3 int

int

arg4 int

int

ElementSpec(AttributeSet, short, int)

public ElementSpec(AttributeSet arg0, short arg1, int arg2)

Parameters

arg0 AttributeSet

AttributeSet

arg1 short

short

arg2 int

int

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

Parameters

args object[]

Properties

Array

public char[] Array { get; }

Property Value

char[]

Attributes

public AttributeSet Attributes { get; }

Property Value

AttributeSet

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

ContentType

public static short ContentType { get; }

Property Value

short

Direction

public short Direction { get; set; }

Property Value

short

EndTagType

public static short EndTagType { get; }

Property Value

short

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

JoinFractureDirection

public static short JoinFractureDirection { get; }

Property Value

short

JoinNextDirection

public static short JoinNextDirection { get; }

Property Value

short

JoinPreviousDirection

public static short JoinPreviousDirection { get; }

Property Value

short

Length

public int Length { get; }

Property Value

int

Offset

public int Offset { get; }

Property Value

int

OriginateDirection

public static short OriginateDirection { get; }

Property Value

short

StartTagType

public static short StartTagType { get; }

Property Value

short

Type

public short Type { get; set; }

Property Value

short