实例介绍
Eclipse 插件开发的经典教程源代码
【实例截图】
【核心代码】
4744300845209946103.zip
└── EclipsePlugin
├── Chapter 10 Perspectives.zip
├── Chapter 11 Dialogs and Wizards.zip
├── Chapter 12 Preference Pages.zip
├── Chapter 13 Property Pages.zip
├── Chapter 14 Builders Markers Natures.zip
├── Chapter 15 Help.zip
├── Chapter 16 Internationalization.zip
├── Chapter 17 Extension Points.zip
├── Chapter 18 Features and Branding.zip
├── Chapter 19 Product Build.zip
├── Chapter 20 GEF Chapter.zip
├── Chapter 21 Advanced Topics.zip
├── Chapter 2 Simple Plugin.zip
├── Chapter 3 Eclipse Infrastructure.zip
├── Chapter 4 SWT and JFace.zip
├── Chapter 6 Actions.zip
├── Chapter 6 Commands.zip
├── Chapter7
│ ├── com.qualityeclipse.favorites
│ │ ├── bin
│ │ │ └── com
│ │ │ └── qualityeclipse
│ │ │ └── favorites
│ │ │ ├── actions
│ │ │ │ └── FavoritesViewFilterAction.class
│ │ │ ├── contributions
│ │ │ │ ├── RemoveFavoritesContributionItem$1.class
│ │ │ │ ├── RemoveFavoritesContributionItem$2.class
│ │ │ │ ├── RemoveFavoritesContributionItem$3.class
│ │ │ │ └── RemoveFavoritesContributionItem.class
│ │ │ ├── editors
│ │ │ │ ├── PropertiesEditor$1.class
│ │ │ │ ├── PropertiesEditor$2.class
│ │ │ │ ├── PropertiesEditor$3.class
│ │ │ │ ├── PropertiesEditor$4$1.class
│ │ │ │ ├── PropertiesEditor$4$2.class
│ │ │ │ ├── PropertiesEditor$4.class
│ │ │ │ ├── PropertiesEditor$5.class
│ │ │ │ ├── PropertiesEditor.class
│ │ │ │ ├── PropertiesEditorContentProvider.class
│ │ │ │ ├── PropertiesEditorContributor.class
│ │ │ │ ├── PropertiesEditorLabelProvider.class
│ │ │ │ ├── PropertyCategory.class
│ │ │ │ ├── PropertyElement.class
│ │ │ │ ├── PropertyEntry.class
│ │ │ │ ├── PropertyFile.class
│ │ │ │ └── PropertyFileListener.class
│ │ │ ├── FavoritesActivator.class
│ │ │ ├── FavoritesLog.class
│ │ │ ├── handlers
│ │ │ │ ├── AddToFavoritesHandler.class
│ │ │ │ ├── ClipboardHandler.class
│ │ │ │ ├── CopyFavoritesHandler.class
│ │ │ │ ├── CutFavoritesHandler.class
│ │ │ │ ├── OpenFavoritesViewHandler.class
│ │ │ │ ├── PasteFavoritesHandler.class
│ │ │ │ ├── RemoveFavoritesHandler.class
│ │ │ │ └── RenameFavoritesHandler.class
│ │ │ ├── model
│ │ │ │ ├── FavoriteItemType$10.class
│ │ │ │ ├── FavoriteItemType$11.class
│ │ │ │ ├── FavoriteItemType$1.class
│ │ │ │ ├── FavoriteItemType$2.class
│ │ │ │ ├── FavoriteItemType$3.class
│ │ │ │ ├── FavoriteItemType$4.class
│ │ │ │ ├── FavoriteItemType$5.class
│ │ │ │ ├── FavoriteItemType$6.class
│ │ │ │ ├── FavoriteItemType$7.class
│ │ │ │ ├── FavoriteItemType$8.class
│ │ │ │ ├── FavoriteItemType$9.class
│ │ │ │ ├── FavoriteItemType.class
│ │ │ │ ├── FavoriteJavaElement.class
│ │ │ │ ├── FavoriteResource.class
│ │ │ │ ├── FavoritesManager.class
│ │ │ │ ├── FavoritesManagerEvent.class
│ │ │ │ ├── FavoritesManagerListener.class
│ │ │ │ └── IFavoriteItem.class
│ │ │ ├── propertyTester
│ │ │ │ └── FavoritesTester.class
│ │ │ ├── util
│ │ │ │ ├── EditorUtil.class
│ │ │ │ ├── ImageCache.class
│ │ │ │ ├── StringMatcher$Position.class
│ │ │ │ └── StringMatcher.class
│ │ │ └── views
│ │ │ ├── FavoritesDragSource.class
│ │ │ ├── FavoritesDropTarget.class
│ │ │ ├── FavoritesTransfer.class
│ │ │ ├── FavoritesView$10.class
│ │ │ ├── FavoritesView$11.class
│ │ │ ├── FavoritesView$1.class
│ │ │ ├── FavoritesView$2.class
│ │ │ ├── FavoritesView$3.class
│ │ │ ├── FavoritesView$4.class
│ │ │ ├── FavoritesView$5.class
│ │ │ ├── FavoritesView$6.class
│ │ │ ├── FavoritesView$7.class
│ │ │ ├── FavoritesView$8.class
│ │ │ ├── FavoritesView$9.class
│ │ │ ├── FavoritesView.class
│ │ │ ├── FavoritesViewContentProvider.class
│ │ │ ├── FavoritesViewLabelProvider.class
│ │ │ ├── FavoritesViewNameFilter.class
│ │ │ ├── FavoritesViewSorter$1.class
│ │ │ ├── FavoritesViewSorter$SortInfo.class
│ │ │ └── FavoritesViewSorter.class
│ │ ├── build-favorites.xml
│ │ ├── build.properties
│ │ ├── icons
│ │ │ ├── copy_edit.gif
│ │ │ ├── cut_edit.gif
│ │ │ ├── delete_edit.gif
│ │ │ ├── paste_edit.gif
│ │ │ ├── sample.gif
│ │ │ └── Thumbs.db
│ │ ├── META-INF
│ │ │ └── MANIFEST.MF
│ │ ├── plugin.xml
│ │ ├── src
│ │ │ └── com
│ │ │ └── qualityeclipse
│ │ │ └── favorites
│ │ │ ├── actions
│ │ │ │ └── FavoritesViewFilterAction.java
│ │ │ ├── contributions
│ │ │ │ └── RemoveFavoritesContributionItem.java
│ │ │ ├── editors
│ │ │ │ ├── PropertiesEditorContentProvider.java
│ │ │ │ ├── PropertiesEditorContributor.java
│ │ │ │ ├── PropertiesEditor.java
│ │ │ │ ├── PropertiesEditorLabelProvider.java
│ │ │ │ ├── PropertyCategory.java
│ │ │ │ ├── PropertyElement.java
│ │ │ │ ├── PropertyEntry.java
│ │ │ │ ├── PropertyFile.java
│ │ │ │ └── PropertyFileListener.java
│ │ │ ├── FavoritesActivator.java
│ │ │ ├── FavoritesLog.java
│ │ │ ├── handlers
│ │ │ │ ├── AddToFavoritesHandler.java
│ │ │ │ ├── ClipboardHandler.java
│ │ │ │ ├── CopyFavoritesHandler.java
│ │ │ │ ├── CutFavoritesHandler.java
│ │ │ │ ├── OpenFavoritesViewHandler.java
│ │ │ │ ├── PasteFavoritesHandler.java
│ │ │ │ ├── RemoveFavoritesHandler.java
│ │ │ │ └── RenameFavoritesHandler.java
│ │ │ ├── model
│ │ │ │ ├── FavoriteItemType.java
│ │ │ │ ├── FavoriteJavaElement.java
│ │ │ │ ├── FavoriteResource.java
│ │ │ │ ├── FavoritesManagerEvent.java
│ │ │ │ ├── FavoritesManager.java
│ │ │ │ ├── FavoritesManagerListener.java
│ │ │ │ └── IFavoriteItem.java
│ │ │ ├── propertyTester
│ │ │ │ └── FavoritesTester.java
│ │ │ ├── util
│ │ │ │ ├── EditorUtil.java
│ │ │ │ ├── ImageCache.java
│ │ │ │ └── StringMatcher.java
│ │ │ └── views
│ │ │ ├── FavoritesDragSource.java
│ │ │ ├── FavoritesDropTarget.java
│ │ │ ├── FavoritesTransfer.java
│ │ │ ├── FavoritesViewContentProvider.java
│ │ │ ├── FavoritesView.java
│ │ │ ├── FavoritesViewLabelProvider.java
│ │ │ ├── FavoritesViewNameFilter.java
│ │ │ └── FavoritesViewSorter.java
│ │ └── test.txt
│ └── com.qualityeclipse.favorites.test
│ ├── build.properties
│ ├── META-INF
│ │ └── MANIFEST.MF
│ └── src
│ └── com
│ └── qualityeclipse
│ └── favorites
│ └── test
│ ├── AbstractFavoritesTest.java
│ ├── AddToFavoritesTest.java
│ ├── FavoritesTestActivator.java
│ ├── FavoritesTestSuite.java
│ ├── FavoritesViewTest.java
│ └── OpenFavoritesViewTest.java
├── Chapter 7 Views.zip
├── Chapter 8 Editors.zip
├── Chapter 9 Resource Change Tracking.zip
└── runtime-EclipseApplication
└── aa
├── bin
├── file.properties
└── src
40 directories, 155 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论