Bug 191328 - JPA Structure View does not provide text for selections and images
Summary: JPA Structure View does not provide text for selections and images
Status: RESOLVED FIXED
Alias: None
Product: Dali JPA Tools
Classification: WebTools
Component: General (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.2 M7   Edit
Assignee: Paul Fullbright CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2007-06-06 14:28 EDT by John Lanuti CLA
Modified: 2009-04-20 17:49 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Lanuti CLA 2007-06-06 14:28:40 EDT
The JPA Structure View, when selecting objects in that view, there is no text to explain what the selection is.  If you look at the JDT outline, at the bottom left, it provides text on the selection.  This would be helpful for accessibility.  Also, what does the JPA Structure View provide?  Just the icons?  Is it necessary or could the java outline view just be enhanced within the JPA perspective?
Comment 1 Neil Hauge CLA 2007-10-25 17:56:25 EDT
Text for the selection sounds like a good idea.  With regards to the JPA Structure view, the short answer on why this view exists outside of the Outline is because we don't have our own Editor, and the Outline is driven by the Editor. The Java Outline isn't extensible and we didn't want to completely override it.

It is an unfortunate consequence that we have a structure view at all.
Comment 2 Paul Fullbright CLA 2008-05-09 13:27:20 EDT
This basically involves implementing something like org.eclipse.jdt.internal.ui.viewsupport.StatusBarUpdater and adding it to the JPA Structure view.

This sounds like something better left for next release.
Comment 3 Paul Fullbright CLA 2009-04-20 17:49:43 EDT
Committed to head for M7