[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform] How do I hide a running editor from the user?
|
- From: Alex Haag <Alexander.Haag@xxxxxx>
- Date: Tue, 17 Oct 2006 10:09:56 +0200
- Newsgroups: eclipse.platform
- Organization: EclipseCorner
- User-agent: Thunderbird 1.5.0.7 (Windows/20060909)
HI folks,
I'm using the emf-generated editor to manage instances of my model. I
created some external views (treeviews) that show only selected nodes of
the tree the emf-editor handles. I added some actions to theses external
views the user should use to work.
I am showing some graphics of some of the nodes in a graphical-editor too.
Now I want to hide the tab of the emf-editor from the user so that he
only sees the external views and the tab of the graphics-editor.
Does anyone know how to handle this?
By now my perspective looks like this:
------------------------------------------------
Eclipse-menu |
------------------------------------------------
|view|| (emf-editor)\(graphical editor) |
------------------------------------------------
| | |
| | |
| | |
| | |
| | |
| | |
------------------------------------------------
and it should look like this:
------------------------------------------------
Eclipse-menu |
------------------------------------------------
|view||(graphical editor) |
------------------------------------------------
| | |
| | |
| | |
| | |
| | |
| | |
------------------------------------------------
but the emf-editor should still be running, because I need it to manage
the instances of my model!
Thanks for any help, hints or advice
Greets Alex Haag