Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Selection in editor
Selection in editor [message #213712] Mon, 10 April 2006 06:14 Go to next message
Eclipse UserFriend
Originally posted by: osipov.appliedtech.ru

Hi, everybody!
I am fighting with this selection stuff.
What I am doing basically is
graphicalViewer.select(editPart);
It selects okey, but I want this selection to be advanced.
For example, if I select something in outline the thing being selected in
outline is selected in editor and plus to that it is shown in editor, i.e.
viewpoint in editor is selected so, that the selected item is shown, where
simple
graphicalViewer.select(editPart);
just selectets without trying to find appropriate point of view in editor.
thanks a lot in advance.
Re: Selection in editor [message #220284 is a reply to message #213712] Fri, 28 July 2006 07:32 Go to previous message
Eclipse UserFriend
Originally posted by: osipov.appliedtech.ru

Thanks everybody for the support. All in all I had to use
graphicalViewer.reveal()
method.
So easy, eh?
> Hi, everybody!
> I am fighting with this selection stuff.
> What I am doing basically is
> graphicalViewer.select(editPart);
> It selects okey, but I want this selection to be advanced.
> For example, if I select something in outline the thing being selected in
> outline is selected in editor and plus to that it is shown in editor, i.e.
> viewpoint in editor is selected so, that the selected item is shown, where
> simple
> graphicalViewer.select(editPart);
> just selectets without trying to find appropriate point of view in editor.
> thanks a lot in advance.
>
>
Previous Topic:UndoablePropertySheetEntry
Next Topic:graphical editor with two display modes.
Goto Forum:
  


Current Time: Fri Apr 26 12:46:14 GMT 2024

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

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

Back to the top