Table of Contents

Class HTMLEditorKit

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

HTMLEditorKit()

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

public HTMLEditorKit()

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

Parameters

args object[]

Properties

AccessibleContext

public AccessibleContext AccessibleContext { get; }

Property Value

AccessibleContext

BOLD_ACTION

public static String BOLD_ACTION { get; }

Property Value

String

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

COLOR_ACTION

public static String COLOR_ACTION { get; }

Property Value

String

DEFAULT_CSS

public static String DEFAULT_CSS { get; }

Property Value

String

DefaultCursor

public Cursor DefaultCursor { get; set; }

Property Value

Cursor

FONT_CHANGE_BIGGER

public static String FONT_CHANGE_BIGGER { get; }

Property Value

String

FONT_CHANGE_SMALLER

public static String FONT_CHANGE_SMALLER { get; }

Property Value

String

IMG_ALIGN_BOTTOM

public static String IMG_ALIGN_BOTTOM { get; }

Property Value

String

IMG_ALIGN_MIDDLE

public static String IMG_ALIGN_MIDDLE { get; }

Property Value

String

IMG_ALIGN_TOP

public static String IMG_ALIGN_TOP { get; }

Property Value

String

IMG_BORDER

public static String IMG_BORDER { get; }

Property Value

String

ITALIC_ACTION

public static String ITALIC_ACTION { 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

LOGICAL_STYLE_ACTION

public static String LOGICAL_STYLE_ACTION { get; }

Property Value

String

LinkCursor

public Cursor LinkCursor { get; set; }

Property Value

Cursor

PARA_INDENT_LEFT

public static String PARA_INDENT_LEFT { get; }

Property Value

String

PARA_INDENT_RIGHT

public static String PARA_INDENT_RIGHT { get; }

Property Value

String

StyleSheet

public StyleSheet StyleSheet { get; set; }

Property Value

StyleSheet

Methods

InsertHTML(HTMLDocument, int, String, int, int, Tag)

public void InsertHTML(HTMLDocument arg0, int arg1, String arg2, int arg3, int arg4, HTML.Tag arg5)

Parameters

arg0 HTMLDocument

HTMLDocument

arg1 int

int

arg2 String

String

arg3 int

int

arg4 int

int

arg5 HTML.Tag

HTML.Tag

Exceptions

BadLocationException
IOException

IsAutoFormSubmission()

public bool IsAutoFormSubmission()

Returns

bool

bool

SetAutoFormSubmission(bool)

public void SetAutoFormSubmission(bool arg0)

Parameters

arg0 bool

bool

Operators

implicit operator Accessible(HTMLEditorKit)

Converter from HTMLEditorKit to Accessible

public static implicit operator Accessible(HTMLEditorKit t)

Parameters

t HTMLEditorKit

Returns

Accessible