Class AbstractDocument
public class AbstractDocument : JVMBridgeBase<AbstractDocument>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<AbstractDocument>AbstractDocument
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Derived
- Inherited Members
-
JVMBridgeBase<AbstractDocument>.IsAssignableFrom(IJavaType)JVMBridgeBase<AbstractDocument>.IsAssignableFrom<T>()JVMBridgeBase<AbstractDocument>.Execute<T>(params T[])JVMBridgeBase<AbstractDocument>.DynBridgeClazzJVMBridgeBase<AbstractDocument>.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
AbstractDocument()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("AbstractDocument class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public AbstractDocument()
AbstractDocument(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
[Obsolete("AbstractDocument class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public AbstractDocument(params object[] args)
Parameters
args
object[]
Properties
AsynchronousLoadPriority
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/text/AbstractDocument.html#getAsynchronousLoadPriority() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/text/AbstractDocument.html#setAsynchronousLoadPriority(int)
public int AsynchronousLoadPriority { get; set; }
Property Value
BidiElementName
public static String BidiElementName { get; }
Property Value
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
ContentElementName
public static String ContentElementName { get; }
Property Value
DefaultRootElement
public Element DefaultRootElement { get; }
Property Value
DocumentFilter
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/text/AbstractDocument.html#getDocumentFilter() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/text/AbstractDocument.html#setDocumentFilter(javax.swing.text.DocumentFilter)
public DocumentFilter DocumentFilter { get; set; }
Property Value
DocumentListeners
public DocumentListener[] DocumentListeners { get; }
Property Value
DocumentProperties
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/text/AbstractDocument.html#getDocumentProperties() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/text/AbstractDocument.html#setDocumentProperties(java.util.Dictionary)
public Dictionary<object, object> DocumentProperties { get; set; }
Property Value
ElementNameAttribute
public static String ElementNameAttribute { get; }
Property Value
EndPosition
public Position EndPosition { get; }
Property Value
GetBidiRootElement
public Element GetBidiRootElement { 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
Length
public int Length { get; }
Property Value
ParagraphElementName
public static String ParagraphElementName { get; }
Property Value
RootElements
public Element[] RootElements { get; }
Property Value
- Element[]
SectionElementName
public static String SectionElementName { get; }
Property Value
StartPosition
public Position StartPosition { get; }
Property Value
UndoableEditListeners
public UndoableEditListener[] UndoableEditListeners { get; }
Property Value
Methods
AddDocumentListener(DocumentListener)
public void AddDocumentListener(DocumentListener arg0)
Parameters
AddUndoableEditListener(UndoableEditListener)
public void AddUndoableEditListener(UndoableEditListener arg0)
Parameters
CreatePosition(int)
public Position CreatePosition(int arg0)
Parameters
Returns
Exceptions
Dump(PrintStream)
public void Dump(PrintStream arg0)
Parameters
arg0
PrintStream
GetListeners<T>(Class)
public T[] GetListeners<T>(Class arg0) where T : IEventListener, new()
Parameters
Returns
- T[]
T
Type Parameters
GetParagraphElement(int)
public Element GetParagraphElement(int arg0)
Parameters
Returns
GetProperty(object)
public object GetProperty(object arg0)
Parameters
Returns
GetText(int, int)
public String GetText(int arg0, int arg1)
Parameters
Returns
Exceptions
GetText(int, int, Segment)
public void GetText(int arg0, int arg1, Segment arg2)
Parameters
Exceptions
InsertString(int, String, AttributeSet)
public void InsertString(int arg0, String arg1, AttributeSet arg2)
Parameters
arg0
intarg1
Stringarg2
AttributeSet
Exceptions
PutProperty(object, object)
public void PutProperty(object arg0, object arg1)
Parameters
ReadLock()
public void ReadLock()
ReadUnlock()
public void ReadUnlock()
Remove(int, int)
public void Remove(int arg0, int arg1)
Parameters
Exceptions
RemoveDocumentListener(DocumentListener)
public void RemoveDocumentListener(DocumentListener arg0)
Parameters
RemoveUndoableEditListener(UndoableEditListener)
public void RemoveUndoableEditListener(UndoableEditListener arg0)
Parameters
Render(Runnable)
public void Render(Runnable arg0)
Parameters
Replace(int, int, String, AttributeSet)
public void Replace(int arg0, int arg1, String arg2, AttributeSet arg3)
Parameters
arg0
intarg1
intarg2
Stringarg3
AttributeSet
Exceptions
Operators
implicit operator Serializable(AbstractDocument)
Converter from AbstractDocument to Serializable
public static implicit operator Serializable(AbstractDocument t)
Parameters
Returns
implicit operator Document(AbstractDocument)
Converter from AbstractDocument to Document
public static implicit operator Document(AbstractDocument t)