javax.help.plaf.basic

Class BasicSearchCellRenderer.ValueJLabel.AccessibleValueJLabel

Enclosing Class:
javax.help.plaf.basic.BasicSearchCellRenderer.ValueJLabel
Implemented Interfaces:
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.

Method Summary

AccessibleValue
getAccessibleValue()
Number
getCurrentAccessibleValue()
Get the value of this object as a Number.
Number
getMaximumAccessibleValue()
Get the maximum value of this object as a Number.
Number
getMinimumAccessibleValue()
Get the minimum value of this object as a Number.
boolean
setCurrentAccessibleValue(Number n)
Set the value of this object as a Number.

Method Details

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.
Returns:
value of the object

getMaximumAccessibleValue

public Number getMaximumAccessibleValue()
Get the maximum value of this object as a Number.
Returns:
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.
Returns:
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.
Returns:
True if the value was set; else False