Class JTextPane
public class JTextPane : JEditorPane, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JTextPane
- Implements
- Inherited Members
- Extension Methods
Constructors
JTextPane()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public JTextPane()
JTextPane(StyledDocument)
public JTextPane(StyledDocument arg0)
Parameters
JTextPane(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 JTextPane(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CharacterAttributes
public AttributeSet CharacterAttributes { get; }
Property Value
InputAttributes
public MutableAttributeSet InputAttributes { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
LogicalStyle
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/JTextPane.html#getLogicalStyle() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/JTextPane.html#setLogicalStyle(javax.swing.text.Style)
public Style LogicalStyle { get; set; }
Property Value
ParagraphAttributes
public AttributeSet ParagraphAttributes { get; }
Property Value
StyledDocument
https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/JTextPane.html#getStyledDocument() https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/JTextPane.html#setStyledDocument(javax.swing.text.StyledDocument)
public StyledDocument StyledDocument { get; set; }
Property Value
Methods
AddStyle(String, Style)
public Style AddStyle(String arg0, Style arg1)
Parameters
Returns
GetStyle(String)
public Style GetStyle(String arg0)
Parameters
Returns
InsertComponent(Component)
public void InsertComponent(Component arg0)
Parameters
InsertIcon(Icon)
public void InsertIcon(Icon arg0)
Parameters
RemoveStyle(String)
public void RemoveStyle(String arg0)
Parameters
SetCharacterAttributes(AttributeSet, bool)
public void SetCharacterAttributes(AttributeSet arg0, bool arg1)
Parameters
arg0
AttributeSetarg1
bool
SetParagraphAttributes(AttributeSet, bool)
public void SetParagraphAttributes(AttributeSet arg0, bool arg1)
Parameters
arg0
AttributeSetarg1
bool