|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.swt.accessibility.AccessibleValueAdapter
public class AccessibleValueAdapter
This adapter class provides default implementations for the
methods in the AccessibleValueListener
interface.
Classes that wish to deal with AccessibleValue
events can
extend this class and override only the methods that they are
interested in.
AccessibleValueListener
,
AccessibleValueEvent
Constructor Summary | |
---|---|
AccessibleValueAdapter()
|
Method Summary | |
---|---|
void |
getCurrentValue(AccessibleValueEvent e)
Returns the value of this object as a number. |
void |
getMaximumValue(AccessibleValueEvent e)
Returns the maximum value that can be represented by this object. |
void |
getMinimumValue(AccessibleValueEvent e)
Returns the minimum value that can be represented by this object. |
void |
setCurrentValue(AccessibleValueEvent e)
Sets the value of this object to the given number. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AccessibleValueAdapter()
Method Detail |
---|
public void getCurrentValue(AccessibleValueEvent e)
getCurrentValue
in interface AccessibleValueListener
e
- an event object containing the following fields:public void setCurrentValue(AccessibleValueEvent e)
setCurrentValue
in interface AccessibleValueListener
e
- an event object containing the following fields:public void getMaximumValue(AccessibleValueEvent e)
getMaximumValue
in interface AccessibleValueListener
e
- an event object containing the following fields:public void getMinimumValue(AccessibleValueEvent e)
getMinimumValue
in interface AccessibleValueListener
e
- an event object containing the following fields:
|
Eclipse Rich Ajax Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.