javax.help.plaf.basic
Class BasicSearchCellRenderer.ValueJLabel.AccessibleValueJLabel
AccessibleJLabel
javax.help.plaf.basic.BasicSearchCellRenderer.ValueJLabel.AccessibleValueJLabel
- javax.help.plaf.basic.BasicSearchCellRenderer.ValueJLabel
- AccessibleValue
protected class BasicSearchCellRenderer.ValueJLabel.AccessibleValueJLabel
extends AccessibleJLabel
implements AccessibleValue
The class used to obtain the accessible role for this object.
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.
getAccessibleValue
public AccessibleValue getAccessibleValue()
getCurrentAccessibleValue
public Number getCurrentAccessibleValue()
Get the value of this object as a Number.
If the value has not been
set, the return value will be null.
getMaximumAccessibleValue
public Number getMaximumAccessibleValue()
Get the maximum value of this object as a Number.
- Maximum value of the object; null if this object does not
have a maximum value
getMinimumAccessibleValue
public Number getMinimumAccessibleValue()
Get the minimum value of this object as a Number.
- Minimum value of the object; null if this object does not
have a minimum value
setCurrentAccessibleValue
public boolean setCurrentAccessibleValue(Number n)
Set the value of this object as a Number.
- True if the value was set; else False