Table of Contents

Class DefaultEditorKit

Namespace
Javax.Swing.Text
Assembly
MASES.JNet.dll
public class DefaultEditorKit : EditorKit, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<EditorKit>
DefaultEditorKit
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Derived
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

DefaultEditorKit()

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

public DefaultEditorKit()

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

EndOfLineStringProperty

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

backwardAction

public static String backwardAction { get; }

Property Value

String

beepAction

public static String beepAction { get; }

Property Value

String

beginAction

public static String beginAction { get; }

Property Value

String

beginLineAction

public static String beginLineAction { get; }

Property Value

String

beginParagraphAction

public static String beginParagraphAction { get; }

Property Value

String

beginWordAction

public static String beginWordAction { get; }

Property Value

String

copyAction

public static String copyAction { get; }

Property Value

String

cutAction

public static String cutAction { get; }

Property Value

String

defaultKeyTypedAction

public static String defaultKeyTypedAction { get; }

Property Value

String

deleteNextCharAction

public static String deleteNextCharAction { get; }

Property Value

String

deleteNextWordAction

public static String deleteNextWordAction { get; }

Property Value

String

deletePrevCharAction

public static String deletePrevCharAction { get; }

Property Value

String

deletePrevWordAction

public static String deletePrevWordAction { get; }

Property Value

String

downAction

public static String downAction { get; }

Property Value

String

endAction

public static String endAction { get; }

Property Value

String

endLineAction

public static String endLineAction { get; }

Property Value

String

endParagraphAction

public static String endParagraphAction { get; }

Property Value

String

endWordAction

public static String endWordAction { get; }

Property Value

String

forwardAction

public static String forwardAction { get; }

Property Value

String

insertBreakAction

public static String insertBreakAction { get; }

Property Value

String

insertContentAction

public static String insertContentAction { get; }

Property Value

String

insertTabAction

public static String insertTabAction { get; }

Property Value

String

nextWordAction

public static String nextWordAction { get; }

Property Value

String

pageDownAction

public static String pageDownAction { get; }

Property Value

String

pageUpAction

public static String pageUpAction { get; }

Property Value

String

pasteAction

public static String pasteAction { get; }

Property Value

String

previousWordAction

public static String previousWordAction { get; }

Property Value

String

readOnlyAction

public static String readOnlyAction { get; }

Property Value

String

selectAllAction

public static String selectAllAction { get; }

Property Value

String

selectLineAction

public static String selectLineAction { get; }

Property Value

String

selectParagraphAction

public static String selectParagraphAction { get; }

Property Value

String

selectWordAction

public static String selectWordAction { get; }

Property Value

String

selectionBackwardAction

public static String selectionBackwardAction { get; }

Property Value

String

selectionBeginAction

public static String selectionBeginAction { get; }

Property Value

String

selectionBeginLineAction

public static String selectionBeginLineAction { get; }

Property Value

String

selectionBeginParagraphAction

public static String selectionBeginParagraphAction { get; }

Property Value

String

selectionBeginWordAction

public static String selectionBeginWordAction { get; }

Property Value

String

selectionDownAction

public static String selectionDownAction { get; }

Property Value

String

selectionEndAction

public static String selectionEndAction { get; }

Property Value

String

selectionEndLineAction

public static String selectionEndLineAction { get; }

Property Value

String

selectionEndParagraphAction

public static String selectionEndParagraphAction { get; }

Property Value

String

selectionEndWordAction

public static String selectionEndWordAction { get; }

Property Value

String

selectionForwardAction

public static String selectionForwardAction { get; }

Property Value

String

selectionNextWordAction

public static String selectionNextWordAction { get; }

Property Value

String

selectionPreviousWordAction

public static String selectionPreviousWordAction { get; }

Property Value

String

selectionUpAction

public static String selectionUpAction { get; }

Property Value

String

upAction

public static String upAction { get; }

Property Value

String

writableAction

public static String writableAction { get; }

Property Value

String