2008年2月5日
posted @ 2008-12-02 11:18 花开有时 阅读(2996) | 评论 (3) | 编辑 收藏
posted @ 2008-04-29 14:13 花开有时 阅读(1531) | 评论 (2) | 编辑 收藏
1.Editor必须要设置icon,否则会出异常。 2.必须要重写EditorPart#init(IEditorSite site, IEditorInput input)方法,内容一般为 this.setSite(site); this.setInput(input); this.setPartName(input.getName()); 否则会出异常。 3.自定义的EditorInput的以下方法的返回值不能为null:getName()、getToolTipText(),否则会出异常。
posted @ 2008-02-05 13:41 花开有时 阅读(450) | 评论 (0) | 编辑 收藏
Powered by: BlogJava Copyright © 花开有时