Bug 346677 - make TableViewer and TreeViewer a protected property
Summary: make TableViewer and TreeViewer a protected property
Status: NEW
Alias: None
Product: Riena
Classification: RT
Component: ridget (show other bugs)
Version: 3.0.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-20 09:41 EDT by Christian Campo CLA
Modified: 2011-05-20 09:41 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Campo CLA 2011-05-20 09:41:57 EDT
The TableViewer and TreeViewer of JFace are currently private properties of the TableRidget or the TreeRidget.

While they should be protected from access by any application code, it makes sense to allow access for Ridgets that are derived from TableRidget and TreeRidget.

So it would good to have a protected method that returns the TableViewer/TreeViewer. (Dont make it public though :-) )