Bug 12281 - Launch configuration tab widgets are private
Summary: Launch configuration tab widgets are private
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Joe Szurszewski CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-26 10:20 EST by Matt Lavin CLA
Modified: 2002-04-16 16:46 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lavin CLA 2002-03-26 10:20:56 EST
There is no way to programaticly change, or listen for changes to any of the 
widgets on the JavaEnviromentTab since all the widgets are private and there 
are no accessor methods.
Comment 1 Darin Wright CLA 2002-03-26 10:25:45 EST
Yes - the Java tabs are not a framework, and will not be a framework for 2.0. 
They are only meant for re-use as is. We are likely going to split up the 
evironment tab in to severl tabs - they are not yet stable.
Comment 2 Matt Lavin CLA 2002-03-26 10:52:37 EST
I understand that the java tabs are not completely done, and that they will 
defintely undergo major changes in the future.  I was not asking for a promise 
that class won't change in the future,  I simple need to be able to change the 
classpath entries, based on which vm is currently selected.  If the widgets are 
changed to protected, it will not break any of the current code, and will allow 
developers to create ( illegally ) really usefull launch configurations.
Comment 3 Darin Wright CLA 2002-04-12 09:30:17 EDT
Make protected, for "illegal" access.
Comment 4 Darin Wright CLA 2002-04-15 21:34:43 EDT
Fixed. 
Comment 5 Darin Wright CLA 2002-04-15 21:34:52 EDT
Please verify
Comment 6 Joe Szurszewski CLA 2002-04-16 16:46:31 EDT
Verified.