org.eclipse.mat.ui.accessibility
Class AccessibleCompositeAdapter

java.lang.Object
  extended by org.eclipse.mat.ui.accessibility.AccessibleCompositeAdapter

public class AccessibleCompositeAdapter
extends java.lang.Object

AccessibleCompositeAdapter Accessibility utility class provides a single encapsulated implementation of accessibility enhancements for Table & Tree Controls within MAT. The implementation is essentially the same for both types of view, adding an Accessible Listener to cause a specially constructed name for each item to be passed to the accessibility client (Screen Reader).


Constructor Summary
AccessibleCompositeAdapter()
           
 
Method Summary
static void access(Table table)
           
static void access(Tree tree)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessibleCompositeAdapter

public AccessibleCompositeAdapter()
Method Detail

access

public static void access(Table table)
Parameters:
table - The Table to decorate with Accessible.

access

public static void access(Tree tree)
Parameters:
tree - The Tree to decorate with Accessible.