|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javax.accessibility.AccessibleContext
|
+--com.eliad.swing.AccessibleGrid.AccessibleGridCell
The class used to obtain the AccessibleRole for a cell.
| Fields inherited from class javax.accessibility.AccessibleContext |
ACCESSIBLE_ACTION_PROPERTY,
ACCESSIBLE_ACTIVE_DESCENDANT_PROPERTY,
ACCESSIBLE_CARET_PROPERTY,
ACCESSIBLE_CHILD_PROPERTY,
ACCESSIBLE_DESCRIPTION_PROPERTY,
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 | |
AccessibleGrid.AccessibleGridCell(JSmartGrid t,
int r,
int c,
int i)
Constructs an AccessibleGridHeaderEntry |
|
| Method Summary | |
void |
addFocusListener(java.awt.event.FocusListener l)
|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
Add a PropertyChangeListener to the listener list. |
boolean |
contains(java.awt.Point p)
Checks whether the specified point is within this object's bounds, where the point's x and y coordinates are defined to be relative to the coordinate system of the object. |
javax.accessibility.AccessibleAction |
getAccessibleAction()
Gets the AccessibleAction associated with this object if one exists. |
javax.accessibility.Accessible |
getAccessibleAt(java.awt.Point p)
|
javax.accessibility.Accessible |
getAccessibleChild(int i)
Return the specified Accessible child of the object. |
int |
getAccessibleChildrenCount()
Returns the number of accessible children in the object. |
javax.accessibility.AccessibleComponent |
getAccessibleComponent()
Gets the AccessibleComponent associated with this object if one exists. |
javax.accessibility.AccessibleContext |
getAccessibleContext()
Gets the AccessibleContext associated with this component. |
java.lang.String |
getAccessibleDescription()
Gets the accessible description of this object. |
int |
getAccessibleIndexInParent()
Gets the index of this object in its accessible parent. |
java.lang.String |
getAccessibleName()
Gets the accessible name of this object. |
javax.accessibility.Accessible |
getAccessibleParent()
Gets the Accessible parent of this object. |
javax.accessibility.AccessibleRole |
getAccessibleRole()
Gets the role of this object. |
javax.accessibility.AccessibleSelection |
getAccessibleSelection()
Gets the AccessibleSelection associated with this object if one exists. |
javax.accessibility.AccessibleStateSet |
getAccessibleStateSet()
Gets the state set of this object. |
javax.accessibility.AccessibleText |
getAccessibleText()
Gets the AccessibleText associated with this object if one exists. |
javax.accessibility.AccessibleValue |
getAccessibleValue()
Gets the AccessibleValue associated with this object if one exists. |
java.awt.Color |
getBackground()
Gets the background color of this object. |
java.awt.Rectangle |
getBounds()
|
java.awt.Cursor |
getCursor()
Gets the Cursor of this object. |
java.awt.Font |
getFont()
Gets the Font of this object. |
java.awt.FontMetrics |
getFontMetrics(java.awt.Font f)
Gets the FontMetrics of this object. |
java.awt.Color |
getForeground()
Gets the foreground color of this object. |
java.util.Locale |
getLocale()
Gets the locale of the component. |
java.awt.Point |
getLocation()
Gets the location of the object relative to the parent in the form of a point specifying the object's top-left corner in the screen's coordinate space. |
java.awt.Point |
getLocationOnScreen()
Returns the location of the object on the screen. |
java.awt.Dimension |
getSize()
|
boolean |
isEnabled()
Determines if the object is enabled. |
boolean |
isFocusTraversable()
|
boolean |
isShowing()
Determines if the object is showing. |
boolean |
isVisible()
Determines if this object is visible. |
void |
removeFocusListener(java.awt.event.FocusListener l)
|
void |
removePropertyChangeListener(java.beans.PropertyChangeListener l)
Remove a PropertyChangeListener from the listener list. |
void |
requestFocus()
|
void |
setAccessibleDescription(java.lang.String s)
Sets the accessible description of this object. |
void |
setAccessibleName(java.lang.String s)
Sets the localized accessible name of this object. |
void |
setBackground(java.awt.Color c)
Sets the background color of this object. |
void |
setBounds(java.awt.Rectangle r)
|
void |
setCursor(java.awt.Cursor c)
Sets the Cursor of this object. |
void |
setEnabled(boolean b)
Sets the enabled state of the object. |
void |
setFont(java.awt.Font f)
Sets the Font of this object. |
void |
setForeground(java.awt.Color c)
Sets the foreground color of this object. |
void |
setLocation(java.awt.Point p)
Sets the location of the object relative to the parent. |
void |
setSize(java.awt.Dimension d)
|
void |
setVisible(boolean b)
Sets the visible state of the object. |
| Methods inherited from class javax.accessibility.AccessibleContext |
firePropertyChange,
getAccessibleIcon,
getAccessibleRelationSet,
getAccessibleTable,
setAccessibleParent |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public AccessibleGrid.AccessibleGridCell(JSmartGrid t,
int r,
int c,
int i)
| Method Detail |
public javax.accessibility.AccessibleContext getAccessibleContext()
AccessibleContext associated with this component.public java.lang.String getAccessibleName()
public void setAccessibleName(java.lang.String s)
s - the new localized name of the object.public java.lang.String getAccessibleDescription()
public void setAccessibleDescription(java.lang.String s)
s - the new localized description of the objectpublic javax.accessibility.AccessibleRole getAccessibleRole()
AccessibleRolepublic javax.accessibility.AccessibleStateSet getAccessibleStateSet()
AccessibleStatepublic javax.accessibility.Accessible getAccessibleParent()
public int getAccessibleIndexInParent()
getAccessibleParent()public int getAccessibleChildrenCount()
public javax.accessibility.Accessible getAccessibleChild(int i)
i - zero-based index of childpublic java.util.Locale getLocale()
Component.setLocale(java.util.Locale)public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
listener - The PropertyChangeListener to be addedpublic void removePropertyChangeListener(java.beans.PropertyChangeListener l)
listener - The PropertyChangeListener to be removedpublic javax.accessibility.AccessibleAction getAccessibleAction()
public javax.accessibility.AccessibleComponent getAccessibleComponent()
public javax.accessibility.AccessibleSelection getAccessibleSelection()
public javax.accessibility.AccessibleText getAccessibleText()
public javax.accessibility.AccessibleValue getAccessibleValue()
public java.awt.Color getBackground()
public void setBackground(java.awt.Color c)
c - the new Color for the backgroundpublic java.awt.Color getForeground()
public void setForeground(java.awt.Color c)
c - the new Color for the foregroundpublic java.awt.Cursor getCursor()
public void setCursor(java.awt.Cursor c)
c - the new Cursor for the objectpublic java.awt.Font getFont()
public void setFont(java.awt.Font f)
f - the new Font for the objectpublic java.awt.FontMetrics getFontMetrics(java.awt.Font f)
f - the FontgetFont()public boolean isEnabled()
public void setEnabled(boolean b)
b - if true, enables this object; otherwise, disables itpublic boolean isVisible()
public void setVisible(boolean b)
b - if true, shows this object; otherwise, hides itpublic boolean isShowing()
public boolean contains(java.awt.Point p)
p - the Point relative to the coordinate system of the objectpublic java.awt.Point getLocationOnScreen()
public java.awt.Point getLocation()
public void setLocation(java.awt.Point p)
public java.awt.Rectangle getBounds()
public void setBounds(java.awt.Rectangle r)
public java.awt.Dimension getSize()
public void setSize(java.awt.Dimension d)
public javax.accessibility.Accessible getAccessibleAt(java.awt.Point p)
public boolean isFocusTraversable()
public void requestFocus()
public void addFocusListener(java.awt.event.FocusListener l)
public void removeFocusListener(java.awt.event.FocusListener l)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||