Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [gef-dev] Overview view

Mihnea,

I haven't any experience with GEF myself, I'm just starting out with it. I don't see any explicit code for the overview so my assumption is this functionality is inherited.

I just saw the example and thought it might help.


Looks like Randy Hudson may have answered your question (see his email). It looks like you open the Outline Editor, and then change the view within that (by selecting the "button" next to "X").

Sean


-----Original Message-----
From: Mihnea Galeteanu [mailto:mgaleteanu@xxxxxxxxxxxxxxx]
Sent: Friday, March 14, 2003 4:26 PM
To: gef-dev@xxxxxxxxxxx
Subject: RE: [gef-dev] Overview view


I did and I can't find a way to activate the overview window...can u
help?

-----Original Message-----
From: Sean McRae [mailto:SMcrae@xxxxxxxxxxxxx] 
Sent: Friday, March 14, 2003 4:25 PM
To: gef-dev@xxxxxxxxxxx
Subject: RE: [gef-dev] Overview view



Look at these GEF examples:

http://eclipsewiki.swiki.net/50

I'm pretty sure it has what you need. Not much on text instructions, but
you can look at the code in HelloGEF1.


Sean McRae
Senior Analyst, IT Development
PharmaNet Inc.
T: (919) 465-4711
F: (919) 678-0395


-----Original Message-----
From: Mihnea Galeteanu [mailto:mgaleteanu@xxxxxxxxxxxxxxx]
Sent: Friday, March 14, 2003 4:17 PM
To: gef-dev@xxxxxxxxxxx
Subject: RE: [gef-dev] Overview view


I'm lost...i can't seem to find it anywhere...is there a quick tutorial
on how to implement something like this?

-----Original Message-----
From: Eric Bordeau [mailto:eclipse-mail@xxxxxxxxx] 
Sent: Friday, March 14, 2003 2:38 PM
To: gef-dev@xxxxxxxxxxx
Subject: Re: [gef-dev] Overview view


I guess I wasn't clear, but that's what I was talking about.  The logic 
example's OutlinePage class hosts both the outline *and* the overview.  
There are 2 radio buttons on the titlebar of the outline view.  By 
default, the outline is shown, but if you press the overview button, an 
overview will appear that shows you the entire diagram scaled down to 
fit in the view.  It also allows you to scroll the editor by dragging 
the selector figure on the overview.  Is this what you're looking for?

Eric


Mihnea Galeteanu wrote:

>I did, but what I'm interested in is something like seeing in the
>overview a scaled version of what's inside the diagram (if, for 
>example, the diagram is too big to fit in the editorarea)...any help 
>would be greatly appreciated
>
>-----Original Message-----
>From: Eric Bordeau [mailto:eclipse-mail@xxxxxxxxx]
>Sent: Friday, March 14, 2003 1:01 PM
>To: gef-dev@xxxxxxxxxxx
>Subject: Re: [gef-dev] Overview view
>
>
>Take a look at the LogicEditor.OutlinePage class.  It hosts the
>overview
>
>in the outline view.
>
>Eric
>
>
>Mihnea Galeteanu wrote:
>
>  
>
>>I want to add an overview window and i do not know how that is 
>>possible
>> 
>>
>>Mihnea Galeteanu
>>
>>Software developer co-op, Research and Development
>>
>>FreeBalance Inc.
>>
>>_www.FreeBalance.com_
>>
>>    
>>
><file:///C:/Documents%20and%20Settings/mgaleteanu.HQ/Application%20Data
>/
>Microsoft/Signatures/www.FreeBalance.com>
>  
>
>>T (613) 236-5150 ext.375
>>
>>F (613) 236-8405
>>
>>mgaleteanu@xxxxxxxxxxxxxxx <mailto:r@xxxxxxxxxxxxxxx>
>>
>>/
>>
>>This email message is for the sole use of the intended recipient(s)
>>and may contain confidential and privileged information. Any 
>>unauthorized review, use, disclosure, or distribution is prohibited. 
>>If you are not the intended recipient(s) please contact the sender by 
>>reply email and destroy all copies of the original message and any 
>>attachments.
>>
>>/
>> 
>>    
>>
>
>
>_______________________________________________
>gef-dev mailing list
>gef-dev@xxxxxxxxxxx http://dev.eclipse.org/mailman/listinfo/gef-dev
>_______________________________________________
>gef-dev mailing list
>gef-dev@xxxxxxxxxxx http://dev.eclipse.org/mailman/listinfo/gef-dev
>
>  
>

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


Back to the top