Package | Description |
---|---|
org.eclipse.swt.accessibility |
SWT Accessibility.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessibleValueListener.getCurrentValue(AccessibleValueEvent e)
Returns the value of this object as a number.
|
void |
AccessibleValueAdapter.getCurrentValue(AccessibleValueEvent e)
Returns the value of this object as a number.
|
void |
AccessibleValueListener.getMaximumValue(AccessibleValueEvent e)
Returns the maximum value that can be represented by this object.
|
void |
AccessibleValueAdapter.getMaximumValue(AccessibleValueEvent e)
Returns the maximum value that can be represented by this object.
|
void |
AccessibleValueListener.getMinimumValue(AccessibleValueEvent e)
Returns the minimum value that can be represented by this object.
|
void |
AccessibleValueAdapter.getMinimumValue(AccessibleValueEvent e)
Returns the minimum value that can be represented by this object.
|
void |
AccessibleValueListener.setCurrentValue(AccessibleValueEvent e)
Sets the value of this object to the given number.
|
void |
AccessibleValueAdapter.setCurrentValue(AccessibleValueEvent e)
Sets the value of this object to the given number.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.