Package org.eclipse.draw2d
Class AccessibleBase
java.lang.Object
org.eclipse.draw2d.AccessibleBase
The base class for accessible objects which provides accesibilty clients with
 a unique ID.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal intReturns the id of this accessible object usingObject.hashCode().
- 
Constructor Details- 
AccessibleBasepublic AccessibleBase()
 
- 
- 
Method Details- 
getAccessibleIDpublic final int getAccessibleID()Returns the id of this accessible object usingObject.hashCode().- Returns:
- the id
 
 
-