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.
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, 2004. All Rights Reserved.