Table 1.
- Nov 29 Sun 2009 10:18
-
[RCP] location URI
location URI 定義如下
Table 1.
Contribution to Description Uri
Application menu
應用程式的menu區
"menu:org.eclipse.ui.main.menu"
Application toolbar
應用程式程式的toolbar區
"toolbar:org.eclipse.ui.main.toolbar"
View toolbar
在view的toolBar區
"toolbar:viewId". For example to display a menu to view with the Id "View1" use "toolbar:View1".
Content menu / pop-up
Command is displayed in a content menu, e.g. right mouse click on an object
n.a.
Table 1.
- Nov 11 Wed 2009 14:26
-
[RCP] 用PlatformObject來實現Adapter功能
假使要利用Eclipse功能實做Adapter可以利用以下程式碼
首先先定義Object User extends PlatformObject (或是implment IAdaptable,但是架構上會有些許不同)
public class User extends PlatformObject {
private String name;
private String age;
private boolean isMale;
}
首先先定義Object User extends PlatformObject (或是implment IAdaptable,但是架構上會有些許不同)
public class User extends PlatformObject {
private String name;
private String age;
private boolean isMale;
}
- Nov 07 Sat 2009 09:26
-
[RCP]使用官方的Eclipse Sample
- Nov 02 Mon 2009 17:34
-
[RCP]利用Eclipse內建的console
- Oct 14 Wed 2009 10:16
-
Eclipse插件-PropertiesEditor
由PPT站 Eclipse 版 TonyQ整理
http://www.ptt.cc/bbs/Eclipse/M.1212823565.A.556.html
PropertiesEditor (編 properties 檔用的)
http://www.ptt.cc/bbs/Eclipse/M.1212823565.A.556.html
PropertiesEditor (編 properties 檔用的)
- Oct 14 Wed 2009 10:11
-
Eclipse插件-Java Decompiler
Java Decompiler
由http://www.blogjava.net/xmatthew/archive/2009/02/05/253444.html
使用方法如下:
To install "JD-Eclipse" on your IDE:
由http://www.blogjava.net/xmatthew/archive/2009/02/05/253444.html
使用方法如下:
To install "JD-Eclipse" on your IDE:
1

