Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Java Breakpoint Properties dialog
Java Breakpoint Properties dialog [message #157197] Tue, 04 May 2004 11:40 Go to next message
Eclipse UserFriend
Hi,
I need to programmatically bring up the Java Breakpoint property page.
Does anyone have any insight in to this? I have the IJavaBreakpoint in
hand.
I see how to bring it up in the source for the action, but I was wondering
if it can be done without using internal API's.

Thanks,
Marcus
Re: Java Breakpoint Properties dialog [message #157205 is a reply to message #157197] Tue, 04 May 2004 13:09 Go to previous messageGo to next message
Eclipse UserFriend
"Marcus Kestler" <mkestler@slickedit.com> wrote in message
news:c78dgt$e47$1@eclipse.org...
> Hi,
> I need to programmatically bring up the Java Breakpoint property page.
> Does anyone have any insight in to this? I have the IJavaBreakpoint in
> hand.
> I see how to bring it up in the source for the action, but I was wondering
> if it can be done without using internal API's.
>
> Thanks,
> Marcus
>

Couldn't you just mimic the code in JavaBreakpointPropertiesAction and make
use of the API PropertyDialogAction?

HTH
Darins
Re: Java Breakpoint Properties dialog [message #157219 is a reply to message #157205] Tue, 04 May 2004 13:12 Go to previous message
Eclipse UserFriend
Yep, that's what I did. I didn't notice that that wasn't an internal
dialog. Thanks!

Darin Swanson wrote:

> "Marcus Kestler" <mkestler@slickedit.com> wrote in message
> news:c78dgt$e47$1@eclipse.org...
> > Hi,
> > I need to programmatically bring up the Java Breakpoint property page.
> > Does anyone have any insight in to this? I have the IJavaBreakpoint in
> > hand.
> > I see how to bring it up in the source for the action, but I was wondering
> > if it can be done without using internal API's.
> >
> > Thanks,
> > Marcus
> >

> Couldn't you just mimic the code in JavaBreakpointPropertiesAction and make
> use of the API PropertyDialogAction?

> HTH
> Darins
Previous Topic:How to I avoid compiling error :)
Next Topic:Disappearing JRE
Goto Forum:
  


Current Time: Thu May 08 14:54:17 EDT 2025

Powered by FUDForum. Page generated in 0.04708 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top