Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-debug-dev] proposal for JavaJRETab


Please file a bug/feature request in Bugzilla.

Darin




Hans Dockter <mail@xxxxxxxxxxxxxx>
Sent by: jdt-debug-dev-admin@xxxxxxxxxxx

01/08/2003 08:37 AM
Please respond to jdt-debug-dev

       
        To:        jdt-debug-dev@xxxxxxxxxxx
        cc:        
        Subject:        [jdt-debug-dev] proposal for JavaJRETab



hello people who make this wonderful product,

for my own LaunchConfigurationType I use the class
org.eclipse.jdt.debug.ui.launchConfigurations.JavaJRETab. I have to
check whether the JRE is a JDK. The only way I see, to do this is to
subclass and then use the attributes fJRECombo and fVMStandins to
determine the selected JRE and check it. I know the class is not
intended to be subclassed but it offers no interface to determine the
selected JRE. That can only be determined after performApply was called.
I propose a method like getSelectedJRE() for JavaJRETab.

hans

--
Hans Dockter
>mail@xxxxxxxxxxxxxx
>fon: ++49-30-44024684
>fax: ++49-30-44024685
>www.dockter-its.de
>Thaerstr. 18, 10249 Berlin, Germany
-----------------------------------------------------------



_______________________________________________
jdt-debug-dev mailing list
jdt-debug-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-debug-dev



Back to the top