|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface AccessibleExtendedComponent
AccessibleExtendedComponent インタフェースは、画面に描画されるすべてのオブジェクトによってサポートされる必要があります。このインタフェースは、オブジェクトの拡張されたグラフィカルな表現を決定するための標準的な機構をユーザ補助機能に提供します。アプリケーションは、オブジェクトの AccessibleContext を取得してから、AccessibleContext.getAccessibleComponent()
メソッドを呼び出すと、オブジェクトが AccessibleExtendedComponent インタフェースをサポートするかどうかを判定できます。戻り値が null でなく、戻り値の型が AccessibleEditableComponent であれば、そのオブジェクトはこのインタフェースをサポートします。
Accessible
,
Accessible.getAccessibleContext()
,
AccessibleContext
,
AccessibleContext.getAccessibleComponent()
メソッドの概要 | |
---|---|
AccessibleKeyBinding |
getAccessibleKeyBinding()
このオブジェクトに関連したキーバインディングを返します。 |
String |
getTitledBorderText()
タイトル付きボーダのテキストを返します。 |
String |
getToolTipText()
ツールヒントのテキストを返します。 |
インタフェース 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 |
メソッドの詳細 |
---|
String getToolTipText()
String getTitledBorderText()
AccessibleKeyBinding getAccessibleKeyBinding()
AccessibleKeyBinding
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。