|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjavax.accessibility.AccessibleContext
java.awt.Component.AccessibleAWTComponent
java.awt.Container.AccessibleAWTContainer
javax.swing.JComponent.AccessibleJComponent
javax.swing.text.JTextComponent.AccessibleJTextComponent
javax.swing.JTextArea.AccessibleJTextArea
protected class JTextArea.AccessibleJTextArea
此类实现对 JTextArea 类的可访问性支持。它提供适合文本区域用户界面元素的 Java Accessibility API 的实现。
警告:此类的已序列化对象与以后的 Swing 版本不兼容。当前序列化支持适用于短期存储,或适用于在运行相同 Swing 版本的应用程序之间进行 RMI(Remote Method Invocation,远程方法调用)。从 1.4 版本开始,已在 java.beans 包中添加了支持所有 JavaBeansTM 长期存储的功能。请参见 XMLEncoder。
| 嵌套类摘要 |
|---|
| 从类 javax.swing.JComponent.AccessibleJComponent 继承的嵌套类/接口 |
|---|
JComponent.AccessibleJComponent.AccessibleContainerHandler, JComponent.AccessibleJComponent.AccessibleFocusHandler |
| 从类 java.awt.Component.AccessibleAWTComponent 继承的嵌套类/接口 |
|---|
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler, Component.AccessibleAWTComponent.AccessibleAWTFocusHandler |
| 字段摘要 |
|---|
| 从类 javax.swing.JComponent.AccessibleJComponent 继承的字段 |
|---|
accessibleContainerHandler, accessibleFocusHandler |
| 从类 java.awt.Component.AccessibleAWTComponent 继承的字段 |
|---|
accessibleAWTComponentHandler, accessibleAWTFocusHandler |
| 从接口 javax.accessibility.AccessibleAction 继承的字段 |
|---|
CLICK, DECREMENT, INCREMENT, TOGGLE_EXPAND, TOGGLE_POPUP |
| 从接口 javax.accessibility.AccessibleText 继承的字段 |
|---|
CHARACTER, SENTENCE, WORD |
| 从接口 javax.accessibility.AccessibleExtendedText 继承的字段 |
|---|
ATTRIBUTE_RUN, LINE |
| 构造方法摘要 | |
|---|---|
protected |
JTextArea.AccessibleJTextArea()
|
| 方法摘要 | |
|---|---|
AccessibleStateSet |
getAccessibleStateSet()
获取此对象的状态设置。 |
| 从类 java.awt.Container.AccessibleAWTContainer 继承的方法 |
|---|
getAccessibleAt |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 从接口 javax.accessibility.AccessibleComponent 继承的方法 |
|---|
addFocusListener, contains, getAccessibleAt, getBackground, getBounds, getCursor, getFont, getFontMetrics, getForeground, getLocation, getLocationOnScreen, getSize, isEnabled, isFocusTraversable, isShowing, isVisible, removeFocusListener, requestFocus, setBackground, setBounds, setCursor, setEnabled, setFont, setForeground, setLocation, setSize, setVisible |
| 构造方法详细信息 |
|---|
protected JTextArea.AccessibleJTextArea()
| 方法详细信息 |
|---|
public AccessibleStateSet getAccessibleStateSet()
JTextComponent.AccessibleJTextComponent 中的 getAccessibleStateSetAccessibleStateSet
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||