|
Eclipse Remote Application Platform | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccessibleValueListener
Classes which implement this interface provide methods that handle AccessibleValue events.
After creating an instance of a class that implements
this interface it can be added to an accessible using the
addAccessibleValueListener
method and removed using
the removeAccessibleValueListener
method.
AccessibleValueAdapter
,
AccessibleValueEvent
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. |
Method Detail |
---|
void getCurrentValue(AccessibleValueEvent e)
e
- an event object containing the following fields:void setCurrentValue(AccessibleValueEvent e)
e
- an event object containing the following fields:void getMaximumValue(AccessibleValueEvent e)
e
- an event object containing the following fields:void getMinimumValue(AccessibleValueEvent e)
e
- an event object containing the following fields:
|
Eclipse Remote Application 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.