|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
javax.swing
クラス AbstractButton.AccessibleAbstractButton
java.lang.Object | +--javax.accessibility.AccessibleContext | +--javax.swing.JComponent.AccessibleJComponent | +--javax.swing.AbstractButton.AccessibleAbstractButton
- 直接の既知のサブクラス:
- JButton.AccessibleJButton, JMenuItem.AccessibleJMenuItem, JToggleButton.AccessibleJToggleButton
- protected abstract class AbstractButton.AccessibleAbstractButton
- extends JComponent.AccessibleJComponent
- implements javax.accessibility.AccessibleAction, javax.accessibility.AccessibleValue
- extends JComponent.AccessibleJComponent
Accessiblity support.
Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. A future release of Swing will provide support for long term persistence.
- 関連項目:
- 直列化された形式
クラス javax.swing.JComponent.AccessibleJComponent から継承した内部クラス |
JComponent.AccessibleJComponent.AccessibleContainerHandler |
クラス javax.swing.JComponent.AccessibleJComponent から継承したフィールド |
accessibleContainerHandler |
クラス javax.accessibility.AccessibleContext から継承したフィールド |
ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY,
ACCESSIBLE_CARET_PROPERTY,
ACCESSIBLE_CHILD_PROPERTY,
ACCESSIBLE_DESCRIPTION_PROPERTY,
ACCESSIBLE_NAME_PROPERTY,
ACCESSIBLE_SELECTION_PROPERTY,
ACCESSIBLE_STATE_PROPERTY,
ACCESSIBLE_TEXT_PROPERTY,
ACCESSIBLE_VALUE_PROPERTY,
ACCESSIBLE_VISIBLE_DATA_PROPERTY,
accessibleDescription,
accessibleName,
accessibleParent |
コンストラクタの概要 | |
protected |
AbstractButton.AccessibleAbstractButton()
|
メソッドの概要 | |
boolean |
doAccessibleAction(int i)
Perform the specified Action on the object |
javax.accessibility.AccessibleAction |
getAccessibleAction()
Get the AccessibleAction associated with this object if one exists. |
int |
getAccessibleActionCount()
Returns the number of Actions available in this object. |
java.lang.String |
getAccessibleActionDescription(int i)
Return a description of the specified action of the object. |
java.lang.String |
getAccessibleName()
Get the accessible name of this object. |
javax.accessibility.AccessibleStateSet |
getAccessibleStateSet()
Get the state set of this object. |
javax.accessibility.AccessibleValue |
getAccessibleValue()
Get the AccessibleValue associated with this object if one exists. |
java.lang.Number |
getCurrentAccessibleValue()
Get the value of this object as a Number. |
java.lang.Number |
getMaximumAccessibleValue()
Get the maximum value of this object as a Number. |
java.lang.Number |
getMinimumAccessibleValue()
Get the minimum value of this object as a Number. |
boolean |
setCurrentAccessibleValue(java.lang.Number n)
Set the value of this object as a Number. |
クラス javax.accessibility.AccessibleContext から継承したメソッド |
firePropertyChange,
getAccessibleSelection,
getAccessibleText,
setAccessibleDescription,
setAccessibleName,
setAccessibleParent |
クラス java.lang.Object から継承したメソッド |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
コンストラクタの詳細 |
AbstractButton.AccessibleAbstractButton
protected AbstractButton.AccessibleAbstractButton()
メソッドの詳細 |
getAccessibleName
public java.lang.String getAccessibleName()
- Get the accessible name of this object.
- 戻り値:
- the localized name of the object -- can be null if this object does not have a name
- オーバーライド:
- クラス JComponent.AccessibleJComponent 内の getAccessibleName
getAccessibleStateSet
public javax.accessibility.AccessibleStateSet getAccessibleStateSet()
- Get the state set of this object.
- 戻り値:
- an instance of AccessibleState containing the current state of the object
- オーバーライド:
- クラス JComponent.AccessibleJComponent 内の getAccessibleStateSet
- 関連項目:
AccessibleState
getAccessibleAction
public javax.accessibility.AccessibleAction getAccessibleAction()
- Get the AccessibleAction associated with this object if one
exists. Otherwise return null.
- オーバーライド:
- クラス javax.accessibility.AccessibleContext 内の getAccessibleAction
getAccessibleValue
public javax.accessibility.AccessibleValue getAccessibleValue()
- Get the AccessibleValue associated with this object if one
exists. Otherwise return null.
- オーバーライド:
- クラス javax.accessibility.AccessibleContext 内の getAccessibleValue
getAccessibleActionCount
public int getAccessibleActionCount()
- Returns the number of Actions available in this object.
If there is more than one, the first one is the "default"
action.
- 定義:
- インタフェース javax.accessibility.AccessibleAction 内の getAccessibleActionCount
- 戻り値:
- the number of Actions in this object
getAccessibleActionDescription
public java.lang.String getAccessibleActionDescription(int i)
- Return a description of the specified action of the object.
- 定義:
- インタフェース javax.accessibility.AccessibleAction 内の getAccessibleActionDescription
- パラメータ:
i
- zero-based index of the actions
doAccessibleAction
public boolean doAccessibleAction(int i)
- Perform the specified Action on the object
- 定義:
- インタフェース javax.accessibility.AccessibleAction 内の doAccessibleAction
- パラメータ:
i
- zero-based index of actions- 戻り値:
- true if the the action was performed; else false.
getCurrentAccessibleValue
public java.lang.Number getCurrentAccessibleValue()
- Get the value of this object as a Number.
- 定義:
- インタフェース javax.accessibility.AccessibleValue 内の getCurrentAccessibleValue
- 戻り値:
- An Integer of 0 if this isn't selected or an Integer of 1 if this is selected.
- 関連項目:
AbstractButton.isSelected()
setCurrentAccessibleValue
public boolean setCurrentAccessibleValue(java.lang.Number n)
- Set the value of this object as a Number.
- 定義:
- インタフェース javax.accessibility.AccessibleValue 内の setCurrentAccessibleValue
- 戻り値:
- True if the value was set.
getMinimumAccessibleValue
public java.lang.Number getMinimumAccessibleValue()
- Get the minimum value of this object as a Number.
- 定義:
- インタフェース javax.accessibility.AccessibleValue 内の getMinimumAccessibleValue
- 戻り値:
- An Integer of 0.
getMaximumAccessibleValue
public java.lang.Number getMaximumAccessibleValue()
- Get the maximum value of this object as a Number.
- 定義:
- インタフェース javax.accessibility.AccessibleValue 内の getMaximumAccessibleValue
- 戻り値:
- An Integer of 1.
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |