uic.widgets
Class UICSpinbox.SpinboxAccessibleContext.SpinboxAccassibleValue

java.lang.Object
  extended by uic.widgets.UICSpinbox.SpinboxAccessibleContext.SpinboxAccassibleValue
All Implemented Interfaces:
AccessibleValue
Enclosing class:
UICSpinbox.SpinboxAccessibleContext

protected class UICSpinbox.SpinboxAccessibleContext.SpinboxAccassibleValue
extends Object
implements AccessibleValue


Constructor Summary
protected UICSpinbox.SpinboxAccessibleContext.SpinboxAccassibleValue()
           
 
Method Summary
 Number getCurrentAccessibleValue()
           
 Number getMaximumAccessibleValue()
           
 Number getMinimumAccessibleValue()
           
 boolean setCurrentAccessibleValue(Number n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UICSpinbox.SpinboxAccessibleContext.SpinboxAccassibleValue

protected UICSpinbox.SpinboxAccessibleContext.SpinboxAccassibleValue()
Method Detail

getCurrentAccessibleValue

public Number getCurrentAccessibleValue()
Specified by:
getCurrentAccessibleValue in interface AccessibleValue

getMaximumAccessibleValue

public Number getMaximumAccessibleValue()
Specified by:
getMaximumAccessibleValue in interface AccessibleValue

getMinimumAccessibleValue

public Number getMinimumAccessibleValue()
Specified by:
getMinimumAccessibleValue in interface AccessibleValue

setCurrentAccessibleValue

public boolean setCurrentAccessibleValue(Number n)
Specified by:
setCurrentAccessibleValue in interface AccessibleValue


Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence