| |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
protected class JList.AccessibleJList.AccessibleJListChild extends AccessibleContext implements Accessible, AccessibleComponent
This class implements accessibility support appropriate for list children.
Field Summary |
---|
Constructor Summary | |
---|---|
JList.AccessibleJList.AccessibleJListChild(JList parent, int indexInParent) |
Method Summary | |
---|---|
void |
|
void |
Adds a PropertyChangeListener to the listener list. |
boolean |
|
AccessibleAction |
Gets the AccessibleAction associated with this object that supports one or more actions. |
Accessible |
|
Accessible |
getAccessibleChild(int i) Returns the specified Accessible child of the object. |
int |
Returns the number of accessible children of the object. |
AccessibleComponent |
Get the AccessibleComponent associated with this object. |
AccessibleContext |
Get the AccessibleContext for this object. |
String |
Gets the accessibleDescription property of this object. |
AccessibleIcon[] |
Returns the icon for the element renderer, as the only item of an array of AccessibleIcon s or a null array
if the renderer component contains no icons.
|
int |
Gets the 0-based index of this object in its accessible parent. |
String |
Gets the accessibleName property of this object. |
AccessibleRole |
Gets the role of this object. |
AccessibleSelection |
Gets the AccessibleSelection associated with this object which allows its Accessible children to be selected. |
AccessibleStateSet |
Gets the state set of this object. |
AccessibleText |
Gets the AccessibleText associated with this object presenting text on the display. |
AccessibleValue |
Gets the AccessibleValue associated with this object that supports a Numerical value. |
Color |
|
Rectangle |
|
Cursor |
|
Font |
getFont() |
FontMetrics |
|
Color |
|
Locale |
Gets the locale of the component. |
Point |
|
Point |
|
Dimension |
getSize() |
boolean |
|
boolean |
|
boolean |
|
boolean |
|
void |
|
void |
Removes a PropertyChangeListener from the listener list. |
void |
|
void |
Sets the accessible description of this object. |
void |
Sets the localized accessible name of this object. |
void |
|
void |
|
void |
|
void |
setEnabled(boolean b) |
void |
|
void |
|
void |
setLocation(Point p) |
void |
|
void |
setVisible(boolean b) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JList.AccessibleJList.AccessibleJListChild(JList parent, int indexInParent)
parent
indexInParent
Method Detail |
---|
public void addFocusListener(FocusListener l)
l
public void addPropertyChangeListener(PropertyChangeListener l)
addPropertyChangeListener
in class AccessibleContext
l
public boolean contains(Point p)
p
public AccessibleAction getAccessibleAction()
getAccessibleAction
in class AccessibleContext
public Accessible getAccessibleAt(Point p)
p
public Accessible getAccessibleChild(int i)
getAccessibleChild
in class AccessibleContext
i
public int getAccessibleChildrenCount()
getAccessibleChildrenCount
in class AccessibleContext
public AccessibleComponent getAccessibleComponent()
getAccessibleComponent
in class AccessibleContext
public AccessibleContext getAccessibleContext()
public String getAccessibleDescription()
getAccessibleDescription
in class AccessibleContext
public AccessibleIcon[] getAccessibleIcon()
AccessibleIcon
s or a null
array
if the renderer component contains no icons.
getAccessibleIcon
in class AccessibleContext
null
array if nonepublic int getAccessibleIndexInParent()
getAccessibleIndexInParent
in class AccessibleContext
public String getAccessibleName()
getAccessibleName
in class AccessibleContext
public AccessibleRole getAccessibleRole()
getAccessibleRole
in class AccessibleContext
public AccessibleSelection getAccessibleSelection()
getAccessibleSelection
in class AccessibleContext
public AccessibleStateSet getAccessibleStateSet()
getAccessibleStateSet
in class AccessibleContext
public AccessibleText getAccessibleText()
getAccessibleText
in class AccessibleContext
public AccessibleValue getAccessibleValue()
getAccessibleValue
in class AccessibleContext
public Color getBackground()
public Rectangle getBounds()
public Cursor getCursor()
public Font getFont()
public FontMetrics getFontMetrics(Font f)
f
public Color getForeground()
public Locale getLocale()
getLocale
in class AccessibleContext
public Point getLocation()
public Point getLocationOnScreen()
public Dimension getSize()
public boolean isEnabled()
public boolean isFocusTraversable()
public boolean isShowing()
public boolean isVisible()
public void removeFocusListener(FocusListener l)
l
public void removePropertyChangeListener(PropertyChangeListener l)
removePropertyChangeListener
in class AccessibleContext
l
public void requestFocus()
public void setAccessibleDescription(String s)
setAccessibleDescription
in class AccessibleContext
s
public void setAccessibleName(String s)
setAccessibleName
in class AccessibleContext
s
public void setBackground(Color c)
c
public void setBounds(Rectangle r)
r
public void setCursor(Cursor c)
c
public void setEnabled(boolean b)
b
public void setFont(Font f)
f
public void setForeground(Color c)
c
public void setLocation(Point p)
p
public void setSize(Dimension d)
d
public void setVisible(boolean b)
b
| |||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |