Bug 48552 - [JFace]Need to handle implicit (e.g. getContentPane())
Summary: [JFace]Need to handle implicit (e.g. getContentPane())
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: VE (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: VE Bugzilla inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 48729 99970 (view as bug list)
Depends on: 99970
Blocks: 88533 91101 102341
  Show dependency tree
 
Reported: 2003-12-11 15:10 EST by Richard Kulp CLA
Modified: 2011-06-13 11:38 EDT (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Kulp CLA 2003-12-11 15:10:11 EST
We need to be able to handle implicits, such as getContentPane(). We need to
stop forcing on content pane and wiping out the inherited one.
Comment 1 Richard Kulp CLA 2003-12-11 17:10:08 EST
Moving this back to 1.0.0. Both Joe and I agree this is very important. WE've
been pushing it off for three releases and we need to attack it now. It's
basically our last chance.
Comment 2 Gili Mendel CLA 2003-12-15 08:15:07 EST
*** Bug 48729 has been marked as a duplicate of this bug. ***
Comment 3 Peter Walker CLA 2004-02-23 16:30:20 EST
Let's address this in the next status meeting as a high priority item to fix... 
not sure how big this it though.
Comment 4 Gili Mendel CLA 2004-02-25 08:25:11 EST
We have bigger fish to fry at this time - ASTs, Perf., and SWT
Comment 5 Joe Winchester CLA 2004-04-22 05:39:50 EDT
Gili,
I think we need to do this.  Beause things like model and document are now 
enabled properties of JTable, JList, JTextField, etc... these all have default 
property values that can be expandable and have sub properties set.  In a lot 
of situations the default value is an inner class that can't be specially re-
created so selecting a sub property creates invalid code.  For previous 
releases we just hid all of these properties, however I don't think we can get 
away with it any longer because of the new Swing properties we are surfacing 
through green thread
Comment 6 Richard Kulp CLA 2004-05-03 17:44:15 EDT
Since M1 is now complete these are being retargeted to M2.
Comment 7 Gili Mendel CLA 2005-06-14 10:47:28 EDT
Will need to model this with implicit method membership
Comment 8 Richard Kulp CLA 2005-06-30 11:29:14 EDT
*** Bug 99970 has been marked as a duplicate of this bug. ***
Comment 9 Gili Mendel CLA 2005-09-26 14:40:15 EDT
Use this defect to handel, implicits, and implicit Visuals wrapped in a
controller (e.g., JFace viewers)
Comment 10 Gili Mendel CLA 2005-11-16 10:12:39 EST
For 1.2 will support the special Viewer implicits