View | Details | Raw Unified | Return to bug 113264
Collapse All | Expand All

(-)src/org/eclipse/gef/editparts/AbstractGraphicalEditPart.java (+4 lines)
Lines 122-127 Link Here
122
		if (getViewer().getFocusEditPart() == AbstractGraphicalEditPart.this)
122
		if (getViewer().getFocusEditPart() == AbstractGraphicalEditPart.this)
123
			e.detail = ACC.STATE_FOCUSED;
123
			e.detail = ACC.STATE_FOCUSED;
124
	}
124
	}
125
	
126
    public void getRole(AccessibleControlEvent e) {
127
        e.detail = ACC.ROLE_LABEL;
128
    }
125
}
129
}
126
130
127
/**
131
/**

Return to bug 113264