GEF v2.0

org.eclipse.gef
Class AccessibleEditPart

java.lang.Object
  |
  +--org.eclipse.draw2d.AccessibleBase
        |
        +--org.eclipse.gef.AccessibleEditPart
Direct Known Subclasses:
AbstractGraphicalEditPart.AccessibleGraphicalEditPart

public abstract class AccessibleEditPart
extends AccessibleBase


Constructor Summary
AccessibleEditPart()
           
 
Method Summary
abstract  void getChildCount(AccessibleControlEvent e)
           
abstract  void getChildren(AccessibleControlEvent e)
           
 void getDefaultAction(AccessibleControlEvent e)
           
 void getDescription(AccessibleEvent e)
           
 void getHelp(AccessibleEvent e)
           
 void getKeyboardShortcut(AccessibleEvent e)
           
abstract  void getLocation(AccessibleControlEvent e)
           
abstract  void getName(AccessibleEvent e)
           
 void getRole(AccessibleControlEvent e)
           
abstract  void getState(AccessibleControlEvent e)
           
 void getValue(AccessibleControlEvent e)
           
 
Methods inherited from class org.eclipse.draw2d.AccessibleBase
getAccessibleID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessibleEditPart

public AccessibleEditPart()
Method Detail

getChildCount

public abstract void getChildCount(AccessibleControlEvent e)

getChildren

public abstract void getChildren(AccessibleControlEvent e)

getDefaultAction

public void getDefaultAction(AccessibleControlEvent e)

getDescription

public void getDescription(AccessibleEvent e)

getKeyboardShortcut

public void getKeyboardShortcut(AccessibleEvent e)

getHelp

public void getHelp(AccessibleEvent e)

getName

public abstract void getName(AccessibleEvent e)

getLocation

public abstract void getLocation(AccessibleControlEvent e)

getRole

public void getRole(AccessibleControlEvent e)

getState

public abstract void getState(AccessibleControlEvent e)

getValue

public void getValue(AccessibleControlEvent e)

GEF v2.0