|
JavaTM Platform Standard Ed. 6 |
|||||||||
��һ���� ��һ���� | ��� ��� ������ | |||||||||
ժҪ�� Ƕ�� | �ֶ� | ���췽�� | ���� | ��ϸ��Ϣ�� �ֶ� | ���췽�� | ���� |
java.lang.Object java.awt.Component java.awt.TextComponent java.awt.TextArea
public class TextArea
TextArea
��������ʾ�ı��Ķ��������Խ�������Ϊ�����༭��ֻ����
��ͼ��ʾ���ı�������ۣ�
���ı�������ʹ�����´�������������
new TextArea("Hello", 5, 40);
Ƕ����ժҪ | |
---|---|
protected class |
TextArea.AccessibleAWTTextArea
����ʵ�� TextArea ��Ŀɷ�����֧�֡� |
���� java.awt.TextComponent �̳е�Ƕ����/�ӿ� |
---|
TextComponent.AccessibleAWTTextComponent |
���� java.awt.Component �̳е�Ƕ����/�ӿ� |
---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
�ֶ�ժҪ | |
---|---|
static int |
SCROLLBARS_BOTH
��������ʾ��ֱ��ˮƽ�������� |
static int |
SCROLLBARS_HORIZONTAL_ONLY
ֻ��������ʾˮƽ�������� |
static int |
SCROLLBARS_NONE
��Ϊ�ı�����������ʾ�κι������� |
static int |
SCROLLBARS_VERTICAL_ONLY
ֻ��������ʾ��ֱ�������� |
���� java.awt.TextComponent �̳е��ֶ� |
---|
textListener |
���� java.awt.Component �̳е��ֶ� |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
�ӽӿ� java.awt.image.ImageObserver �̳е��ֶ� |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
���췽��ժҪ | |
---|---|
TextArea()
����һ�������ַ�����Ϊ�ı������ı����� |
|
TextArea(int rows,
int columns)
����һ�����ı��������ı�������ָ�����������������������ַ�����Ϊ�ı��� |
|
TextArea(String text)
�������ָ���ı������ı����� |
|
TextArea(String text,
int rows,
int columns)
����һ�����ı��������ı�������ָ�����ı����Լ�ָ���������������� |
|
TextArea(String text,
int rows,
int columns,
int scrollbars)
����һ�����ı��������ı�������ָ�����ı����Լ�ָ���������������������ɼ��ԡ� |
����ժҪ | |
---|---|
void |
addNotify()
���� TextArea ��ͬλ�塣 |
void |
append(String str)
�������ı��ӵ��ı����ĵ�ǰ�ı��� |
void |
appendText(String str)
�ѹ�ʱ�� �� JDK version 1.1 ��ʼ���� append(String) ȡ���� |
AccessibleContext |
getAccessibleContext()
������� TextArea ��ص� AccessibleContext �� |
int |
getColumns()
���ش��ı����е������� |
Dimension |
getMinimumSize()
ȷ�����ı�������С��С�� |
Dimension |
getMinimumSize(int rows,
int columns)
ȷ������ָ���������������ı�������С��С�� |
Dimension |
getPreferredSize()
ȷ�����ı�������ѡ��С�� |
Dimension |
getPreferredSize(int rows,
int columns)
ȷ������ָ���������������ı�������ѡ��С�� |
int |
getRows()
���ش��ı����������� |
int |
getScrollbarVisibility()
����ָʾ�ı���ʹ�ú��ֹ�������ö��ֵ�� |
void |
insert(String str,
int pos)
�ڴ��ı�����ָ��λ�ò���ָ���ı��� |
void |
insertText(String str,
int pos)
�ѹ�ʱ�� �� JDK version 1.1 ��ʼ���� insert(String, int) ȡ���� |
Dimension |
minimumSize()
�ѹ�ʱ�� �� JDK version 1.1 ��ʼ���� getMinimumSize() ȡ���� |
Dimension |
minimumSize(int rows,
int columns)
�ѹ�ʱ�� �� JDK version 1.1 ��ʼ���� getMinimumSize(int, int) ȡ���� |
protected String |
paramString()
���ر�ʾ�� TextArea ״̬���ַ����� |
Dimension |
preferredSize()
�ѹ�ʱ�� �� JDK version 1.1 ��ʼ���� getPreferredSize() ȡ���� |
Dimension |
preferredSize(int rows,
int columns)
�ѹ�ʱ�� �� JDK version 1.1 ��ʼ���� getPreferredSize(int, int) ȡ���� |
void |
replaceRange(String str,
int start,
int end)
��ָ���滻�ı��滻ָ����ʼλ�������λ��֮����ı��� |
void |
replaceText(String str,
int start,
int end)
�ѹ�ʱ�� �� JDK version 1.1 ��ʼ���� replaceRange(String, int, int) ȡ���� |
void |
setColumns(int columns)
���ô��ı����������� |
void |
setRows(int rows)
���ô��ı����������� |
���� java.lang.Object �̳еķ��� |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
�ֶ���ϸ��Ϣ |
---|
public static final int SCROLLBARS_BOTH
public static final int SCROLLBARS_VERTICAL_ONLY
public static final int SCROLLBARS_HORIZONTAL_ONLY
public static final int SCROLLBARS_NONE
���췽����ϸ��Ϣ |
---|
public TextArea() throws HeadlessException
SCROLLBARS_BOTH
������´����ģ����Դ�ֱ��������ˮƽ�����������ı��������ǿ��ӵġ�
HeadlessException
- ��� GraphicsEnvironment.isHeadless
���� trueGraphicsEnvironment.isHeadless()
public TextArea(String text) throws HeadlessException
SCROLLBARS_BOTH
������´����ģ����Դ�ֱ��������ˮƽ�����������ı��������ǿ��ӵġ�
text
- Ҫ��ʾ���ı������ text
Ϊ null
������ʾ���ַ��� ""
HeadlessException
- ��� GraphicsEnvironment.isHeadless
���� trueGraphicsEnvironment.isHeadless()
public TextArea(int rows, int columns) throws HeadlessException
SCROLLBARS_BOTH
������´����ģ����Դ�ֱ��������ˮƽ�����������ı��������ǿ��ӵġ�
rows
- ����columns
- ����
HeadlessException
- ��� GraphicsEnvironment.isHeadless
���� trueGraphicsEnvironment.isHeadless()
public TextArea(String text, int rows, int columns) throws HeadlessException
SCROLLBARS_BOTH
������´����ģ����Դ�ֱ��������ˮƽ�����������ı��������ǿ��ӵġ�
text
- Ҫ��ʾ���ı������ text
Ϊ null
������ʾ���ַ��� ""
rows
- ����columns
- ����
HeadlessException
- ��� GraphicsEnvironment.isHeadless
���� trueGraphicsEnvironment.isHeadless()
public TextArea(String text, int rows, int columns, int scrollbars) throws HeadlessException
TextArea
���췽����������һ�涨��
TextArea
�ඨ��һЩ������Ϊ scrollbars
����ֵ�ṩ�ij�����
SCROLLBARS_BOTH
,
SCROLLBARS_VERTICAL_ONLY
,
SCROLLBARS_HORIZONTAL_ONLY
,
SCROLLBARS_NONE
.
scrollbars
������ֵ������Ч�ģ�����ʹ�������ı���ʱʹ�õĹ������ɼ��Ե��� SCROLLBARS_BOTH
��Ĭ��ֵ��
text
- Ҫ��ʾ���ı������ text
Ϊ null
������ʾ���ַ��� ""
rows
- ��������� rows
�� 0
���� rows
����Ϊ 0
columns
- ��������� columns
�� 0
���� columns
����Ϊ 0
scrollbars
- ȷ��Ϊ�鿴�ı��������Ĺ��������͵ij���
HeadlessException
- ��� GraphicsEnvironment.isHeadless
���� trueGraphicsEnvironment.isHeadless()
������ϸ��Ϣ |
---|
public void addNotify()
TextArea
��ͬλ�塣��ͬλ�������� TextArea
����ۣ����������书�ܡ�
TextComponent
�е� addNotify
TextComponent.removeNotify()
public void insert(String str, int pos)
ע�⣬���� null
��һ�µIJ�������Ч�ģ����ҽ����²�ȷ������Ϊ��
str
- Ҫ����ķ� null
�ı�pos
- ������TextComponent.setText(java.lang.String)
,
replaceRange(java.lang.String, int, int)
,
append(java.lang.String)
@Deprecated public void insertText(String str, int pos)
insert(String, int)
ȡ����
public void append(String str)
ע�⣬���� null
��һ�µIJ�������Ч�ģ����ҽ����²�ȷ������Ϊ��
str
- Ҫ�ӵķ� null
�ı�insert(java.lang.String, int)
@Deprecated public void appendText(String str)
append(String)
ȡ����
public void replaceRange(String str, int start, int end)
ע�⣬���� null
��һ�µIJ�������Ч�ģ����ҽ����²�ȷ������Ϊ��
str
- �����滻�ķ� null
�ı�start
- ��ʼλ��end
- �����insert(java.lang.String, int)
@Deprecated public void replaceText(String str, int start, int end)
replaceRange(String, int, int)
ȡ����
public int getRows()
setRows(int)
,
getColumns()
public void setRows(int rows)
rows
- ����
IllegalArgumentException
- ���Ϊ rows
�ṩ��ֵС�� 0
getRows()
,
setColumns(int)
public int getColumns()
setColumns(int)
,
getRows()
public void setColumns(int columns)
columns
- ����
IllegalArgumentException
- ���Ϊ columns
�ṩ��ֵС�� 0
getColumns()
,
setRows(int)
public int getScrollbarVisibility()
TextArea
�ඨ�����ĸ���������������ָ����Щ�������ǿ��õġ�TextArea
��һ�������������ϵ�Ӧ�÷���Ĺ��췽����
SCROLLBARS_BOTH
,
SCROLLBARS_VERTICAL_ONLY
,
SCROLLBARS_HORIZONTAL_ONLY
,
SCROLLBARS_NONE
,
TextArea(java.lang.String, int, int, int)
public Dimension getPreferredSize(int rows, int columns)
rows
- ����columns
- ����
Component.getPreferredSize()
@Deprecated public Dimension preferredSize(int rows, int columns)
getPreferredSize(int, int)
ȡ����
public Dimension getPreferredSize()
Component
�е� getPreferredSize
Component.getPreferredSize()
@Deprecated public Dimension preferredSize()
getPreferredSize()
ȡ����
Component
�е� preferredSize
public Dimension getMinimumSize(int rows, int columns)
rows
- ����columns
- ����
Component.getMinimumSize()
@Deprecated public Dimension minimumSize(int rows, int columns)
getMinimumSize(int, int)
ȡ����
public Dimension getMinimumSize()
Component
�е� getMinimumSize
Component.getPreferredSize()
@Deprecated public Dimension minimumSize()
getMinimumSize()
ȡ����
Component
�е� minimumSize
protected String paramString()
TextArea
״̬���ַ������˷��������ڵ���Ŀ�ģ����ڸ���ʵ�֣����ص��ַ��������ݺ�ʽ����������ͬ�����ص��ַ�������Ϊ�գ���������Ϊ null
��
TextComponent
�е� paramString
public AccessibleContext getAccessibleContext()
TextArea
��ص� AccessibleContext
�������ı�����AccessibleContext
���� AccessibleAWTTextArea
����ʽ�����б�Ҫ���ɴ���һ���µ� AccessibleAWTTextArea
ʵ����
Accessible
�е� getAccessibleContext
TextComponent
�е� getAccessibleContext
TextArea
�� AccessibleContext
�� AccessibleAWTTextArea
|
JavaTM Platform Standard Ed. 6 |
|||||||||
��һ���� ��һ���� | ��� ��� ������ | |||||||||
ժҪ�� Ƕ�� | �ֶ� | ���췽�� | ���� | ��ϸ��Ϣ�� �ֶ� | ���췽�� | ���� |
��Ȩ���� 2007 Sun Microsystems, Inc. ��������Ȩ���� ����������֤��������������ĵ����·ַ�������