RCP經典代碼集中營(整理添加中... ...)
RCP 如何產生Eclipse一樣的流線型視圖窗口?
在 WorkbenchWindowAdvisor 中的preWindowOpen()中設置
客戶虐我千百遍,我待客戶如初戀!
在 WorkbenchWindowAdvisor 中的preWindowOpen()中設置
1
//?Ч
2
PlatformUI.getPreferenceStore().setDefault(
3
IWorkbenchPreferenceConstants.ENABLE_ANIMATIONS, true);
4
//???
5
PlatformUI.getPreferenceStore().setDefault(
6
IWorkbenchPreferenceConstants.SHOW_TRADITIONAL_STYLE_TABS,
7
false);
在補充一個 在狀態欄顯示 內存監控和垃圾回收的哪個按鈕 
2

3

4

5

6

7

1
PlatformUI.getPreferenceStore().setDefault(
2
IWorkbenchPreferenceConstants.SHOW_MEMORY_MONITOR, true);

2

客戶虐我千百遍,我待客戶如初戀!
posted on 2007-05-16 09:32 阿南 閱讀(811) 評論(1) 編輯 收藏 所屬分類: Eclipse-RCP