|
|
|
Re: Prevent user from closing view [message #89422 is a reply to message #88821] |
Thu, 22 May 2008 10:48  |
Eclipse User |
|
|
|
Hi,
If you use org.eclipse.ui.perspectiveExtensions / perspectiveExtension to define your perspective, you can define your
views there, and set if they are closeable or not.
<perspectiveExtension
targetID=" com.example.ui.eclipse.perspectives.FranqusDefaultPerspectiv e ">
<view
closeable="false"
id="com.example.ui.eclipse.ve.views.NomenclatureView"
ratio="0.30"
relationship="left"
relative="org.eclipse.ui.editorss"
showTitle="true"
visible="true">
</view>
</perspetiveExtension>
Patrick
Tiago wrote:
> Hi,
>
> Is there any way for preventing a user to close a view?
>
> Thanks
>
> Tiago
|
|
|
Powered by
FUDForum. Page generated in 0.07485 seconds