📄 index-20.html
字号:
<DD>Constructs a new text area with the specified text.<DT><A HREF="../java/awt/TextArea.html#TextArea(java.lang.String, int, int)"><B>TextArea(String, int, int)</B></A> - Constructor for class java.awt.<A HREF="../java/awt/TextArea.html">TextArea</A><DD>Constructs a new text area with the specified text, and with the specified number of rows and columns.<DT><A HREF="../java/awt/TextArea.html#TextArea(java.lang.String, int, int, int)"><B>TextArea(String, int, int, int)</B></A> - Constructor for class java.awt.<A HREF="../java/awt/TextArea.html">TextArea</A><DD>Constructs a new text area with the specified text, and with the rows, columns, and scroll bar visibility as specified.<DT><A HREF="../javax/swing/text/html/HTMLWriter.html#textAreaContent(javax.swing.text.AttributeSet)"><B>textAreaContent(AttributeSet)</B></A> - Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLWriter.html">HTMLWriter</A><DD>Writes out text that is contained in a TEXTAREA form element.<DT><A HREF="../javax/swing/text/html/HTMLDocument.HTMLReader.html#textAreaContent(char[])"><B>textAreaContent(char[])</B></A> - Method in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTMLDocument.HTMLReader.html">HTMLDocument.HTMLReader</A><DD>Adds the given content to the textarea document.<DT><A HREF="../java/awt/font/TextAttribute.html"><B>TextAttribute</B></A> - class java.awt.font.<A HREF="../java/awt/font/TextAttribute.html">TextAttribute</A>.<DD>The <code>TextAttribute</code> class defines attribute keys and attribute values used for text rendering.<DT><A HREF="../java/awt/font/TextAttribute.html#TextAttribute(java.lang.String)"><B>TextAttribute(String)</B></A> - Constructor for class java.awt.font.<A HREF="../java/awt/font/TextAttribute.html">TextAttribute</A><DD>Constructs a <code>TextAttribute</code> with the specified name.<DT><A HREF="../java/awt/TextComponent.html"><B>TextComponent</B></A> - class java.awt.<A HREF="../java/awt/TextComponent.html">TextComponent</A>.<DD>The <code>TextComponent</code> class is the superclass of any component that allows the editing of some text.<DT><A HREF="../java/awt/TextComponent.AccessibleAWTTextComponent.html"><B>TextComponent.AccessibleAWTTextComponent</B></A> - class java.awt.<A HREF="../java/awt/TextComponent.AccessibleAWTTextComponent.html">TextComponent.AccessibleAWTTextComponent</A>.<DD>This class implements accessibility support for the <code>TextComponent</code> class.<DT><A HREF="../java/awt/TextComponent.AccessibleAWTTextComponent.html#TextComponent.AccessibleAWTTextComponent(java.awt.TextComponent)"><B>TextComponent.AccessibleAWTTextComponent(TextComponent)</B></A> - Constructor for class java.awt.<A HREF="../java/awt/TextComponent.AccessibleAWTTextComponent.html">TextComponent.AccessibleAWTTextComponent</A><DD>Constructs an AccessibleAWTTextComponent.<DT><A HREF="../java/awt/event/TextEvent.html"><B>TextEvent</B></A> - class java.awt.event.<A HREF="../java/awt/event/TextEvent.html">TextEvent</A>.<DD>A semantic event which indicates that an object's text changed.<DT><A HREF="../java/awt/event/TextEvent.html#TextEvent(java.lang.Object, int)"><B>TextEvent(Object, int)</B></A> - Constructor for class java.awt.event.<A HREF="../java/awt/event/TextEvent.html">TextEvent</A><DD>Constructs a TextEvent object.<DT><A HREF="../java/awt/TextField.html"><B>TextField</B></A> - class java.awt.<A HREF="../java/awt/TextField.html">TextField</A>.<DD>A <code>TextField</code> object is a text component that allows for the editing of a single line of text.<DT><A HREF="../java/awt/TextField.AccessibleAWTTextField.html"><B>TextField.AccessibleAWTTextField</B></A> - class java.awt.<A HREF="../java/awt/TextField.AccessibleAWTTextField.html">TextField.AccessibleAWTTextField</A>.<DD>This class implements accessibility support for the <code>TextField</code> class.<DT><A HREF="../java/awt/TextField.AccessibleAWTTextField.html#TextField.AccessibleAWTTextField(java.awt.TextField)"><B>TextField.AccessibleAWTTextField(TextField)</B></A> - Constructor for class java.awt.<A HREF="../java/awt/TextField.AccessibleAWTTextField.html">TextField.AccessibleAWTTextField</A><DD> <DT><A HREF="../java/awt/TextField.html#TextField()"><B>TextField()</B></A> - Constructor for class java.awt.<A HREF="../java/awt/TextField.html">TextField</A><DD>Constructs a new text field.<DT><A HREF="../java/awt/TextField.html#TextField(int)"><B>TextField(int)</B></A> - Constructor for class java.awt.<A HREF="../java/awt/TextField.html">TextField</A><DD>Constructs a new empty text field with the specified number of columns.<DT><A HREF="../java/awt/TextField.html#TextField(java.lang.String)"><B>TextField(String)</B></A> - Constructor for class java.awt.<A HREF="../java/awt/TextField.html">TextField</A><DD>Constructs a new text field initialized with the specified text.<DT><A HREF="../java/awt/TextField.html#TextField(java.lang.String, int)"><B>TextField(String, int)</B></A> - Constructor for class java.awt.<A HREF="../java/awt/TextField.html">TextField</A><DD>Constructs a new text field initialized with the specified text to be displayed, and wide enough to hold the specified number of columns.<DT><A HREF="../java/awt/SystemColor.html#textHighlight"><B>textHighlight</B></A> - Static variable in class java.awt.<A HREF="../java/awt/SystemColor.html">SystemColor</A><DD>The background color for highlighted text.<DT><A HREF="../java/awt/SystemColor.html#textHighlightText"><B>textHighlightText</B></A> - Static variable in class java.awt.<A HREF="../java/awt/SystemColor.html">SystemColor</A><DD>The text color for highlighted text.<DT><A HREF="../java/awt/font/TextHitInfo.html"><B>TextHitInfo</B></A> - class java.awt.font.<A HREF="../java/awt/font/TextHitInfo.html">TextHitInfo</A>.<DD>The <code>TextHitInfo</code> class represents a character position in a text model, and a <b>bias</b>, or "side," of the character.<DT><A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html#textIconGap"><B>textIconGap</B></A> - Variable in class javax.swing.plaf.basic.<A HREF="../javax/swing/plaf/basic/BasicTabbedPaneUI.html">BasicTabbedPaneUI</A><DD> <DT><A HREF="../java/awt/SystemColor.html#textInactiveText"><B>textInactiveText</B></A> - Static variable in class java.awt.<A HREF="../java/awt/SystemColor.html">SystemColor</A><DD>The text color for inactive text.<DT><A HREF="../java/awt/font/TextLayout.html"><B>TextLayout</B></A> - class java.awt.font.<A HREF="../java/awt/font/TextLayout.html">TextLayout</A>.<DD><code>TextLayout</code> is an immutable graphical representation of styled character data.<DT><A HREF="../java/awt/font/TextLayout.CaretPolicy.html"><B>TextLayout.CaretPolicy</B></A> - class java.awt.font.<A HREF="../java/awt/font/TextLayout.CaretPolicy.html">TextLayout.CaretPolicy</A>.<DD>Defines a policy for determining the strong caret location.<DT><A HREF="../java/awt/font/TextLayout.CaretPolicy.html#TextLayout.CaretPolicy()"><B>TextLayout.CaretPolicy()</B></A> - Constructor for class java.awt.font.<A HREF="../java/awt/font/TextLayout.CaretPolicy.html">TextLayout.CaretPolicy</A><DD>Constructs a <code>CaretPolicy</code>.<DT><A HREF="../java/awt/font/TextLayout.html#TextLayout(java.text.AttributedCharacterIterator, java.awt.font.FontRenderContext)"><B>TextLayout(AttributedCharacterIterator, FontRenderContext)</B></A> - Constructor for class java.awt.font.<A HREF="../java/awt/font/TextLayout.html">TextLayout</A><DD>Constructs a <code>TextLayout</code> from an iterator over styled text.<DT><A HREF="../java/awt/font/TextLayout.html#TextLayout(java.lang.String, java.awt.Font, java.awt.font.FontRenderContext)"><B>TextLayout(String, Font, FontRenderContext)</B></A> - Constructor for class java.awt.font.<A HREF="../java/awt/font/TextLayout.html">TextLayout</A><DD>Constructs a <code>TextLayout</code> from a <code>String</code> and a <A HREF="../java/awt/Font.html"><CODE>Font</CODE></A>.<DT><A HREF="../java/awt/font/TextLayout.html#TextLayout(java.lang.String, java.util.Map, java.awt.font.FontRenderContext)"><B>TextLayout(String, Map, FontRenderContext)</B></A> - Constructor for class java.awt.font.<A HREF="../java/awt/font/TextLayout.html">TextLayout</A><DD>Constructs a <code>TextLayout</code> from a <code>String</code> and an attribute set.<DT><A HREF="../java/awt/TextComponent.html#textListener"><B>textListener</B></A> - Variable in class java.awt.<A HREF="../java/awt/TextComponent.html">TextComponent</A><DD> <DT><A HREF="../java/awt/event/TextListener.html"><B>TextListener</B></A> - interface java.awt.event.<A HREF="../java/awt/event/TextListener.html">TextListener</A>.<DD>The listener interface for receiving text events.<DT><A HREF="../java/awt/font/TextMeasurer.html"><B>TextMeasurer</B></A> - class java.awt.font.<A HREF="../java/awt/font/TextMeasurer.html">TextMeasurer</A>.<DD><code>TextMeasurer</code> provides the primitive operations needed for line break: measuring up to a given advance, determining the advance of a range of characters, and generating a <code>TextLayout</code> for a range of characters.<DT><A HREF="../java/awt/font/TextMeasurer.html#TextMeasurer(java.text.AttributedCharacterIterator, java.awt.font.FontRenderContext)"><B>TextMeasurer(AttributedCharacterIterator, FontRenderContext)</B></A> - Constructor for class java.awt.font.<A HREF="../java/awt/font/TextMeasurer.html">TextMeasurer</A><DD>Constructs a <code>TextMeasurer</code> from the source text.<DT><A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html#textNonSelectionColor"><B>textNonSelectionColor</B></A> - Variable in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html">DefaultTreeCellRenderer</A><DD>Color to use for the foreground for non-selected nodes.<DT><A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html#textSelectionColor"><B>textSelectionColor</B></A> - Variable in class javax.swing.tree.<A HREF="../javax/swing/tree/DefaultTreeCellRenderer.html">DefaultTreeCellRenderer</A><DD>Color to use for the foreground for selected nodes.<DT><A HREF="../java/awt/SystemColor.html#textText"><B>textText</B></A> - Static variable in class java.awt.<A HREF="../java/awt/SystemColor.html">SystemColor</A><DD>The text color for text components.<DT><A HREF="../javax/swing/plaf/TextUI.html"><B>TextUI</B></A> - class javax.swing.plaf.<A HREF="../javax/swing/plaf/TextUI.html">TextUI</A>.<DD>Text editor user interface<DT><A HREF="../javax/swing/plaf/TextUI.html#TextUI()"><B>TextUI()</B></A> - Constructor for class javax.swing.plaf.<A HREF="../javax/swing/plaf/TextUI.html">TextUI</A><DD> <DT><A HREF="../java/awt/TexturePaint.html"><B>TexturePaint</B></A> - class java.awt.<A HREF="../java/awt/TexturePaint.html">TexturePaint</A>.<DD>The <code>TexturePaint</code> class provides a way to fill a <A HREF="../java/awt/Shape.html"><CODE>Shape</CODE></A> with a texture that is specified as a <A HREF="../java/awt/image/BufferedImage.html"><CODE>BufferedImage</CODE></A>.<DT><A HREF="../java/awt/TexturePaint.html#TexturePaint(java.awt.image.BufferedImage, java.awt.geom.Rectangle2D)"><B>TexturePaint(BufferedImage, Rectangle2D)</B></A> - Constructor for class java.awt.<A HREF="../java/awt/TexturePaint.html">TexturePaint</A><DD>Constructs a <code>TexturePaint</code> object.<DT><A HREF="../java/awt/AWTEventMulticaster.html#textValueChanged(java.awt.event.TextEvent)"><B>textValueChanged(TextEvent)</B></A> - Method in class java.awt.<A HREF="../java/awt/AWTEventMulticaster.html">AWTEventMulticaster</A><DD> <DT><A HREF="../java/awt/TextComponent.AccessibleAWTTextComponent.html#textValueChanged(java.awt.event.TextEvent)"><B>textValueChanged(TextEvent)</B></A> - Method in class java.awt.<A HREF="../java/awt/TextComponent.AccessibleAWTTextComponent.html">TextComponent.AccessibleAWTTextComponent</A><DD>TextListener notification of a text value change.<DT><A HREF="../java/awt/event/TextListener.html#textValueChanged(java.awt.event.TextEvent)"><B>textValueChanged(TextEvent)</B></A> - Method in interface java.awt.event.<A HREF="../java/awt/event/TextListener.html">TextListener</A><DD>Invoked when the value of the text has changed.<DT><A HREF="../javax/swing/text/html/HTML.Tag.html#TH"><B>TH</B></A> - Static variable in class javax.swing.text.html.<A HREF="../javax/swing/text/html/HTML.Tag.html">HTML.Tag</A><DD> <DT><A HREF="../java/lang/Character.UnicodeBlock.html#THAI"><B>THAI</B></A> - Static variable in class java.lang.<A HREF="../java/lang/Character.UnicodeBlock.html">Character.UnicodeBlock</A><DD>Constant for the Unicode character block of the same name.<DT><A HREF="../javax/swing/border/LineBorder.html#thickness"><B>thickness</B></A> - Variable in class javax.swing.border.<A HREF="../javax/swing/border/LineBorder.html">LineBorder</A><DD> <DT><A HREF="../javax/rmi/CORBA/Tie.html#thisObject()"><B>thisObject()</B></A> - Method in interface javax.rmi.CORBA.<A HREF="../javax/rmi/CORBA/Tie.html">Tie</A><DD>Returns an object reference for the target object represented by this tie.<DT><A HREF="../java/lang/Thread.html"><B>Thread</B></A> - class java.lang.<A HREF="../java/lang/Thread.html">Thread</A>.<DD>A <i>thread</i> is a thread of execution in a program.<DT><A HREF="../java/lang/Thread.html#Thread()"><B>Thread()</B></A> - Constructor for class java.lang.<A HREF="../java/lang/Thread.html">Thread</A><DD>Allocates a new <code>Thread</code> object.<DT><A HREF="../java/lang/Thread.html#Thread(java.lang.Runnable)"><B>Thread(Runnable)</B></A> - Constructor for class java.lang.<A HREF="../java/lang/Thread.html">Thread</A><DD>Allocates a new <code>Thread</code> object.<DT><A HREF="../java/lang/Thread.html#Thread(java.lang.Runnable, java.lang.String)"><B>Thread(Runnable, String)</B></A> - Constructor for class java.lang.<A HREF="../java/lang/Thread.html">Thread</A><DD>Allocates a new <code>Thread</code> object.<DT><A HREF="../java/lang/Thread.html#Thread(java.lang.String)"><B>Thread(String)</B></A> - Constructor for class java.lang.<A HREF="../java/lang/Thread.html">Thread</A><DD>Allocates a new <code>Thread</code> object.<DT><A HREF="../java/lang/Thread.html#Thread(java.lang.ThreadGroup, java.lang.Runnable)"><B>Thread(ThreadGroup, Runnable)</B></A> - Constructor for class java.lang.<A HREF="../java/lang/Thread.html">Thread</A><DD>Allocates a new <code>Thread</code> object.<DT><A HREF="../java/lang/Thread.html#Thread(java.lang.ThreadGroup, java.lang.Runnable, java.lang.String)"><B>Thread(ThreadGroup, Runnable, String)</B></A> - Constructor for class java.lang.<A HREF="../java/lang/Thread.html">Thread</A><DD>Allocates a new <code>Thread</code> object so that it has <code>target</code> as its run object, has the specified <code>name</code> as its name, and belongs to the thread group referred to by <code>group</code>.<DT><A HREF="../java/lang/Thread.html#Thread(java.lang.ThreadGroup, java.lang.String)"><B>Thread(ThreadGroup, String)</B></A> - Constructor for class java.lang.<A HREF="../java/lang/Thread
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -