Class DefaultEditorKit
public class DefaultEditorKit : EditorKit, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<EditorKit>DefaultEditorKit
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Derived
- Inherited Members
-
JVMBridgeBase<EditorKit>.IsAssignableFrom(IJavaType)JVMBridgeBase<EditorKit>.IsAssignableFrom<T>()JVMBridgeBase<EditorKit>.Execute<T>(params T[])JVMBridgeBase<EditorKit>.DynBridgeClazzJVMBridgeBase<EditorKit>.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
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
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
EndOfLineStringProperty
public static String EndOfLineStringProperty { 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
backwardAction
public static String backwardAction { get; }
Property Value
beepAction
public static String beepAction { get; }
Property Value
beginAction
public static String beginAction { get; }
Property Value
beginLineAction
public static String beginLineAction { get; }
Property Value
beginParagraphAction
public static String beginParagraphAction { get; }
Property Value
beginWordAction
public static String beginWordAction { get; }
Property Value
copyAction
public static String copyAction { get; }
Property Value
cutAction
public static String cutAction { get; }
Property Value
defaultKeyTypedAction
public static String defaultKeyTypedAction { get; }
Property Value
deleteNextCharAction
public static String deleteNextCharAction { get; }
Property Value
deleteNextWordAction
public static String deleteNextWordAction { get; }
Property Value
deletePrevCharAction
public static String deletePrevCharAction { get; }
Property Value
deletePrevWordAction
public static String deletePrevWordAction { get; }
Property Value
downAction
public static String downAction { get; }
Property Value
endAction
public static String endAction { get; }
Property Value
endLineAction
public static String endLineAction { get; }
Property Value
endParagraphAction
public static String endParagraphAction { get; }
Property Value
endWordAction
public static String endWordAction { get; }
Property Value
forwardAction
public static String forwardAction { get; }
Property Value
insertBreakAction
public static String insertBreakAction { get; }
Property Value
insertContentAction
public static String insertContentAction { get; }
Property Value
insertTabAction
public static String insertTabAction { get; }
Property Value
nextWordAction
public static String nextWordAction { get; }
Property Value
pageDownAction
public static String pageDownAction { get; }
Property Value
pageUpAction
public static String pageUpAction { get; }
Property Value
pasteAction
public static String pasteAction { get; }
Property Value
previousWordAction
public static String previousWordAction { get; }
Property Value
readOnlyAction
public static String readOnlyAction { get; }
Property Value
selectAllAction
public static String selectAllAction { get; }
Property Value
selectLineAction
public static String selectLineAction { get; }
Property Value
selectParagraphAction
public static String selectParagraphAction { get; }
Property Value
selectWordAction
public static String selectWordAction { get; }
Property Value
selectionBackwardAction
public static String selectionBackwardAction { get; }
Property Value
selectionBeginAction
public static String selectionBeginAction { get; }
Property Value
selectionBeginLineAction
public static String selectionBeginLineAction { get; }
Property Value
selectionBeginParagraphAction
public static String selectionBeginParagraphAction { get; }
Property Value
selectionBeginWordAction
public static String selectionBeginWordAction { get; }
Property Value
selectionDownAction
public static String selectionDownAction { get; }
Property Value
selectionEndAction
public static String selectionEndAction { get; }
Property Value
selectionEndLineAction
public static String selectionEndLineAction { get; }
Property Value
selectionEndParagraphAction
public static String selectionEndParagraphAction { get; }
Property Value
selectionEndWordAction
public static String selectionEndWordAction { get; }
Property Value
selectionForwardAction
public static String selectionForwardAction { get; }
Property Value
selectionNextWordAction
public static String selectionNextWordAction { get; }
Property Value
selectionPreviousWordAction
public static String selectionPreviousWordAction { get; }
Property Value
selectionUpAction
public static String selectionUpAction { get; }
Property Value
upAction
public static String upAction { get; }
Property Value
writableAction
public static String writableAction { get; }