|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.accessibility.AccessibleContext javax.swing.JComboBox.AccessibleJComboBox.EditorAccessibleContext
Field Summary | |
private javax.accessibility.AccessibleContext |
ac
|
Fields inherited from class javax.accessibility.AccessibleContext |
ACCESSIBLE_ACTION_PROPERTY, ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY, ACCESSIBLE_CARET_PROPERTY, ACCESSIBLE_CHILD_PROPERTY, ACCESSIBLE_DESCRIPTION_PROPERTY, ACCESSIBLE_HYPERTEXT_OFFSET, ACCESSIBLE_NAME_PROPERTY, ACCESSIBLE_SELECTION_PROPERTY, ACCESSIBLE_STATE_PROPERTY, ACCESSIBLE_TABLE_CAPTION_CHANGED, ACCESSIBLE_TABLE_COLUMN_DESCRIPTION_CHANGED, ACCESSIBLE_TABLE_COLUMN_HEADER_CHANGED, ACCESSIBLE_TABLE_MODEL_CHANGED, ACCESSIBLE_TABLE_ROW_DESCRIPTION_CHANGED, ACCESSIBLE_TABLE_ROW_HEADER_CHANGED, ACCESSIBLE_TABLE_SUMMARY_CHANGED, ACCESSIBLE_TEXT_PROPERTY, ACCESSIBLE_VALUE_PROPERTY, ACCESSIBLE_VISIBLE_DATA_PROPERTY, accessibleDescription, accessibleName, accessibleParent |
Constructor Summary | |
private |
JComboBox.AccessibleJComboBox.EditorAccessibleContext()
|
(package private) |
JComboBox.AccessibleJComboBox.EditorAccessibleContext(javax.accessibility.Accessible a)
|
Method Summary | |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Adds a PropertyChangeListener to the listener list. |
void |
firePropertyChange(String propertyName,
Object oldValue,
Object newValue)
Support for reporting bound property changes. |
javax.accessibility.AccessibleAction |
getAccessibleAction()
Gets the AccessibleAction associated with this object that supports one or more actions. |
javax.accessibility.Accessible |
getAccessibleChild(int i)
Returns the specified Accessible child of the object. |
int |
getAccessibleChildrenCount()
Returns the number of accessible children of the object. |
javax.accessibility.AccessibleComponent |
getAccessibleComponent()
Gets the AccessibleComponent associated with this object that has a graphical representation. |
String |
getAccessibleDescription()
Gets the accessibleDescription property of this object. |
javax.accessibility.AccessibleEditableText |
getAccessibleEditableText()
Gets the AccessibleEditableText associated with this object presenting editable text on the display. |
javax.accessibility.AccessibleIcon[] |
getAccessibleIcon()
Gets the AccessibleIcons associated with an object that has one or more associated icons |
int |
getAccessibleIndexInParent()
Gets the 0-based index of this object in its accessible parent. |
String |
getAccessibleName()
Gets the accessibleName property of this object. |
javax.accessibility.Accessible |
getAccessibleParent()
Gets the Accessible parent of this object. |
javax.accessibility.AccessibleRelationSet |
getAccessibleRelationSet()
Gets the AccessibleRelationSet associated with an object |
javax.accessibility.AccessibleRole |
getAccessibleRole()
Gets the role of this object. |
javax.accessibility.AccessibleSelection |
getAccessibleSelection()
Gets the AccessibleSelection associated with this object which allows its Accessible children to be selected. |
javax.accessibility.AccessibleStateSet |
getAccessibleStateSet()
Gets the state set of this object. |
javax.accessibility.AccessibleTable |
getAccessibleTable()
Gets the AccessibleTable associated with an object |
javax.accessibility.AccessibleText |
getAccessibleText()
Gets the AccessibleText associated with this object presenting text on the display. |
javax.accessibility.AccessibleValue |
getAccessibleValue()
Gets the AccessibleValue associated with this object that supports a Numerical value. |
Locale |
getLocale()
Gets the locale of the component. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Removes a PropertyChangeListener from the listener list. |
void |
setAccessibleDescription(String s)
Sets the accessible description of this object. |
void |
setAccessibleName(String s)
Sets the localized accessible name of this object. |
void |
setAccessibleParent(javax.accessibility.Accessible a)
Sets the Accessible parent of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private javax.accessibility.AccessibleContext ac
Constructor Detail |
private JComboBox.AccessibleJComboBox.EditorAccessibleContext()
JComboBox.AccessibleJComboBox.EditorAccessibleContext(javax.accessibility.Accessible a)
Method Detail |
public String getAccessibleName()
setAccessibleName(java.lang.String)
public void setAccessibleName(String s)
s
- the new localized name of the object.getAccessibleName()
,
addPropertyChangeListener(java.beans.PropertyChangeListener)
public String getAccessibleDescription()
setAccessibleDescription(java.lang.String)
public void setAccessibleDescription(String s)
s
- the new localized description of the objectsetAccessibleName(java.lang.String)
,
addPropertyChangeListener(java.beans.PropertyChangeListener)
public javax.accessibility.AccessibleRole getAccessibleRole()
Note that the AccessibleRole class is also extensible, so custom component developers can define their own AccessibleRole's if the set of predefined roles is inadequate.
AccessibleRole
public javax.accessibility.AccessibleStateSet getAccessibleStateSet()
AccessibleStateSet
,
AccessibleState
,
addPropertyChangeListener(java.beans.PropertyChangeListener)
public javax.accessibility.Accessible getAccessibleParent()
public void setAccessibleParent(javax.accessibility.Accessible a)
a
- - Accessible to be set as the parentpublic int getAccessibleIndexInParent()
getAccessibleParent()
,
getAccessibleChildrenCount()
,
getAccessibleChild(int)
public int getAccessibleChildrenCount()
public javax.accessibility.Accessible getAccessibleChild(int i)
i
- zero-based index of child
getAccessibleChildrenCount()
public Locale getLocale() throws IllegalComponentStateException
IllegalComponentStateException
- If the Component does not have its own locale and has not yet been
added to a containment hierarchy such that the locale can be
determined from the containing parent.public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
listener
- The PropertyChangeListener to be addedAccessibleContext.ACCESSIBLE_NAME_PROPERTY
,
AccessibleContext.ACCESSIBLE_DESCRIPTION_PROPERTY
,
AccessibleContext.ACCESSIBLE_STATE_PROPERTY
,
AccessibleContext.ACCESSIBLE_VALUE_PROPERTY
,
AccessibleContext.ACCESSIBLE_SELECTION_PROPERTY
,
AccessibleContext.ACCESSIBLE_TEXT_PROPERTY
,
AccessibleContext.ACCESSIBLE_VISIBLE_DATA_PROPERTY
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
listener
- The PropertyChangeListener to be removedpublic javax.accessibility.AccessibleAction getAccessibleAction()
AccessibleAction
public javax.accessibility.AccessibleComponent getAccessibleComponent()
AccessibleComponent
public javax.accessibility.AccessibleSelection getAccessibleSelection()
AccessibleSelection
public javax.accessibility.AccessibleText getAccessibleText()
AccessibleText
public javax.accessibility.AccessibleEditableText getAccessibleEditableText()
AccessibleEditableText
public javax.accessibility.AccessibleValue getAccessibleValue()
AccessibleValue
public javax.accessibility.AccessibleIcon[] getAccessibleIcon()
AccessibleIcon
public javax.accessibility.AccessibleRelationSet getAccessibleRelationSet()
AccessibleRelationSet
public javax.accessibility.AccessibleTable getAccessibleTable()
AccessibleTable
public void firePropertyChange(String propertyName, Object oldValue, Object newValue)
propertyName
- The programmatic name of the property that
was changed.oldValue
- The old value of the property.newValue
- The new value of the property.PropertyChangeSupport
,
addPropertyChangeListener(java.beans.PropertyChangeListener)
,
removePropertyChangeListener(java.beans.PropertyChangeListener)
,
AccessibleContext.ACCESSIBLE_NAME_PROPERTY
,
AccessibleContext.ACCESSIBLE_DESCRIPTION_PROPERTY
,
AccessibleContext.ACCESSIBLE_STATE_PROPERTY
,
AccessibleContext.ACCESSIBLE_VALUE_PROPERTY
,
AccessibleContext.ACCESSIBLE_SELECTION_PROPERTY
,
AccessibleContext.ACCESSIBLE_TEXT_PROPERTY
,
AccessibleContext.ACCESSIBLE_VISIBLE_DATA_PROPERTY
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |