Eclipse Draw2d
2.1

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.


Constructor Summary
AccessibleBase()
           
 
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
 

Constructor Detail

AccessibleBase

public AccessibleBase()
Method Detail

getAccessibleID

public final int getAccessibleID()
Returns the id of this accessible object using Object.hashCode().

Returns:
the id

Eclipse Draw2d
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.