public class AccessibleValueAdapter extends java.lang.Object implements AccessibleValueListener
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 and Description |
---|
AccessibleValueAdapter() |
Modifier and Type | Method and Description |
---|---|
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.
|
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:
Copyright (c) EclipseSource and others 2002, 2015.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0