org.eclipse.draw2d
Class AccessibleBase
java.lang.Object
|
+--org.eclipse.draw2d.AccessibleBase
- public class AccessibleBase
- extends Object
The base class for accessible objects. Provides the id of the object for accessibility
purposes.
Method Summary |
int |
getAccessibleID()
Returns the id of this accessible object using Object.hashCode() . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccessibleBase
public AccessibleBase()
getAccessibleID
public final int getAccessibleID()
- Returns the id of this accessible object using
Object.hashCode()
.
- Returns:
- the id
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.