|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object![]()
![]()
![]()
javax.accessibility.AccessibleContext
![]()
![]()
![]()
java.awt.Component.AccessibleAWTComponent
![]()
![]()
![]()
java.awt.Container.AccessibleAWTContainer
![]()
![]()
![]()
javax.swing.JComponent.AccessibleJComponent
![]()
![]()
![]()
javax.swing.JSpinner.AccessibleJSpinner
, EventListener
, AccessibleAction
, AccessibleComponent
, AccessibleEditableText
, AccessibleExtendedComponent
, AccessibleText
, AccessibleValue
, ChangeListener


protected class JSpinner.AccessibleJSpinner

, AccessibleAction
, AccessibleText
, AccessibleEditableText
, ChangeListener

AccessibleJSpinner implements accessibility
support for the JSpinner class.
| Nested Class Summary |
|---|
Nested classes/interfaces inherited from class javax.swing.JComponent.AccessibleJComponent ![]() |
|---|
JComponent.AccessibleJComponent.AccessibleContainerHandler |
Nested classes/interfaces inherited from class java.awt.Component.AccessibleAWTComponent ![]() |
|---|
Component.AccessibleAWTComponent.AccessibleAWTComponentHandler |
| Field Summary |
|---|
Fields inherited from class javax.swing.JComponent.AccessibleJComponent ![]() |
|---|
accessibleContainerHandler |
Fields inherited from class java.awt.Component.AccessibleAWTComponent ![]() |
|---|
accessibleAWTComponentHandler |
Fields inherited from interface javax.accessibility.AccessibleAction ![]() |
|---|
DECREMENT |
| Constructor Summary | |
|---|---|
protected |
JSpinner.AccessibleJSpinner
AccessibleJSpinner constructor |
| Method Summary | |
|---|---|
void |
cut
Cuts the text between two indices into the system clipboard. |
void |
delete
Deletes the text between two indices |
boolean |
doAccessibleAction
Performs the specified Action on the object |
AccessibleAction |
getAccessibleAction
Gets the AccessibleAction associated with this object that supports one or more actions. |
int |
getAccessibleActionCount
Returns the number of accessible actions available in this object If there are more than one, the first one is considered the "default" action of the object. |
String |
getAccessibleActionDescription
Returns a description of the specified action of the object. |
Accessible |
getAccessibleChild
Returns the specified Accessible child of the object. |
int |
getAccessibleChildrenCount
Returns the number of accessible children of the object. |
AccessibleRole |
getAccessibleRole
Gets the role of this object. |
AccessibleText |
getAccessibleText
Gets the AccessibleText associated with this object presenting text on the display. |
AccessibleValue |
getAccessibleValue
Gets the AccessibleValue associated with this object. |
String |
getAfterIndex
Returns the String after a given index. |
String |
getAtIndex
Returns the String at a given index. |
String |
getBeforeIndex
Returns the String before a given index. |
int |
getCaretPosition
Returns the zero-based offset of the caret. |
AttributeSet |
getCharacterAttribute
Returns the AttributeSet for a given character at a given index |
Rectangle |
getCharacterBounds
Determines the bounding box of the character at the given index into the string. |
int |
getCharCount
Returns the number of characters (valid indicies) |
Number |
getCurrentAccessibleValue
Get the value of this object as a Number. |
int |
getIndexAtPoint
Given a point in local coordinates, return the zero-based index of the character under that Point. |
Number |
getMaximumAccessibleValue
Get the maximum value of this object as a Number. |
Number |
getMinimumAccessibleValue
Get the minimum value of this object as a Number. |
String |
getSelectedText
Returns the portion of the text that is selected. |
int |
getSelectionEnd
Returns the end offset within the selected text. |
int |
getSelectionStart
Returns the start offset within the selected text. |
String |
getTextRange
Returns the text string between two indices. |
void |
insertTextAtIndex
Inserts the specified string at the given index/ |
void |
paste
Pastes the text from the system clipboard into the text starting at the specified index. |
void |
replaceText
Replaces the text between two indices with the specified string. |
void |
selectText
Selects the text between two indices. |
void |
setAttributes
Sets attributes for the text between two indices. |
boolean |
setCurrentAccessibleValue
Set the value of this object as a Number. |
void |
setTextContents
Sets the text contents to the specified string. |
void |
stateChanged
Invoked when the target of the listener has changed its state. |
Methods inherited from class javax.swing.JComponent.AccessibleJComponent ![]() |
|---|
addPropertyChangeListener |
Methods inherited from class java.awt.Container.AccessibleAWTContainer ![]() |
|---|
getAccessibleAt |
Methods inherited from class java.awt.Component.AccessibleAWTComponent ![]() |
|---|
addFocusListener |