文件名称:MyRCPApplication

  • 所属分类:
  • JSP源码/Java
  • 资源属性:
  • [Java] [源码]
  • 上传时间:
  • 2008-10-13
  • 文件大小:
  • 440.43kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • youx****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

基于JAVA RCP的应用, 在代码中可以学习到editor, view, perspective的使用, 和插件的配置管理
(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : 117143172myrcpapplication.zip 列表
.classpath
.project
.settings/
.settings/org.eclipse.core.resources.prefs
bin/
bin/com/
bin/com/fengmanfei/
bin/com/fengmanfei/myrcp/
bin/com/fengmanfei/myrcp/actions/
bin/com/fengmanfei/myrcp/actions/MyAction.class
bin/com/fengmanfei/myrcp/actions/OneAction.class
bin/com/fengmanfei/myrcp/actions/SampleAction.class
bin/com/fengmanfei/myrcp/Application.class
bin/com/fengmanfei/myrcp/ApplicationActionBarAdvisor$NewAction.class
bin/com/fengmanfei/myrcp/ApplicationActionBarAdvisor.class
bin/com/fengmanfei/myrcp/ApplicationWorkbenchAdvisor.class
bin/com/fengmanfei/myrcp/ApplicationWorkbenchWindowAdvisor.class
bin/com/fengmanfei/myrcp/editors/
bin/com/fengmanfei/myrcp/editors/JsEditor$1.class
bin/com/fengmanfei/myrcp/editors/JsEditor.class
bin/com/fengmanfei/myrcp/editors/JsEditorContributor$1.class
bin/com/fengmanfei/myrcp/editors/JsEditorContributor$2.class
bin/com/fengmanfei/myrcp/editors/JsEditorContributor.class
bin/com/fengmanfei/myrcp/editors/JsEditorInput.class
bin/com/fengmanfei/myrcp/editors/MutiEditorSample.class
bin/com/fengmanfei/myrcp/forms/
bin/com/fengmanfei/myrcp/forms/advance/
bin/com/fengmanfei/myrcp/forms/advance/DirectoryDetailPage.class
bin/com/fengmanfei/myrcp/forms/advance/FileMasterDetailsBlock$1.class
bin/com/fengmanfei/myrcp/forms/advance/FileMasterDetailsBlock$2.class
bin/com/fengmanfei/myrcp/forms/advance/FileMasterDetailsBlock$3.class
bin/com/fengmanfei/myrcp/forms/advance/FileMasterDetailsBlock$MasterContentProvider.class
bin/com/fengmanfei/myrcp/forms/advance/FileMasterDetailsBlock$MasterLabelProvider.class
bin/com/fengmanfei/myrcp/forms/advance/FileMasterDetailsBlock.class
bin/com/fengmanfei/myrcp/forms/FirstPage.class
bin/com/fengmanfei/myrcp/forms/MasterDetailPage.class
bin/com/fengmanfei/myrcp/forms/MyMutiForm.class
bin/com/fengmanfei/myrcp/forms/NonEclipse.class
bin/com/fengmanfei/myrcp/forms/SecondPage$1.class
bin/com/fengmanfei/myrcp/forms/SecondPage.class
bin/com/fengmanfei/myrcp/MyPerspective.class
bin/com/fengmanfei/myrcp/Perspective.class
bin/com/fengmanfei/myrcp/preferences/
bin/com/fengmanfei/myrcp/preferences/PreferenceConstants.class
bin/com/fengmanfei/myrcp/preferences/PreferenceInitializer.class
bin/com/fengmanfei/myrcp/preferences/SamplePreferencePage.class
bin/com/fengmanfei/myrcp/views/
bin/com/fengmanfei/myrcp/views/AnotherView.class
bin/com/fengmanfei/myrcp/views/demo.xml
bin/com/fengmanfei/myrcp/views/MyFormView$1.class
bin/com/fengmanfei/myrcp/views/MyFormView$2.class
bin/com/fengmanfei/myrcp/views/MyFormView$3.class
bin/com/fengmanfei/myrcp/views/MyFormView$4.class
bin/com/fengmanfei/myrcp/views/MyFormView$5.class
bin/com/fengmanfei/myrcp/views/MyFormView$6.class
bin/com/fengmanfei/myrcp/views/MyFormView.class
bin/com/fengmanfei/myrcp/views/OpenEditorView$1.class
bin/com/fengmanfei/myrcp/views/OpenEditorView.class
bin/com/fengmanfei/myrcp/views/SampleView$1.class
bin/com/fengmanfei/myrcp/views/SampleView$2.class
bin/com/fengmanfei/myrcp/views/SampleView$3.class
bin/com/fengmanfei/myrcp/views/SampleView$NameSorter.class
bin/com/fengmanfei/myrcp/views/SampleView$ViewContentProvider.class
bin/com/fengmanfei/myrcp/views/SampleView$ViewLabelProvider.class
bin/com/fengmanfei/myrcp/views/SampleView.class
bin/myRCP/
bin/myRCP/MyRCPPlugin.class
build.properties
html/
html/concepts/
html/concepts/maintopic.html
html/concepts/subtopic.html
html/concepts/subtopic2.html
html/gettingstarted/
html/gettingstarted/maintopic.html
html/gettingstarted/subtopic.html
html/gettingstarted/subtopic2.html
html/reference/
html/reference/maintopic.html
html/reference/subtopic.html
html/reference/subtopic2.html
html/samples/
html/samples/maintopic.html
html/samples/subtopic.html
html/samples/subtopic2.html
html/tasks/
html/tasks/maintopic.html
html/tasks/subtopic.html
html/tasks/subtopic2.html
html/toc.html
icons/
icons/about.gif
icons/eclipse32.gif
icons/form_bg.gif
icons/form_bg.jpg
icons/help_contents.gif
icons/hor.gif
icons/linkto_help.gif
icons/members.gif
icons/sample.gif
icons/samples.bmp
icons/samples.gif
icons/ver.gif
META-INF/
META-INF/MANIFEST.MF
myrcp.product
plugin.xml
SampleViewHelp.xml
splash.bmp
src/
src/com/
src/com/fengmanfei/
src/com/fengmanfei/myrcp/
src/com/fengmanfei/myrcp/actions/
src/com/fengmanfei/myrcp/actions/MyAction.java
src/com/fengmanfei/myrcp/actions/OneAction.java
src/com/fengmanfei/myrcp/actions/SampleAction.java
src/com/fengmanfei/myrcp/Application.java
src/com/fengmanfei/myrcp/ApplicationActionBarAdvisor.java
src/com/fengmanfei/myrcp/ApplicationWorkbenchAdvisor.java
src/com/fengmanfei/myrcp/ApplicationWorkbenchWindowAdvisor.java
src/com/fengmanfei/myrcp/editors/
src/com/fengmanfei/myrcp/editors/JsEditor.java
src/com/fengmanfei/myrcp/editors/JsEditorContributor.java
src/com/fengmanfei/myrcp/editors/JsEditorInput.java
src/com/fengmanfei/myrcp/editors/MutiEditorSample.java
src/com/fengmanfei/myrcp/forms/
src/com/fengmanfei/myrcp/forms/advance/
src/com/fengmanfei/myrcp/forms/advance/DirectoryDetailPage.java
src/com/fengmanfei/myrcp/forms/advance/FileMasterDetailsBlock.java
src/com/fengmanfei/myrcp/forms/FirstPage.java
src/com/fengmanfei/myrcp/forms/MasterDetailPage.java
src/com/fengmanfei/myrcp/forms/MyMutiForm.java
src/com/fengmanfei/myrcp/forms/NonEclipse.java
src/com/fengmanfei/myrcp/forms/SecondPage.java
src/com/fengmanfei/myrcp/MyPerspective.java
src/com/fengmanfei/myrcp/Perspective.java
src/com/fengmanfei/myrcp/preferences/
src/com/fengmanfei/myrcp/preferences/PreferenceConstants.java
src/com/fengmanfei/myrcp/preferences/PreferenceInitializer.java
src/com/fengmanfei/myrcp/preferences/SamplePreferencePage.java
src/com/fengmanfei/myrcp/views/
src/com/fengmanfei/myrcp/views/AnotherView.java
src/com/fengmanfei/myrcp/views/demo.xml
src/com/fengmanfei/myrcp/views/MyFormView.java
src/com/fengmanfei/myrcp/views/OpenEditorView.java
src/com/fengmanfei/myrcp/views/SampleView.java
src/myRCP/
src/myRCP/MyRCPPlugin.java
toc.xml
tocconcepts.xml
tocgettingstarted.xml
tocreference.xml
tocsamples.xml
toctasks.xml

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org