rcp(插件开发)org.eclipse.ui.propertyPages 扩展点使用

本文介绍了如何在Eclipse RCP应用中利用org.eclipse.ui.propertyPages扩展点为资源文件添加属性页。通过nameFilter进行资源筛选,objectClass指定对象类型,如使用IFile或自定义对象。自定义对象需实现IResource和IAdaptable接口。class字段指定实现PropertyPage的类,name字段定义显示名称。通过category创建层级结构,实现dialog中的定制布局。
摘要由CSDN通过智能技术生成

org.eclipse.ui.propertyPages 是为我们的资源文件添加属性页,

在eclipse中的操作为,单击资源右键>Properties>弹出的dialog中的节点页面。

在实际的rcp开发中,此扩展点也比较常用,比如我们要为特定的资源文件添加一些附件的信息等。

 

以下我粘贴一下eclipse help contents 中的内容,大家看一下:

<extension
     point = "org.eclipse.ui.propertyPages">
        <page
           id="org.eclipse.ui.examples.readmetool.FilePage"
           name="%PropertiesPage.filePage"
	   objectClass="org.eclipse.core.resources.IFile"
	   class="org.eclipse.ui.examples.readmetool.ReadmeFilePropertyPage"
           nameFilter="*.readme">
        </page>
         <page
            id="org.eclipse.ui.examples.readmetool.FilePage2"
            name=&
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值